Course work for CS142 at NISER
Made with love: Harisankar Binod <3
Course Instructor : Abhishek Sahu and Abhranil Chatterjee
- Assignment 1 Recursion and Insertion Sort
- Assignment 2 Evaluting an Expression and Time Complexity
- Assignment 3 Divide and Conquer, Merge Sort, Median finding
- Assignment 4 Implementation of Divide and Conquer (Binary Search mostly)
- Assignment 5 Subset-sum problem , N-Queens problem, Super-Queen
- Assignment 6 Sudoku Solver
- Assignment 7 Linked Lists (Palindrome check , Insertion Sort and Merge Sort implementation)
- Assignment 8 Binary Trees
- Assignment 9 Hashing and hash-tables
(very tentative list , will update with further info)
- Binary Search
- Merging two Sorted Lists
- Insertion Sort
- Using Swap and minimum finding
- Matrix Multiplication
- Cipher Design
- Image Editor