| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| pygorithm-1.0.3-py2.py3-none-any.whl | 2017-08-23 | 53.3 kB | |
| pygorithm-1.0.3.tar.gz | 2017-08-23 | 32.7 kB | |
| Bug Fixes and addition of new modules source code.tar.gz | 2017-08-23 | 66.2 kB | |
| Bug Fixes and addition of new modules source code.zip | 2017-08-23 | 100.4 kB | |
| README.md | 2017-08-23 | 412 Bytes | |
| Totals: 5 Items | 253.0 kB | 0 | |
This release contains following modules and their respective implementations:
- [x] Math - Added LCM, Factorial, various conversions, sieve of eratostenes
- [x] Path finding - Added Dijkstra's algorithm, astar
- [x] String - Added palindrome, pangram, anagram and isogram implementations
- [x] Searching - Added implementation of interpolation search
- [x] Data Structures - Added implementation of trie