Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Digraph3-October-2023.tar.gz | 2023-09-30 | 117.7 MB | |
Digraph3-October-2023.zip | 2023-09-30 | 118.2 MB | |
README.md | 2023-09-30 | 393 Bytes | |
Totals: 3 Items | 235.9 MB | 0 |
New features:
- Added a pairings.py module providing solvers for fair inter- and intragroup pairing (matching) problems
- Added a dynamicProgramming.py module for solving generic dynamic programming problems
- Added an implementation of the Needleman-Wunsch DNA sequence alignment algorithm
Maintenance:
- Tested the modules under Python3.11 including the cythonized ones;