Code Packets
Browse all published coding projects
Implementation of Depth-First-Search (DFS) algorithm using Java
In this tutorial, we will learn about the Depth-First-Search algorithm and we will also see the program to implement the Depth-First-Search algorithm using Java.
Large number factorial calculator in C++
It is a C++ based factorial calculator of large numbers which ae not possible to store in normal data types
Color Game Using Python Tkinter GUI
In this game player has to enter color of the word that appears on the screen and hence the score increases by one, the total time to play this game is 60 seconds
TIC-TAC-TOE using Python and SQL Database connectivity
A puzzled Game(tic-tac-toe) is a 2 players game which is built in Python with database connectivity.
OTP generator using C++
Hello, In this tutorial, we will learn how to generate an OTP of a specific length in C++ with the help of the rand () and sleep () function.
Dice Roller in C++
The Project is built in C++ using Atom Editor and MinGW Compiler. It randomly predicts a number between 1 and 6, hence it acts as dice and can be used to play games.
Trie Implementation in C++
An implementation of Trie in C++, which is an efficient way to perform search queries on strings.
Forward Accumulation method for differentiation in Python
Forward Accumulation is a simple method for calculating the derivative of a complex function by repeatedly calculating derivative of its simple parts, developed in Python.
Gale Shapely Algorithm Implementation in C++
Gale Shapely algorithms is used in CDN to user mapping based on proximity priority of users. It is given by two researchers David Gale and Lloyd Shapely. The program is coded using C++ language.
Image Fetcher python script - fetch images from static HTML pages
Fetches images from static HTML pages given html-page-file-names/html links/directory name containing html pages, and fetches images present in page into an output directory, developed in Python
Function Overloading using C++
This code helps to understand the concept of function overloading using C++. Two different data types are taken in the code.
Restaurant Project in C++
It is a Restaurant Project in C++ in which you can purchase and sell items listed on the menu.