- NAME - MOHIT BAVISKAR
- MIS - 111803148
- SY Comp Div 2
Contains various python scripts - like guessing game, goat-river-man problem/puzzle etc
Stack Frame Diagrams of Recursive Facrtorial Program and StackOverflow.
Contains two files - animals.py and shapes.py illustrating
- Implementation of Python Inheritance, Abstraction,Polymorphism and Encapsulation
- Illustraition of concepts like - Virtual Functions, Abstract Classes, Public and Private Access Specifiers etc. Also contains main.py illustrating the functions implemented
Various file handling exceptions in python and some general exceptions
A GUI application developed using tkinter.
Contains recursive and non recursive factorial implementation in CLISP and a program for finding nth number from an input list. Also contains memory layout diagrams.
Implementation of flight management system in Prolog with various rules. Queries like complete flight route between 2 cities implemented .
A clock implemented using 3 threads in C. Used pthread library.