GitHub topics: dfs-algorithm
Jarimus/Maze-Solver
A Python tkinter maze solver
Language: Python - Size: 104 KB - Last synced at: 2 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

lucamazzza/tube
Chocolate factory optimization problem, solved with a DFS implementation
Language: C - Size: 697 KB - Last synced at: about 1 hour ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

Progambler227788/LeetSync-PYTHON
Collection of LeetCode questions to ace the coding interview! - Created using [LeetHub v3](https://github.com/raphaelheinz/LeetHub-3.0)
Language: Java - Size: 409 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

arthuro1234/London-Tube-AI-Search-DFS-BFS-UCS-Heuristics
Search algorithms (DFS, BFS, UCS, Heuristic) applied to the London Tube Map
Language: Jupyter Notebook - Size: 12.7 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

rafaelfigueredog/MatrizDinamica
An open-source project using JavaScript and the Depth-First Search (DFS) algorithm to illustrate the connections between the curricular components of some IFPB degrees
Language: JavaScript - Size: 2.66 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 4 - Forks: 1

anas20023/Code-Forces
Solve of Codeforce Round , Div 2 ,Div 3, Div 4 and other Practice Problems
Language: C++ - Size: 1.27 MB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 1 - Forks: 0

bobluppes/graaf
A general-purpose lightweight C++ graph library
Language: C++ - Size: 3.58 MB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 280 - Forks: 48

ZigRazor/CXXGraph
Header-Only C++ Library for Graph Representation and Algorithms
Language: C++ - Size: 70 MB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 581 - Forks: 126

frvnzz/DFS-Maze-Solver
A maze solver using DFS written in C#
Language: C# - Size: 130 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 0 - Forks: 0

Winniekun/acsaber
twinkle, twinkle, one more star :star:
Language: HTML - Size: 1.98 MB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 0 - Forks: 0

maximilianfeldthusen/dfs
C++ implementation of the Depth-First Search (DFS) algorithm, showcasing both recursive and iterative methods.
Language: C++ - Size: 10.7 KB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 0 - Forks: 0

EdwinChristopher/Artificial-Intelligence-Game
Player vs AI to reach the destination city. Enemy uses DFS algorithm to move. For each move will play games. The first game is using KNN algorithm to guess whether it will rain or not. The second game one will use word to vactor algorithm to guess the closest word. They can remove one city, bot(AI) will use A-star algorithm to remove a city.
Language: C - Size: 3.47 MB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 1 - Forks: 0

jing-yaoo/BPMN-Process-Analysis-tool
Process Analysis tool to extract all possible paths/traces from a BPMN XML log.
Language: Python - Size: 41 KB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 0 - Forks: 0

mahdizynali/Earth-Map-Route-Planning
Route planning on Earth map with opencv c++ through Greedy , A-start and etc. algorithm
Language: C++ - Size: 1.12 MB - Last synced at: 16 days ago - Pushed at: 9 months ago - Stars: 8 - Forks: 1

Riteshhh08/Pathfinding-Visualizer-
Pathfinding-Visualizer Visualize and compare pathfinding algorithms like BFS, DFS, and A* in action! Set walls, find shortest paths, and learn how each algorithm behaves. Try it here!
Language: JavaScript - Size: 4.88 KB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 0 - Forks: 0

dm-zhuk/goit-algo-hw-06
Graph algorithms
Language: Python - Size: 0 Bytes - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 0 - Forks: 0

coparaoji/Sudoku-Solver
A Sudoku solver made in python that uses image recognition to find the sudoku puzzle and backtracking to solve the puzzle
Language: PureBasic - Size: 188 MB - Last synced at: 27 days ago - Pushed at: 27 days ago - Stars: 0 - Forks: 0

hamed-rezaee/flutter_path_finder_algorithms
Implementation of path finding algorithms in Dart and Flutter.
Language: C++ - Size: 321 KB - Last synced at: 26 days ago - Pushed at: over 1 year ago - Stars: 5 - Forks: 4

ruvxn/Pathfinder_AI
Pathfinder_AI is a command-line tool for solving graph search problems using DFS, BFS, GBFS, A*, and UCS built during COS30019 AI coursework.
Language: Python - Size: 158 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

ricardoyang00/air-traveler
Air Travel Flight Management System
Language: C++ - Size: 2.47 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

Badawy403/8-Puzzle
8-puzzle game is a sliding puzzle that consists of a frame of numbered square tiles in random order with one tile missing
Language: Python - Size: 20.5 MB - Last synced at: 19 days ago - Pushed at: about 1 year ago - Stars: 16 - Forks: 2

rdtg94/wood_puzzle_game
Wood Puzzle Game with AI Integration, developed as a project for the course 'Elements of Artificial Intelligence and Data Science' at the Faculty of Engineering, University of Porto
Language: Python - Size: 1.35 MB - Last synced at: 5 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

smack42/ColorFill
ColorFill - yet another Flood-It clone (game and solver algorithm)
Language: Java - Size: 78.4 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 8 - Forks: 0

Masoudjafaripour/Search_Algs
All search algorithm from easy to hard
Language: Python - Size: 42 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

Jamil226/SP25-AI
Spring 25 - Artificial Intelligence
Language: Jupyter Notebook - Size: 17.8 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 11 - Forks: 30

ambuj2000/Graph-Algorithms-and-Problems
All the important graph algorithms and problems
Language: C++ - Size: 179 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

vickshan001/London-Tube-AI-Search-DFS-BFS-UCS-Heuristics
Search algorithms (DFS, BFS, UCS, Heuristic) applied to the London Tube Map
Language: Jupyter Notebook - Size: 11.7 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

Ayvero/java_graph_DFS_BFS
Implementation of Graph Traversal Algorithms_DFS_BFS
Language: Java - Size: 0 Bytes - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

In7elligence/path-finder-visualizer
A pathfinding visualizer for different pathfinding algorithms
Language: TypeScript - Size: 623 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

hoangsonww/The-Maze-Game
🏰 The Maze Game offers straightforward maze navigation challenges, built with Prim's & DFS Algorithms. Featuring responsive design for easy play on any device, including mobile, with intuitive on-screen controls for movement, it's ideal for quick gaming sessions, providing both casual and challenging experiences!
Language: Python - Size: 505 KB - Last synced at: 30 days ago - Pushed at: about 1 month ago - Stars: 33 - Forks: 12

Var7600/Graph-in-Python-And-Networkx
Tutorials about Graph and Graph Algorithms in Python and Networkx
Language: Jupyter Notebook - Size: 887 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

Shabnam-Khaqanpoor/LinkedIn-Simulation-Using-Graph Fork of Erfan-Farahmandnejad/Linkedin-Simulation
The project builds a graph-based social network to recommend connections using Depth-First Search (DFS but limited up to 5 degree) to analyze relationships up to five degrees. Recommendations prioritize shared skills, connection degrees, and user-defined preferences. Users can register, and the system dynamically updates from a JSON file.
Language: Java - Size: 185 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

de-soot/knapsack
Recursive solution to the knapsack problem. Written in C.
Language: C - Size: 181 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

Aakashbhardwaj27/AlgorithmsRecap
Algorithms to become a better engineer
Language: JavaScript - Size: 1.95 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

yousefalshaikh17/dungeon-crawler
Procedurally generated dungeon crawling with an added demo.
Size: 2.93 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

nellogan/PathfindingVisualizer
Visualize how different search algorithms traverse a grid.
Language: JavaScript - Size: 708 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

jaiswalchitransh/DFS-Searching-Algorithm
This Python code employs the Depth-First Search (DFS) algorithm to find a path from "Arad" to "Bucharest" in the Romania map. It uses a priority queue, backtracking, and a graph representation. The DFS path is printed at the end. Skills demonstrated include graph traversal, priority queue usage, and DFS algorithm implementation.
Language: Python - Size: 204 KB - Last synced at: about 1 month ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

malei-dc/TDA
Cursada 1C2024 Técnica de diseño de algoritmos UBA (ex Algoritmos y Estructuras de Datos III)
Language: C++ - Size: 45.1 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 5 - Forks: 1

ShogunYash/My-Code-Space
This contains my course assignments of SEM 3
Language: Python - Size: 4.86 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 1

HxnDev/Solving-a-Maze-Using-BFS-and-DFS
Breadth-first search (BFS) is an algorithm for searching a tree data structure that searches the tree one depth at a time. It will explore all nodes at depth 1 then depth 2 and so on. Depth-first search (DFS) is an algorithm for searching a tree data structure that searches the tree vertically. It will explore one branch to the root node followed by the next branch.
Language: Python - Size: 570 KB - Last synced at: about 1 month ago - Pushed at: almost 4 years ago - Stars: 4 - Forks: 0

davecom/MazeSolvingGUI
A simple tkinter GUI for illustrating DFS and BFS.
Language: Python - Size: 132 KB - Last synced at: 13 days ago - Pushed at: almost 5 years ago - Stars: 11 - Forks: 4

AghilesTMA/robomaze
An interactive maze pathfinding simulator featuring BFS, DFS, and A* algorithms
Language: TypeScript - Size: 85.9 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

chan9yu/algorithm-playground
✍🏼 algorithm playground repository
Language: JavaScript - Size: 158 KB - Last synced at: 7 days ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

Przemyslawmd/Graphs
Language: C++ - Size: 169 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 1

birongliu/word-ladder-problem
CISC 3410 AI project
Language: Python - Size: 1.37 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

AhmetFurkanDEMIR/Algorithms
Necmettin Erbakan University - Algorithms (c++)
Language: C++ - Size: 637 KB - Last synced at: 25 days ago - Pushed at: about 4 years ago - Stars: 16 - Forks: 0

Erfan-Farahmandnejad/Linkedin-Simulation Fork of UI-DS-02/social-network-es-team
The project builds a graph-based social network to recommend connections using Depth-First Search (DFS but limited up to 5 degree) to analyze relationships up to five degrees. Recommendations prioritize shared skills, connection degrees, and user-defined preferences. Users can register, and the system dynamically updates from a JSON file.
Language: Java - Size: 167 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 1

Imtjl/dfs-2d
Simple 2d DFS Visualization
Language: TypeScript - Size: 47.9 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

phiponatchi/Labyrinthe
Maze (Labyrinthe in French)
Language: Java - Size: 517 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Kisaa-Fatima/Cryptarthematic-puzzle-
Cryptarithmetic puzzles are intriguing mathematical problems where numbers are represented by letters or symbols. The objective is to decipher the correspondence between these symbols and digits in a way that satisfies a given arithmetic equation.
Language: Jupyter Notebook - Size: 9.77 KB - Last synced at: 3 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

vtarale/Search
a star search, greedy best search and bfs and dfs lib
Language: Python - Size: 15.6 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

cmspoon/courtconnect
python algorithm connecting any two players to each other through mutual teammates
Size: 98.6 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

awais-124/ai-algorithms
This Repository contain Artificial Intelligence Algorithms Codes in Python
Language: Jupyter Notebook - Size: 3.27 MB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

AyKrimino/Pathfinding-Visualizer
A Python-based pathfinding visualizer built with Pygame. It demonstrates search algorithms like BFS, DFS, and A*.
Language: Python - Size: 11.7 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

muhamed-ramic/ASP-task-asssignments
Two tasks as provided for a company interview tasks, see readme.md
Language: C# - Size: 1020 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

AWass04/Rat-Maze-DFS-Algorithm
A DFS algorithm designed to solve a maze.
Language: C# - Size: 316 KB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

MistzSoftware/dfs-and-bfs-graph
Training on implemtation of DFS and BFS algorithms seen in class with one of the best teacher in the world.
Language: C++ - Size: 5.86 KB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

Louis3112/graph_sby_map
One of my project for Data Structure in 2nd Semester. A simple automated suggestion system for places in SBY
Language: C++ - Size: 2.5 MB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

Tynab/Searching-Algorithms
Searching Algorithm Example
Language: Jupyter Notebook - Size: 137 KB - Last synced at: 2 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

sowmen/FXGraphAlgorithmSimulator
Visualizes specific Graph Algorithms like BFS, DFS, MST etc. on interactive user input graphs.
Language: Java - Size: 8.88 MB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 61 - Forks: 28

Soren2007/algorithm-DFS
The DFS (Depth-First Search) algorithm is one of the graph and tree search algorithms that operates in a depth-first manner. This algorithm uses a stack strategy for searching and retrieving data. DFS on a graph or tree starts from one node, moves forward until it reaches an endpoint
Language: Python - Size: 1000 Bytes - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

BANUKABHANUTEJA/Contest-question-1
A coding challenge designed to test and improve problem-solving and programming skills. This challenge cover a variety of topics, including algorithms, data structures, and real-world problem scenarios. Perfect for practicing, learning, or preparing for coding interviews.
Language: C++ - Size: 2.93 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

vomnes/algorithms-go
Algorithms and data structures implementation in Go
Language: Go - Size: 514 KB - Last synced at: about 2 months ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

Himaanshu-Singh/LeetCode-Solutions
LeetCode Solutions in C++ with most efficient and simple Logic.
Size: 20.5 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

mustardblues/s21_simple_navigator_cpp
School 21 project. Created by stranger.
Language: C++ - Size: 2.6 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

Gyakobo/Pathfinding-Algorithms
This project implements and compares various pathfinding algorithms, including A*, BFS, DFS, and Dijkstra, to find the shortest path on a 2D grid with obstacles.
Language: Python - Size: 66.4 KB - Last synced at: about 1 month ago - Pushed at: 4 months ago - Stars: 3 - Forks: 0

siawish/DSA_LAB
This repository is a collection of implementations of various Data Structures and Algorithms (DSA). It aims to provide a practical understanding of DSA concepts through code examples in multiple programming languages. In the future, I will be adding more content, including new data structures, algorithms, and educational resources. Stay tuned!
Language: C++ - Size: 8.56 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

MycroftCooper/UnityGridMapToolset
Unity2D, Grid Map, Pathfinding, Maze Generation, A*, JPS, Prim's Algorithm, Recursive Backtracking, Game Development, Grid-based Mechanics, Toolset, Algorithms, Unity Tools
Language: C# - Size: 104 KB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 5 - Forks: 2

VictorAlves08/agent_maze_navigator
Aplicação web interativa desenvolvida em React que permite aos usuários visualizar e comparar diferentes algoritmos de busca utilizados para resolver labirintos. A aplicação suporta Busca em Profundidade (DFS), Busca em Largura (BFS) e Busca em Feixe (BS), proporcionando uma compreensão prática de como cada algoritmo explora o espaço de busca.
Language: JavaScript - Size: 367 KB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

RamezzE/MazeSolver
Maze generation, solving & finding shortest paths algorithms with backtracking, written in C++ and SFML.
Language: C++ - Size: 818 KB - Last synced at: 17 days ago - Pushed at: 9 months ago - Stars: 4 - Forks: 0

lolooppo/the_maze_runner
Opengl C++ 2-D Maze Game (Functional Programming)
Language: C++ - Size: 1.6 MB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 9 - Forks: 0

thisisbipin/Visualizers
Different types of algorithms for visualization
Language: JavaScript - Size: 666 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 1

RanjithBMR/Adaptive_Story_Game_using_Data_Structures
The Adaptive Story Game is an interactive narrative-driven application crafted using the tkinter library in Python for the purpose of graphical interface with the user
Size: 0 Bytes - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

Kawai-Senpai/Vagabond
Easy & Efficient Path Finding Library in Python
Language: Python - Size: 123 KB - Last synced at: 25 days ago - Pushed at: 8 months ago - Stars: 4 - Forks: 0

aychaall/taquin-puzzle-solver
an AI-based application to solve the 15-puzzle (Taquin) game efficiently using DFS and BFS algorithms
Language: Python - Size: 124 KB - Last synced at: 2 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

mtumilowicz/scala-algorithms-bfs-dfs-astar-workshop
Short introduction into BFS, DFS and A* algorithms with case-studies.
Language: Scala - Size: 60.5 KB - Last synced at: 25 days ago - Pushed at: 12 months ago - Stars: 4 - Forks: 1

sha1n/fungus
An experimental library for starting and stopping multi-service environments correctly and efficiently based on declared dependencies between them
Language: TypeScript - Size: 8.38 MB - Last synced at: 29 days ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

Bohdan-Khomtchouk/FTPwalker
PyPI package for traversing extremely large FTP directory trees
Language: Python - Size: 225 KB - Last synced at: 3 months ago - Pushed at: over 7 years ago - Stars: 18 - Forks: 3

theduardomaciel/cc-tg
Projeto prático desenvolvido durante a matéria de Teoria dos Grafos
Language: C++ - Size: 3.57 MB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

saikiran6694/path_visualiser
Path Visualiser: Developed to make the user understand different types of shortest path calculating graph based algorithms.
Language: JavaScript - Size: 122 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

XinaiLU/Design-of-Route-Planning-Algorithms---Graph-Search
An airline route planning system as a final project for the Data Structures and Algorithms course, focused on graph search algorithms (DFS and BFS) to solve various routing tasks efficiently.
Language: C - Size: 1.35 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

Sumonta056/Artificial-Intelligence-Learning
🤖📚 Comprehensive AI Learning Repo: Master DFS, BFS, DLS, IDS, UCS, Bidirectional Search, Greedy, A*, Mini-max, Alpha-beta Pruning, and Genetic Algorithm. Your go-to resource for AI course notes, lab codes, and exploration
Language: C++ - Size: 92.5 MB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

ayax537/Depth-First-Search-DFS-Maze-Solver
This Python script implements the Depth First Search (DFS) algorithm to solve a maze using the Turtle graphics library. The program visually represents the maze and the search process, allowing users to observe how DFS explores paths to find a solution.
Language: Python - Size: 5.86 KB - Last synced at: about 2 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

Dhruvbam/Design-and-Analysis-of-Algorithms
This repository contains three CS 3364 projects demonstrating skills in algorithm design and data structures. Projects cover search engine reliability with sorting, course sequencing with topological sorting (DFS), and shortest paths using Dijkstra’s and Bellman-Ford algorithms, highlighting efficiency and data management.
Language: Python - Size: 2.28 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0

joao-tinelli/obi-2013
Solutions to the problems of the OBI (Brazilian Computer Olympiad) 2013.
Language: C++ - Size: 0 Bytes - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

rabbiyabukhari/Artificial_Intelligence
This repository implements classic AI techniques for solving problems using informed (A*, Greedy Best-First) and uninformed (DFS, BFS) search algorithms. Includes code, notes, and key observations to deepen understanding.
Language: Python - Size: 4.81 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

Jehadel/DFS-exemple
Lua implementation of DFS algorithm
Language: Lua - Size: 4.88 KB - Last synced at: 2 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

AzerSD/CodingGame
CodinGame Puzzles in Python
Language: Python - Size: 5.86 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

madrian98/15_puzzle_BFS_DFS_A-star
Solving a 15 puzzle using BFS,DFS,A* algorithms
Language: Python - Size: 54.7 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

gabrieldrn/Java-Maze-Solver
Maze solving in java with BFS, DFS, A*
Language: Java - Size: 153 KB - Last synced at: 6 days ago - Pushed at: over 6 years ago - Stars: 18 - Forks: 6

thkox/intelligent-agents_2024-intelligent-agents-simulation Fork of ApostolisSiampanis/intelligent-agents
The Intelligent Agents Simulation is a team assignment designed for the "Intelligent Agents" course, offered in the 8th semester of the 2023-2024 academic year at the University of Piraeus, Department of Informatics.
Language: GDScript - Size: 15.3 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

uayushdubey/Graph-Visualizer
The following project is developed for Algorithm Design and Analysis Subject's Project Base Learning in Semester 5
Language: CSS - Size: 85 KB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

hamed-rezaee/flutter_maze_generator
A maze generator written in Dart and Flutter.
Language: C++ - Size: 649 KB - Last synced at: about 1 month ago - Pushed at: 11 months ago - Stars: 14 - Forks: 1

othonrm/web-sudoku
Learning how to generate a valid Sudoku board
Language: TypeScript - Size: 104 KB - Last synced at: 5 days ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

mnpsnuwan/ai_with_python
Artificial Intelligence with Python
Language: Python - Size: 76.2 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 0

NouranHaitham/DS_Guide_Me
An application designed to help travelers navigate a country efficiently while staying within budget.
Language: C++ - Size: 1.97 MB - Last synced at: 3 days ago - Pushed at: 8 months ago - Stars: 1 - Forks: 2

Susheel75/DSA-Practice-Question-Leetcode
The DSA-Practice-Question-Leetcode project aims to build a curated collection of practice questions focusing on Data Structures and Algorithms (DSA) from LeetCode. The goal is to help users systematically improve their problem-solving skills by categorizing questions by difficulty level, topic, and solution approaches, making it easier for learner
Language: C++ - Size: 71.3 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

shariqm05/Where-in-the-World-is-Carmen-Sandiego-
A text-based game I developed utilizing python. A digital adaptation of the classic card game, "Where in the World is Carmen Sandiego?", using recursive DFS algorithms.
Language: Python - Size: 25.4 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

Zhichengu1/Microant_solving_in_C
A simple maze-solving virutal microant implementation in c
Language: C - Size: 69.3 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

shahrukkabir/Graph_Theory
This repository contains C++ implementations of essential graph theory algorithms and basic graph problems, including BFS, DFS, Dijkstra, and adjacency list representation.
Language: C++ - Size: 33.2 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0
