Solutions to the CODING CHALLENGEs in Algorithms in Python – Full Course for Beginners.
Steps
With Dev Containers installed (vscode plugin) -> reopen in container
To run all the tests
pytest
TODO
- 1. Factorial program using iteration, recursion
- 2. Recursive permutation
- 3. Linear search
- 4. Iterative binary search
- 5. recursive binary search
- 6. bubble sort
- 7. insertion sort
- 8. linked list
- 9. merge sort
- 10. Strassen algo
- 11. greedy algo
- 12. franctional knapsack
- 13. egyptian fractions
- 14. ugly numbers
- 15. traverling salesman problem
- 16. palindromic matrix paths
Reference