summaryrefslogtreecommitdiffstats
path: root/src/lib/eina_graph_bfs.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-30some API function renamedJérémy Zurcher1-6/+6
2014-02-04implement eina_graph_bfs_shortest_path() with testsJérémy Zurcher1-13/+37
2014-02-04bfs: extract allocation out of eina_graph_bfs_new()Jérémy Zurcher1-20/+31
2014-01-10use eina_array for adjacents list instead of custom implementationJérémy Zurcher1-4/+4
2014-01-05fix mem leak in BFS eina_list usageJérémy Zurcher1-0/+2
2014-01-04DFS and BFS use 1 data array to improve spatial localityJérémy Zurcher1-31/+20
2014-01-04Eina_Graph_Adjacents is private struct -> add '_' prefixJérémy Zurcher1-1/+1
2014-01-03add Eina_Graph_BFSJérémy Zurcher1-0/+184