Coders Packet

Packets submitted by Abhishek Dilip Dhok.

Tree Traversals (Inorder, Preorder and Postorder) In C++

This packet contains the all the three tree traversals like Inorder, Preorder, and Postorder traversals in C++ programming language.

Guessing Game in CPP

The guessing game is a simple game in which you have to guess the correct number. I designed this game in C++ programming language.

Rock, Paper, and Scissors in CPP

This is a hand game usually played between the two players. I designed this game in the C++ programming language.