EdwardJXLi / Graph-Algorithms

A repo containing some Graph Algorithms I wrote

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Testing

tommcn opened this issue · comments

Do you plan on added testing to your mapping programs, maybe something similar to https://github.com/Team-ALGO2/ALGO2/blob/master/Final/tests/unittest.c#L19-L84.
This would allow for easier collaboration and more confidence when pushing a new commit or PR.

I will probably add testing once I finish the other two algorithms. Currently this project is low-priority.