You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CoinDetector est un projet visant à développer un modèle de détection automatique de pièces de monnaie dans des images, à évaluer les résultats du modèle de détection, ainsi qu'à classifier les rés…
2DShortestPath is a Java project that implements and compares the Dijkstra and A* algorithms for finding the shortest path on a 2D map. It includes a weighted graph structure, methods for running t…
Maze Solver is a Java project that uses the A* algorithm to find a path from a start point to an exit point in a 2D maze while avoiding fire cells. It was developed as part of the advanced algorith…