Skip to content

fungss/intro-algo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms in Python

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

  1. A collection of .gitignore templates
  2. Google Python Style Guide
  3. Pytest Tutorial – How to Test Python Code

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Languages