12 Commits

Author SHA1 Message Date
Chris Cameron
f174c32721 feat: Added breadth-first search method that returns the path from root for every node in the graph 2020-10-22 12:16:32 -04:00
Austin Noska
e3f356a5db test: updating get cliques unit tests 2019-06-27 10:58:22 -04:00
Austin Noska
65c50e8e90 feat: Added method to get a single clique given a starting node 2019-06-26 11:39:50 -04:00
Chris Cameron
6540ab5177 refactor: Tidying 2018-10-08 15:06:03 -04:00
Chris Cameron
381355beb9 perf: BreadthFirstSearchPathManyDestinations returns an IEnumerable to support early termination 2018-10-08 14:21:54 -04:00
Chris Cameron
00aaa17bb6 Adding GetClique and GetCliques recursion methods 2018-03-16 14:30:21 -04:00
Jack Kanarish
0a0cf3f720 add unit test for multiroute. fix long standing bugs with routing uncovered by said unit test. 2018-01-04 16:06:54 -05:00
Chris Cameron
3a2f3b7526 Resolving warnings 2018-01-02 16:49:23 -05:00
Chris Cameron
025400bf7e Fixing bug where breadth-first search was not returning desired result when root and destination are the same 2017-12-12 16:54:53 -05:00
Chris Cameron
6db084853e Tidying 2017-12-12 16:54:21 -05:00
Chris Cameron
cba949eb92 RecursionUtils tests 2017-09-26 13:53:04 -04:00
Chris Cameron
750d039794 Adding recursion unit test 2017-09-26 10:58:57 -04:00