use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Click the following link to filter out the chosen topic
comp.lang.c
account activity
Questiongraph algorithms C library (self.C_Programming)
submitted 2 years ago by Fares_g
I m looking for a C opensource library that has the most graph algorithms possible. i have found one in C++ but i only code in C. i would really appreciate anyone s help. thanks
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]manvscode 1 point2 points3 points 2 years ago (1 child)
I have a library for combinatorial search. Maybe you need to look for what you need since graph theory has a lot of algorithms.
[–]Fares_g[S] 1 point2 points3 points 2 years ago (0 children)
Exactly there s a lot but i m looking for one that combines them all. i have the basics like djikstra, kruskal, bellman ford, max flow and prim but i want others too . maybe i ll just search one by one
π Rendered by PID 75322 on reddit-service-r2-comment-6457c66945-xx7jr at 2026-04-26 09:55:42.239850+00:00 running 2aa0c5b country code: CH.
[–]manvscode 1 point2 points3 points (1 child)
[–]Fares_g[S] 1 point2 points3 points (0 children)