Parnika Sharma (sharmaparnika)

sharmaparnika

Geek Repo

Github PK Tool:Github PK Tool

Parnika Sharma's repositories

todo_list

ToDo List App is a kind of app that generally used to maintain our day-to-day tasks or list everything that we have to do, with the most important tasks at the top of the list, and the least important tasks at the bottom. It is helpful in planning our daily schedules

Language:JavaScriptStargazers:0Issues:0Issues:0

Caterpillar_Game

A simple Caterpillar game built in python.

Language:PythonStargazers:0Issues:0Issues:0

Heap_Sort_c

Heap sort is one of the sorting algorithms used to arrange a list of elements in order. Heapsort algorithm uses one of the tree concepts called Heap Tree.

Language:CStargazers:0Issues:0Issues:0

Merge_Sort_c

Merge sort is a sorting technique based on divide and conquer technique. With the worst-case time complexity being Ο(n log n), it is one of the most respected algorithms.

Language:CStargazers:0Issues:0Issues:0

Quick_Sort_c

Quicksort is a sorting algorithm based on the Divide and Conquer approach.

Language:CStargazers:0Issues:0Issues:0

Selection_Sort_C

Selection sort is a sorting algorithm that selects the smallest element from an unsorted list in each iteration and places that element at the beginning of the unsorted list.

Language:CStargazers:0Issues:0Issues:0

Insertion_sort_c

Insertion sort is a simple sorting algorithm that builds the final sorted array (or list) one item at a time. It is much less efficient on large lists than more advanced algorithms such as quicksort, heapsort, or merge sort.

Language:CStargazers:0Issues:0Issues:0

Bubble_sort_c

Bubble sort is a sorting algorithm that works by repeatedly stepping through lists that need to be sorted, comparing each pair of adjacent items and swapping them if they are in the wrong order. This passing procedure is repeated until no swaps are required, indicating that the list is sorted.

Language:CStargazers:0Issues:0Issues:0

Send_Bulk_Mails

This project contains a simple bulk email script which sends the same message to a list of recipients.

Language:PythonStargazers:0Issues:0Issues:0

Count_Characters

Program to count and print the total number of characters

Language:C++Stargazers:0Issues:0Issues:0

Binary_to_Decimal

Here is a code in C++ language, which takes the Input as a Binary number and gives Output in the form of Decimal number of the same given binary number.

Language:C++Stargazers:0Issues:0Issues:0

Decimal_to_Binary

Here is a code in C++ language, which takes the Input as a Decimal number and gives Output in the form of Binary number of the same given decimal number.

Stargazers:0Issues:0Issues:0

Calendar_Application

This mini project on Calendar in C programming language is a console application without graphics. To make the calendar look colorful, many windows properties have been used in this project. Besides the color used in backgrounds, the days of the month are white and the vacations (Sundays) are indicated using the red foreground color.

Language:CStargazers:0Issues:0Issues:0

Music_Store_Management_System

Music Library Management System have to manage various musical items comes with number of models and variety. Maintaining all musical records such as create order, calculate bill, add new music in database, edit the music description, and delete any item from large music library was not an easy task on regular basis.

Language:C++Stargazers:0Issues:0Issues:0

Banking_Record_System

Customer Billing System Project generates an application which can be used in any departmental store, shops, cafes etc. for billing to the customer.

Language:C++Stargazers:0Issues:0Issues:0

Uber-Fare-Prediction

This is a project on designing a Machine Learning Algorithm to predict fare of the largest taxi company "Uber" using python. The main objective of the project is to design an algorithm which will tell the fare to be charged for a passenger.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Mini_Project_AirBnB

The only proffesional you need for all your AirBnB deeds. Planning for a "Stay-Cation" but don't know the perfect place that will give you the homely feel and also fullfill your tourist needs? AirBnB Pro is all you need. AirBnB pro provides you with a recommendation engine and dashboard, where you can specify everything you want to consider before booking your AirBnB. You can filter by price, property type, nearest tourist attractions and much more.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Customer_Billing_System

Customer Billing System Project can be used in any departmental store, shops, cafes etc. for billing to the customer. You can use this application to keep the records such as name, address, mobile number, paid amount, due amount, payment date etc. of your regular costumer.

Language:CStargazers:0Issues:0Issues:0

Library_Management_System

This mini project in C Library Management System is a console application without graphic developed using the C programming language. In this, you can perform book-related operations like in a REAL library management system with computer.

Language:CStargazers:1Issues:0Issues:0

Telephone_Directory_System

Telephone directory uses very simple file handling operations to make up the whole project; these include adding, deleting, searching, listing and modifying records, to or from file.

Language:C++Stargazers:0Issues:0Issues:0

Railway_Reservation_System

This project named Railway Reservation system project in C++, this program features two modes, password protection and some basic file handling operations to add and display train inquiry and reservation records.

Language:C++Stargazers:0Issues:0Issues:0
Language:PythonStargazers:0Issues:0Issues:0
Language:Jupyter NotebookStargazers:0Issues:0Issues:0
Language:C++Stargazers:0Issues:0Issues:0
Language:C++Stargazers:0Issues:0Issues:0
Language:C++Stargazers:0Issues:0Issues:0
Language:Jupyter NotebookStargazers:0Issues:0Issues:0
Language:Jupyter NotebookStargazers:0Issues:0Issues:0
Language:Jupyter NotebookStargazers:0Issues:0Issues:0

rock_paper_scissors

A simple rock-paper-scissors game in Python.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0