A C++ application that helps buyers and sellers to seek or publish products or services using File Handling.
CPP code that asks for the unsolved sudoku matrix and prints the solved matrix using Backtracking. It also tells if the given problem has any solution or not.
A simple C++ program that lets you convert a decimal number (base 10) to a base N number using an array of characters
A Cake Ordering System that helps you ordering the cake of your desired flavor according to the occasion.
A Java based project for vaccination registration and storing the user information to the database.
In this module, we are going to make a simple calculator using Java. In this, we can perform different operations like addition, subtraction, multiplication, and division.
Shortest Job First (SJF) cpu scheduler which prints gantt, cpu, input and output chart along with calculating total and average for turn around, waiting and response time for each process.
It uses different functions of OpenCV available in Python. It takes an image from the camera and scans for the number plate if it detects any it draws a rectangle around the number plate.
This is a Chess Game which is designed in JAVA. This game is designed considering all the rules of Chess.
The C++ code that lets you solve the Tower of Hanoi Problem by giving Step-By-Step instructions to move the Discs from one Rod to another.
In this project, we will learn how can we efficiently distribute Oxygen Cylinders from a factory to all districts of a state efficiently according to their requirements in C++.
A simple Menu-driven custom ATM application using Python that implements the features of ATM as per user input.