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.

Abhishek Birendra Verma · Apr 01, 2021

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

Chandan Giri · Apr 01, 2021

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

Vimal · Apr 01, 2021

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.

Pallak Singhal · Mar 31, 2021

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.

Vanshika Vaidya · Mar 31, 2021

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.

Sahil Chutani · Mar 31, 2021

Trie Implementation in C++

An implementation of Trie in C++, which is an efficient way to perform search queries on strings.

Gaurav Sawant · Mar 30, 2021

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.

Aakash sharma · Mar 30, 2021

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.

Aakash sharma · Mar 30, 2021

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

Aakash sharma · Mar 30, 2021

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.

Pratyasha Sahu · Mar 30, 2021

Restaurant Project in C++

It is a Restaurant Project in C++ in which you can purchase and sell items listed on the menu.

deepali takyar · Mar 30, 2021