scozv / algo-js

[obsoleted] has been moved to project Tango:
https://github.com/scozv/tango
GNU General Public License v3.0
2 stars 1 forks source link

unit test for graph build, graph search should be written out asap #9

Closed scozv closed 10 years ago

scozv commented 10 years ago

From Algo.js of Google Code on July 31, 2013 19:12:42

What is the expected output? What do you see instead? as right now, we test graph build and graph search by debug. we should write out unit test asap.

Original issue: http://code.google.com/p/algo-js/issues/detail?id=9

scozv commented 10 years ago

From Algo.js of Google Code on August 11, 2013 03:05:53

fixed in revision f7e189453191

Status: Fixed