Code Packets
Browse all published coding projects
Basic Operation on Binary Search Tree (BST) using C++.
In this article, we are going to learn Binary Search Tree and implementation of few operations on BST using C++ .
C++ code to solve quadratic equation
This code is written in the C++ programming language. This is a C++ code to find out the solution or roots of a quadratic equation.
Generation of Baum-Sweet Sequence using C++
Program to generate Baum-Sweet Sequence until a given binary number ( A Decimal number is given as input) using C++
Car rental service software in CPP
It is car rental service software built in CPP .This software will take the information from the user and then book the car and will generate e-reciept.
How to print fibonacci series using for loop in Java.
This project is about fibonacci series using for loop in Java which are displayed in following sequence. Fibonacci series=0,1,1,2,3,5,8,13,21,34
QR Code Generator in Python
QR Code (Quick Response Code) is a barcode that store information and we can access those information through mobile phones. In this project we are using Python which is Dynamically typed.
Graph plotter in Python
This is a Tkinter UI-based Python project to display graphs of the marks of a student.
Kadane's Algorithm in C++
Kadane's Algorithm is an algorithm that helps in finding the largest sum of Contiguous subarray
Phone Mangement System in C++
The Phone management System is Simple Project In which User can Manage his Friends and Relatives Contact Details.
C++ code to check if a number is sum of two prime number
This is a C++ code to find whether a given positive number is a sum of any two prime numbers or not. If it is the sum of other prime numbers, then it shows all the combinations of the latter.
Implementation of Tic Tac Toe game in C++
This project is written in C++. In this Project I have Used the concept of conditional statements(if-else statements) and concept of arrays.
Banking Management System in C++
Banking Management System is written in C++. I have Used the Object-oriented Programming concept to build this Project.