Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages