Implementation of well-known algorithms in C#. Some of those algorithms appear during software engineering interviews.
- BST
- Heap
- Find the longest polindromic substring
- HeapSort
- MergeSort
- QuickSort
- Find number of unique paths to move from one corner of a matrix to the other one