These are my submissions to the assignments for the course Object Oriented System Design for Autumn Semester 2020, department of Mathematics, IIT Kharagpur. The files included are :
- Implementation of AVL Tree
- Tic Tac Toe assignment : A Tic Tac Toe game in C++ where the computer never loses, and wins whenever possible
- pta_prog1 : Ear Clipping Algorithm for Polygon Triangulation --> O(n^2)
- pta_prog2 : Seidel's Algorithm for Polygon Triangulation --> O(nlogn)