These Projects are done throughout different course implementation of Data Structure and Object Oriented Programming.
It's command line monopoly game developed using C++.
Programming assignments done using C++ during the course "Basic programming"
Programming assignments done using C++ during the course "Advanced programming"
Data Structure Programming Project. It's a text based user interface of a small scale social network based on the concept of six degree of separation.
Data Structure Programming Project. It's a automated vote counter that counts legal votes of the contetants. Concept of hash-table is being implemented in this project.
Data Structure Programming Project. Developed an efficient directory of keywords that sorts given keywords in ascending order.
Advanced Design and implementation of Data Structure Programming Project. Developed a sudoku puzzle solver.
Program calculates the bionomial coefficient recursively.