Coders Packet

Listing of packets of source code submitted by coders

Creating New Files and Directories in Java File and Stream

file systems, reading from files, or writing to files, from java.io: System Class Input and Output

To implement insertion sort in JAVA

In this blog, we will discuss the idea of implementing insertion sort in JAVA with the help of algorithm and code.

DNF Sort Using C++

Given an array of 0s, 1s and 2s. The idea is to write a function that sorts the given array by putting all 0s first then 1s and after that 2s. This code is written in c++.

C++ code for tic tac toe game

This is a simple tic tac toe game written in c++ programming language. At the end of the game, it will also display the winner's name.

Hangman Game using C++

A movie guessing game designed using C and C++ where players can play at different difficulty levels.

Dijkstra's Algorithm in C++

A C++ packet which performs Dijkstra Algorithm. Helps find the most optimal path (least cost path) in a graph (uni-directional or bi-directional) from a source point to rest of the points.

Hangman game in Python

The purpose of this project is to build a fully functioning Hangman game using Python and understand the code fully as we do bit by bit walkthrough of the code.

Phone keypad problem in C++

In this problem, we will discuss the combinations of alphabets that occurred by pressing the numbers on the phone keypad, and this problem is solved in C++.

Basic Calculator using C++

The below-given program is a basic calculator using C++, to perform addition, subtraction, multiplication, and division.

128-bit AES encryptor and decryptor in C++

This C++ packet performs 128-bit AES encryption and decryption on plain data and encrypted data respectively.

OTP and Password Generator using Java

This project is used to generate a random Password and OTP using Java. It helps in generating unique passwords and OTP which helps in making the password and OTP stronger.

Tic Tac Toe using Java

Using java, a simple tic-tac-toe game is developed. This game can be played by 2 players. These players have to mention their names and choose their symbols to play the game