mirror of https://github.com/TheAlgorithms/C
9997c8bdf0
* Fix : memory allocation method "new" is not used in C , because of that the compiler was giving compilation error. Instead malloc was used for memory allocation. * updating DIRECTORY.md * Update data_structures/graphs/kruskal.c Co-authored-by: Stepfen Shawn <m18824909883@163.com> * updating DIRECTORY.md --------- Co-authored-by: github-actions[bot] <github-actions@users.noreply.github.com> Co-authored-by: Stepfen Shawn <m18824909883@163.com> |
||
---|---|---|
.. | ||
Makefile | ||
bellman_ford.c | ||
bfs.c | ||
bfs_queue.c | ||
dfs.c | ||
dfs_recursive.c | ||
dijkstra.c | ||
euler.c | ||
floyd_warshall.c | ||
graph.c | ||
graph.h | ||
hamiltonian.c | ||
kruskal.c | ||
queue.c | ||
queue.h | ||
strongly_connected_components.c | ||
topological_sort.c | ||
transitive_closure.c |