Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Digraph3-October-5-2023.tar.gz | 2023-10-03 | 114.9 MB | |
Digraph3-October-5-2023.zip | 2023-10-03 | 115.4 MB | |
README.md | 2023-10-03 | 395 Bytes | |
Totals: 3 Items | 230.2 MB | 1 |
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.5 including the cythonized ones;