Data Structure codes implemented in C
-
Updated
Apr 15, 2018 - C
Data Structure codes implemented in C
You must move your ant colony from one point to another in the least amount of time. Through this project, you will explore graph traversal algorithms: your program will have to choose the paths and moves to be taken by the ants.
Given an ant colony, we'll try to move it from one point to another. The goal is to make it take as little time as possible. This project from 42 school introduces to graph traversal algorithms: our program will have to intelligently select the paths and precise movements that must be taken by these ants.
Graph traversal algorithm: In this project you need to find the quickest way to get n ants across the farm (graph).
lem_in is a project focused on data structures and graph traversal algoritms.
Add a description, image, and links to the graph-traversal-algorithms topic page so that developers can more easily learn about it.
To associate your repository with the graph-traversal-algorithms topic, visit your repo's landing page and select "manage topics."