deepshikha
@deepshikha
4 published packets
Joined Mar 2021
Published Projects
winner of the tic-tac-toe game using C++
This project is about finding the winner in Tic-tac-toe game using C++. Tic-tac-toe is played by two players A and B on a 3 x 3 grid.
Mar 23, 2021
Rail fence cipher in C++
The Encrypted text using Rail Fence cipher in C++ is an easy to apply transposition cipher that jumbles up the order of the letters of a message in a quick convenient way.
Mar 15, 2021
Russian Peasant Algorithm in C++
Russian Peasant (Multiply two numbers using bitwise operators) in C++ without using the multiply(x) Operator
Mar 15, 2021
Implementation of Red Black Tree Insertion in C++
The project is on Inserting Nodes in the Red-Black Tree using the following three functions - Rotations, Insertion, Inorder Traversal In C++
Mar 10, 2021