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.

Sayma Naaz · Mar 17, 2021

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.

Srishti Dhaval Patkar · Mar 17, 2021

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.

Madhavendra Krishana Gupta · Mar 17, 2021

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.

Pakshal Bhairav Jain · Mar 17, 2021

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.

Madhavendra Krishana Gupta · Mar 17, 2021

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.

Madhavendra Krishana Gupta · Mar 17, 2021

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. 

Pakshal Bhairav Jain · Mar 17, 2021

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.

Adarsh Kumar Jha · Mar 16, 2021

Linear Convolution in C++

Function to find the linear convolution between two sequences x(n) and h(n) in C++ language.

Preet Rajpara · Mar 16, 2021

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.

Nediff Amala Nixon · Mar 16, 2021

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.

Khushi Srivastava · Mar 16, 2021

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.

Shreya Singh · Mar 16, 2021