242 skills found · Page 3 of 9
malei-dc / TDACursada 1C2024 Técnica de diseño de algoritmos UBA (ex Algoritmos y Estructuras de Datos III)
vegather / PathfinderSwift implementation of A*, BFS, and Dijkstra's algorithm for finding the cheapest path, or navigating a maze.
ADiTyaRaj8969 / GraphA collection of clear and efficient implementations of core graph algorithms like BFS, DFS, Dijkstra, and Kruskal for easy learning and practice.
salimt / GoogleMaps Find Fastest Route AlgorithmsA simple fastest route finder written in Java includes BFS, Djikstra(Speed limits included) and A* Algortihms also has the feature of visualization of visited nodes.
kevalmorabia97 / Graph Theory Implementations In JavaThis project contains the implementation of basic graph theory algorithms like BFS, DFS, Kruskal's MST, Prim's MST, Dijkstras Shortest Path
ToiLaBao2004 / MySokobanMy final project for Artificial Intelligence is the game Sokoban combined with the BFS, DFS, A* and BACKTRACKING algorithms.
mateusememe / 8 PuzzleUsing heuristic search Best-First and A* with BFS (with manhatan distance) methods to solve 8-puzzle
larbi1512 / Intro To AI Projectthis project combines various AI algorithms to provide visualization and functionality for search algorithms, a game (CONNECT4) using min-max algorithms, and a Constraint Satisfaction Problem (CSP) solver. This toolbox aims to provide a comprehensive understanding of these AI techniques through interactive visualizations and practical examples.
Jamil226 / AI Labs UdemyArtificial Intelligence Labs - Udemy
odubno / Ford Fulkerson Max FlowPython code for finding Max Flow in a directed graph.
stamd / Graphs In PythonNo description available
jarrelljiang / SnakeAI🚀A snake AI written in JavaScript,based on BFS&DFS Algorithm✨✨✨
ScottT2-spec / Grid PathfinderVisual implementation of BFS, DFS, and A* pathfinding algorithms — built on mobile with Python
GSSfearless / Path Planning On Multiple Intelligent Agents ScenarioWe optimize SIEP algorithm in multiple intelligent agents scenario and comparatively research A*, DFS, BFS, Dijkstra, PFP and PRM.
NhanPhamThanh-IT / SmartEscape RushHour🚗 AI-powered Rush Hour puzzle solver with Pygame GUI. Features BFS, DFS, UCS & A algorithms to solve traffic jam puzzles. Compare AI performance metrics, play manually, or watch automated solutions. Educational tool for learning search algorithms.
AhmetFurkanDEMIR / AlgorithmsNecmettin Erbakan University - Algorithms (c++)
raihankhan / DSA DrillNo description available
emikhalev / AlgorithmThis is the collection of solutions to some computer problems, mainly leetcode
arpit456jain / DSA Quick RevisonNo description available
aahuja9 / Pacman AIBFS, DFS, A*, and Uniform Cost Search Algorithms implemented for Pacman game