fyrbnd / neo

Library for working with graphs in C.
GNU Lesser General Public License v2.1
2 stars 0 forks source link

add path finding functions #5

Open iH0118 opened 11 months ago

iH0118 commented 11 months ago

find shortest path between nodes and stuff like that

fyrbnd commented 11 months ago

Gonna write this soon, did it before around a year ago.

fyrbnd commented 11 months ago

I'd like to go through the complicated functions with you before we write them but I'm too lazy to type it out so let's call or talk in person about it.

iH0118 commented 10 months ago

just added following stuff to neo.h:

fyrbnd commented 10 months ago

working on the internal logic on my head at least. gonna solve it recursive, but don't know how to handle circles yet.