CodingTrain / Suggestion-Box

A repo to track ideas for topics
568 stars 86 forks source link

Ant Colony Optimization #1800

Open kaitabuchi314 opened 1 year ago

kaitabuchi314 commented 1 year ago

Hey, Kai (Tabuchi) here! Ant colony optimization would be a good idea for a coding challenge. I think that it could be applied in Solving Travelling Salesman or another implementation.

Sources:

Wikipedia: https://en.wikipedia.org/wiki/Ant_colony_optimization_algorithms https://en.wikipedia.org/wiki/Travelling_salesman_problem

Sebastian Lague's Video: https://www.youtube.com/watch?v=X-iSQQgOd1A&t=860s