Skip to content

timskovjacobsen/algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms

Repository for various algorithms. For now, only Python code is used.

The two primary purposes of the repository are:

  1. To explain how the algorithms work
  2. To provide small code chucks that can be used in projects without bringing on heavy dependencies

Because of point 2, the algorithms must not have any external dependencies themselves. Thus, for Python, only the Standard Library can be used.

Note that numpy is used in this repository only for testing the correctness of some of the algorithms, but not used in the algorihtms themselves.

Available algororithms

Computational geometry

About

Python implementations of various computational geometry algorithms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages