| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| pygorithm-1.0.4-py2.py3-none-any.whl | 2017-09-04 | 98.6 kB | |
| pygorithm-1.0.4.tar.gz | 2017-09-04 | 68.5 kB | |
| Added more modules and bug fixes with clean documentation source code.tar.gz | 2017-09-04 | 112.8 kB | |
| Added more modules and bug fixes with clean documentation source code.zip | 2017-09-04 | 159.2 kB | |
| README.md | 2017-09-04 | 333 Bytes | |
| Totals: 5 Items | 439.4 kB | 0 | |
Added modules such as:
- [x] binary: Base conversion implementations of base2, base10, base16 and ASCII
- [x] dynamic_programming: Implementations of binary knapsack and longest increasing subsequence
- [x] greedy_algorithm: Implementations of activity selection problem and fractional knapsack
- [x] geometry