Code Packets
Browse all published coding projects
ATM USING C++ PROGRAMMING
In this packet the functions of ATM has been implemented using C++ programming language.
C++ programe for Tic-Tac-Toe
This is a C++ code for the popular game Tic-Tac-Toe. It is a two-player game. After the game is finished you can choose to start a new game or exit.
TOPOLOGICAL SORT USING B.F.S GRAPH USING C++ PROGRAMMING LANGUAGE
Topological sorting is graph sorting in which the parent edges come before the children's edges. USING C++ PROGRAMMING LANGUAGE.
Reversing A Number Using Java
Reversing A Number is a program developed using "Java Programming Language" that reverses the user entered number and displays the reversed number on the screen as an output.
Staircase Search In 2 D-Array Using C++ Programming
Searching of a key in array using Staircase Search in 2-dimensional-Array using C++ Programming Language.
SINGLE SOURCE SHORTEST PATH USING B.F.S. USING C++ PROGRAMMING LANGUAGE.
For a given unweighted graph find the distance between source and destination. USING C++ PROGRAMMING LANGUAGE.
Rabin Karp String Matching Algorithm Using Java
Rabin Karp string matching algorithm is an algorithm developed using "Java-Programming-Language" used for searching a pattern in a given text/string.
C++ program to find out the roots of a quadratic equation
This code is written within the C++ programing language . This is a C++ code to find out the roots of a given quadratic equation.
Linear Convolution in C++
Function to find the linear convolution between two sequences x(n) and h(n) in C++ language.
Encryption and decryption in Python 3.0 using AES256-CBC encrypt
A GUI application to encrypt and decrypt files and folders using the pyAesCrypt module in Python 3.0.
Science KBC using C++
Science Quiz using C++. This project is basically developed for the students who are interested in science quiz games and want to test their abilities.
Twitter sentiment analysis by streaming live tweets in Python
To perform sentiment Analysis on the extracted tweets and classify them into Positive, Negative, Neutral using Python language.