We find the Node where the Two Linked Lists Merge in C++ by De-referencing any One Linked List and Iterating the other List
Solve an Incomplete Sudoku configuration in terms of a 9 x 9 Square Matrix with help of Backtracking in C++
A simple python calculator which can do basic calculations like addition, multiplication, square root, etc
This Project creates a UI that allows users to paste a youtube link and download it. The user has to copy a required Youtube video link and paste it in the text input widget.
The project contains a python program that makes a simple GUI to convert a Qr code to text.
The handwritten digit recognition is the ability of computers to recognize human handwritten digits which is written in python language.
This project contains different Java classes, Java servlets, HTML, and XML files to perform CRUD(create, retrieve, update, delete) operations. This project uses GlassFish server 4.1.
This project contains quizzes for four different languages. We can attempt quizzes of our own choice. This project is implemented using the java swing library and JDBC API.
A Java program to implement a Heap Tree of 10 nodes and perform insertion and deletion on it.
It is used to convert any word from one language to other language as per your prefrences as python language.
This is a simple Python project of a library management system build using Python. Implement a student library system using OOPs where students can borrow a book from the list of the books.
This blog will help you to know about the greedy algorithm and how to implement it for fractional knapsack problems using Java.