Skip to content

socrateslee/pygapbide

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:

from pygapbide import *
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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages