abg

Animated background for X11
git clone git://git.laack.co/abg.git
Log | Files | Refs | README | LICENSE

future_changes.md (528B)


      1 # Future Changes
      2 
      3 I plan to continue adding more algorithms to this program. These algorithms will be specified with the `--algorithm` flag. 
      4 
      5 Some I am considering adding:
      6 
      7 - Nearest neighbor traveling salesman
      8 - Dijkstra's algorithm from the two farthest vertices
      9     - this would likely require changes to the graph generation to increase the likelihood of shorter edges
     10 - A* algorithm from the two farthest vertices
     11     - this would likely require changes to the graph generation to increase the likelihood of shorter edges