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++.
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.
A movie guessing game designed using C and C++ where players can play at different difficulty levels.
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.
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.
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++.
The below-given program is a basic calculator using C++, to perform addition, subtraction, multiplication, and division.
This C++ packet performs 128-bit AES encryption and decryption on plain data and encrypted data respectively.
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.
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
This code is in c++ that creates a new file. Also, we can write to the created file in this code.
In this section i provide a basic introduction on Enumerationsm Keyword Use & understanding.