Git Product home page Git Product logo

Hi šŸ‘‹, I'm Parnika Sharma

A Passionate Machine Learning Enthusiast.

sharmaparnika

Connect with me:

https://www.linkedin.com/in/parnikasharma2001/ https://www.hackerrank.com/ps9154?hr_r=1

Languages and Tools:

c cplusplus css3 html5 python

sharmaparnika

Ā sharmaparnika

Parnika Sharma's Projects

8_puzzle_problem icon 8_puzzle_problem

It is played on a 3-by-3 grid with 8 square blocks labeled 1 through 8 and a blank square. Your goal is to rearrange the blocks so that they are in order. You are permitted to slide blocks horizontally or vertically into the blank square.

algorithm_a_star icon algorithm_a_star

A-Star (A*)search algorithm is an intelligent algorithm to solve a graph problem. Contrary to Depth First Search (DFS) and Breadth First Search (BFS), A* is an informed search algorithm which means that it takes into account the position/location of the goal while searching for it and hence it searches quite a few nodes to reach to the goal.

bank_management_system icon bank_management_system

This C++ programs on BANKING SYSTEM has account class with data members like account number,name,deposit, withdraw amount and type of account. Customer data is stored in a binary file. A customer can deposite and withdraw amount in his account. User can create, modify and delete account.

banking_record_system icon 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.

bfs_8_puzzle_problem icon bfs_8_puzzle_problem

Implement the 8 puzzle game and use the game as the basis to examine and analyze some of the fundamental search algorithms.

bfs_ai icon bfs_ai

BFS is a traversing algorithm where you should start traversing from a selected node (source or starting node) and traverse the graph layerwise thus exploring the neighbour nodes (nodes which are directly connected to source node).

binary_to_decimal icon 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.

bubble_sort_c icon 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.

calendar_application icon 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.

check_if_fibonacci icon check_if_fibonacci

C++ program to check if input is a fibonacci number or not using brute force approach.

climbing_stairs icon climbing_stairs

You are climbing a staircase. It takes n steps to reach the top. Each time you can either climb 1 or 2 steps. In how many distinct ways can you climb to the top?

customer_billing_system icon 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.

decimal_to_binary icon 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.

dfs_ai icon dfs_ai

A standard DFS implementation puts each vertex of the graph into one of two categories:

heap_sort_c icon 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.

insect_catch_game icon insect_catch_game

This is a fun game. All you have to do is catch the insect on the screen. When you execute the project you will see a text and button. You have to press the button and select the insect you want to catch. There is fly, mosquito, spider, and cockroaches. After you select the insect, the game starts.

insertion_sort_c icon 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.

library_management_system icon 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.

linear_regression icon linear_regression

Linear regression is one of the easiest and most popular Machine Learning algorithms. It is a statistical method that is used for predictive analysis.

logistic-regression icon logistic-regression

It is used for predicting the categorical dependent variable using a given set of independent variables.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.