This repository contains codes of different problems considering their time complexities. All programs are divided lab wise.
Index:-
Lab 1:-
- Selection sort
- Sum of n numbers
- Tower of Hanoi
- Boolean
- Permutation Generator
Lab2:-
- Correct position of a number
- Power of a number(Iterative and recursive)
- Sort and Merge 2 sorted list
Lab 3:-
- MinMax
- Merge sort
- Quick sort
- Quick Sort Iterative
- Matrix MUltiplication
- Strassens Multiplication
- Magic square
Lab 4:-
- Knapsack
- Activity selector
- Binary Search
Lab 5:-
- Prims algo
- Single source shortest path
Lab 6:-
- Multistage Graph
- Graph is cyclic or not
- Kruskal Algorithm
Lab 7:-
- Assembly Line Schedulling Algorithm
- Matrix Chain Multiplication
- All Pair Shortest Path
Lab 8:-
- Longest Common Subsequence
- Merge Purge
- Knapsack using Merge Purge
Lab 9:-
- Graph Coloring
- N Queens
- Sum of Subsets