Coders Packet

Packets submitted by Chittamuri Hemanth Reddy

Distance between two nodes in a Tree In C++

Distance between two nodes in a Tree In C++. The distance between two nodes can be obtained in terms of the Least Common Ancestor(LCA).

Hash Table and its Operations(Insert, Delete, Search, Display) in C++

This is an algorithm for creating the Hash Table, Inserting elements into Hash Table, Searching Elements in Hash Table, and Deleting Elements in Hash Table by using C++.

Virtual Cricket Game in C++

Virtual Cricket Game using C++ and its built_in libraries. This is a short and easy to play Cricket game which takes away our boredom.