My solutions for https://www.algoexpert.io/
I have realized some files have indentation problem. As, I copied codes from my AlgoExpert's solutions to VS Code they looked fine but actually they had indentation issue.
- Insertion Sort: Imagine Array as sorted and unsorted array; keeping swapping number in backwards
- Selection Sort: Loop to the end & SELECT the smallest element to swap