Coders Packet

Packets submitted by deepshikha

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.

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.

Russian Peasant Algorithm in C++

Russian Peasant (Multiply two numbers using bitwise operators) in C++ without using the multiply(x) Operator

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++