Coders Packet

Listing of packets of source code submitted by coders

Merge Point of Two Linked Lists in C++

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 Sudoku in C++

Solve an Incomplete Sudoku configuration in terms of a 9 x 9 Square Matrix with help of Backtracking in C++

Python program to create a calculator

A simple python calculator which can do basic calculations like addition, multiplication, square root, etc

Python YouTube video downloader UI

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.

Python GUI for QRcode scanner using OpenCV

The project contains a python program that makes a simple GUI to convert a Qr code to text.

HandWriting digit Recognition Python App

The handwritten digit recognition is the ability of computers to recognize human handwritten digits which is written in python language.

CRUD Operation Using Java Servlets

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.

Quiz application with multiple quizzes using Java.

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.

A Java program to implement a Heap Tree of 10 nodes and perform insertion and deletion on it.

Translator app in Python using TKinter

It is used to convert any word from one language to other language as per your prefrences as python language.

Library Management System Using Python

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.

How to implement Greedy algorithm for Fractional Knapsack problem using Java

This blog will help you to know about the greedy algorithm and how to implement it for fractional knapsack problems using Java.