michaelmunson1 / FunWithGraphs

Toy problems, classic algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FunWithGraphs

Toy problems, classic algorithms and genomics applications

Maze Search: A* graph search with priority queue

Greedy SCS: Greedy Shortest Common Superstring

  • Optimized using a network of look-up tables: O(n) in the number of reads

About

Toy problems, classic algorithms


Languages

Language:Python 77.1%Language:Java 21.9%Language:Makefile 1.0%