This is the repository, where i store a lot of the problems that I created for various introductory courses for Computer Science.
<class of algorithm>_<Name of Algorithm/Data Structure>_<Programming Language>_<Solution/Question>
- Qsort: Quick Sort
- Bsort: Bubble Sort
- Isort: Insertion Sort
- Hsort: Heap Sort
- Msort: Merge Sort
- Ssort: Selection Sort
- linear: Linear Search
- binary: BinarySearch
- general
- GraphColoring: Graph Coloring Algorithms
- Permutation: Permutation Algorithms
- BT: Binary Tree
- BST: Binary Search Tree
- AVL: AVL-Tree
- BTree: B-Tree
- DFSonTrees: DFS on tree
- BFSonTrees: BFS on tree
- DFSonGraphs: DFS on graph
- BFSonGraphs: BFS on graph
- babylon: Babylonian Root Finding method
- C
- PY: Python
- PSEUDO: Pseudo code