- Generating a chessboard of size NxN and
placing a certain number of pawns on board based on some conditions. - Placing king and knight and rescuing king if possible, otherwise return related message.
- Creating two Notebooks using AVL Search Tree and Binary Search Tree
with funcionality of adding removing sections and items.
- Creating recommendation system using given TV Show lists
with implemantation of templated hash table using separate chaining.
- Implementing Sort( Insertion, Quick, Merge, Heap ) and
Search(Sequential, Binary) algorithms.