Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

8 Commits

Repository files navigation

pygapbide

Migrated from Google Code Archive. Python implementation of Gap-Bide algorithm.

To use the code:

frompygapbideimport*sdb= [[1, 2, 3, 4],
[1, 4, 2, 3, 5],
[1, 2, 4, 3, 1, 2, 3, 1],
[1, 2, 4, 3, 1],
[1, 3, 5],
[2, 3, 4],
[2, 1, 5],
[3, 5, 3, 1],
[2, 4, 1, 5, 2, 3, 3]]
g=Gapbide(sdb, 3, 0, 2)
g.run()

About

Python implementation of Gap-Bide algorithm.

Resources

Stars

8 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages