An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: dfs-algorithm

AhmetFurkanDEMIR/Algorithms

Necmettin Erbakan University - Algorithms (c++)

Language: C++ - Size: 637 KB - Last synced at: 7 months ago - Pushed at: over 4 years ago - Stars: 16 - Forks: 0

Imtjl/dfs-2d

Simple 2d DFS Visualization

Language: TypeScript - Size: 47.9 KB - Last synced at: 8 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

phiponatchi/Labyrinthe

Maze (Labyrinthe in French)

Language: Java - Size: 517 KB - Last synced at: 9 months ago - Pushed at: almost 2 years 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: 6 months ago - Pushed at: over 1 year 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: 10 months ago - Pushed at: 10 months ago - Stars: 2 - 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: 8 months ago - Pushed at: 10 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 1 month ago - Pushed at: 10 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: 10 months ago - Pushed at: 10 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: 4 months ago - Pushed at: 10 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: 8 months ago - Pushed at: 10 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: 8 months ago - Pushed at: 10 months ago - Stars: 0 - 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: 4 months ago - Pushed at: almost 5 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: 10 months ago - Pushed at: 10 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: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

Himaanshu-Singh/LeetCode-Solutions

LeetCode Solutions in C++ with most efficient and simple Logic.

Size: 20.5 KB - Last synced at: 11 months ago - Pushed at: 11 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: 11 months ago - Pushed at: 11 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 2 months ago - Pushed at: 11 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: 11 months ago - Pushed at: 11 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: 8 months ago - Pushed at: 12 months ago - Stars: 5 - Forks: 2

natygames/Graph-in-Bubble-Shooter

A simple implementation of graph algorithm in Bubble Shooter

Language: Java - Size: 138 KB - Last synced at: 5 months ago - Pushed at: over 3 years ago - Stars: 7 - Forks: 4

RoyLuoNanjing/leetcode-daily

Daily practice with Leetcode and HackerRank. Just do it!

Language: Java - Size: 21.7 MB - Last synced at: 5 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

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: 8 months ago - Pushed at: 12 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: 7 months ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 0

thisisbipin/Visualizers

Different types of algorithms for visualization

Language: JavaScript - Size: 666 KB - Last synced at: 12 months ago - Pushed at: 12 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: 12 months ago - Pushed at: 12 months ago - Stars: 0 - 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: 9 months ago - Pushed at: about 1 year 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: 20 days ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 1

Bohdan-Khomtchouk/FTPwalker

PyPI package for traversing extremely large FTP directory trees

Language: Python - Size: 225 KB - Last synced at: 10 months ago - Pushed at: almost 8 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: 2 months ago - Pushed at: about 1 year 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: 8 months ago - Pushed at: about 1 year 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: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - 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: 8 months ago - Pushed at: about 1 year ago - Stars: 0 - 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: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Jehadel/DFS-exemple

Lua implementation of DFS algorithm

Language: Lua - Size: 4.88 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

AzerSD/CodingGame

CodinGame Puzzles in Python

Language: Python - Size: 5.86 KB - Last synced at: 7 months ago - Pushed at: almost 2 years 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: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

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: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

brugr9/vistra 📦

VISTRA — Desktop-Applikation zur Visualisierung von Graphenalgorithmen

Language: Java - Size: 66.5 MB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 1 - 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: 8 months ago - Pushed at: about 1 year 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: 2 months ago - Pushed at: over 1 year ago - Stars: 14 - Forks: 1

othonrm/web-sudoku

Learning how to generate a valid Sudoku board

Language: TypeScript - Size: 104 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

mnpsnuwan/ai_with_python

Artificial Intelligence with Python

Language: Python - Size: 76.2 KB - Last synced at: 6 months ago - Pushed at: over 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: about 2 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 3

M-Talha-Atif/CP-Notes-Graphs

This Repo contains all data related to graph theory for CP

Size: 1.19 MB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

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: about 1 year ago - Pushed at: about 1 year 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: about 1 year ago - Pushed at: about 1 year 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: about 1 year ago - Pushed at: about 1 year 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: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

agrigoridou/SearchAlgorithms-TreeVisualizer

It creates and visualizes trees and supports various search algorithms such as BFS, DFS, UCS, A*, Best-First Search, IDS, and Backtracking

Language: C++ - Size: 316 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Dhyaan1/Graph-Algorithm-Visualizer

Educational tool for visualizing graph algorithms, built with React and D3.js (ReaGraph). Helps students understand algorithms like Dijkstra, BFS, and DFS through interactive, step-by-step visualizations.

Language: JavaScript - Size: 591 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

Shripad735/shortest-path-simulation

Shortest path algorithms Implementation through JavaScript by using various data Structures.

Language: JavaScript - Size: 527 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

meggitt/Expense8Puzzle

8 Puzzle game

Language: Python - Size: 8.79 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Dar3cz3Q-Univeristy/PathFinder

Pathfinding algorithms

Language: C++ - Size: 17.6 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Vaibhav-Pant/DSA

DSA and sorting codes

Language: C - Size: 19.5 KB - Last synced at: 9 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

MeetkumarChavda/Pathfinding-Visualizer

🚀 Dive into an interactive Pathfinding Visualizer! 🎯 Explore A*, Dijkstra, BFS, DFS, and more with dynamic visuals. Drag, drop, and design your grid, build mazes, and watch algorithms in action!

Language: JavaScript - Size: 26.2 MB - Last synced at: 24 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

jElhamm/100-Projects-for-Prolog

"The repository '100 Mini Projects for Prolog' includes small projects for learning and practicing Prolog."

Language: Prolog - Size: 5.98 MB - Last synced at: 8 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 1

agrigoridou/Pathfinding-Visualizer-DFS-BFS-Dijkstra-Astar

A tool for visualizing pathfinding algorithms, allowing users to create mazes and watch their solution using popular algorithms such as DFS, BFS, Dijkstra, and A*.

Language: Python - Size: 231 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Deepak17460/Graph-Dfs-Bfs-

Optimal approach, Graph Concept, Bfs & Dfs

Language: C++ - Size: 3.86 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

aarxa/MazeGame-with-Pathfinding-Algorithms

This project is a graphical maze game implemented using Python and Tkinter. It allows users to generate random mazes. It features multiple pathfinding algorithms, including Depth-First Search (DFS), Breadth-First Search (BFS), Dijkstra's Algorithm, and the A* Algorithm

Language: Python - Size: 16.8 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

ilayc11/TomAndJerry-Maze-Game

This Tom and Jerry inspired maze game was our idea for our Advanced Topic In Programming Course. The game is based on maze generation algorithms (such as Randomized Prim's algorithm), maze solving algorithms , client and server models and GUI.

Language: Java - Size: 140 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

marixp/DFS_BFS

CS: Data Structures - Directed Graph DFS & BFS --- Use edge node structure for adjacency list (directed graph), custom queue algorithm for BFS, custom list class implementation for adjacency list. BFS and DFS algorithms used.

Language: C++ - Size: 867 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

davidelng/maze_solver

A self-generating and self-solving maze built with Python and Tkinter

Language: Python - Size: 10.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

EmirhanDizdaroglu/Linked_list-queue_BFS-DFS

Linked Data Structures for Graph Algorithms. Implementations of linked data structures including a queue and a stack. These structures are used to support graph traversal algorithms such as Breadth-First Search (BFS) and Depth-First Search (DFS).

Language: C - Size: 80.1 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

GSSfearless/Path-planning-on-multiple-intelligent-agents-scenario

We optimize SIEP algorithm in multiple intelligent agents scenario and comparatively research A*, DFS, BFS, Dijkstra, PFP and PRM.

Language: Python - Size: 175 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 11 - Forks: 0

IluhaZaz/Graph

Реализация класса "Ориентированный граф"

Language: C++ - Size: 17.6 KB - Last synced at: 5 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Dor-sketch/15-puzzle

Demonstrating a Variety of Classic AI Search Algorithms to Solve the Classic 8-Puzzle Problem.

Language: CSS - Size: 131 MB - Last synced at: 8 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

ADolbyB/ai-search-methods

AI Search methods from CAP 4630: Intro to AI

Language: Jupyter Notebook - Size: 506 KB - Last synced at: 8 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

AnnieZhou08/SATsolver

A satisfiability solver written in Racket that determines whether a logical statement is provable when entered in conjunctive normal form using DFS algorithm

Size: 1000 Bytes - Last synced at: over 1 year ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0

Ali-Elshorpagi/algorithms

Algorithms implemented in C++

Language: C++ - Size: 1.09 MB - Last synced at: about 2 months ago - Pushed at: almost 2 years ago - Stars: 7 - Forks: 0

PeymanKh/maze_navigator_agent

This project generates a random maze then an agent finds its path from the starting state to the target state using DFS, BFS, or A* algorithms.

Language: Python - Size: 130 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

sujitahirrao/connected-components

Extraction of connected components from the images with PGM file format using Otsu's thresholding and BFS/DFS methods

Language: C++ - Size: 101 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 1

iqbalsigma/BFS-DFS-Python

Simple implementation of BFS & DFS in Python

Language: Python - Size: 1000 Bytes - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 1

cristian10gf/Grafo

Clases Grafo y Arbol con todo tipo de funciones para la manipulacion de estas estructuras

Language: Java - Size: 163 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 2 - Forks: 0

Sadegh-Khedry/Java-Projects 📦

collection of java projects

Language: Java - Size: 30.3 KB - Last synced at: 6 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

VyankateshD206/ICS1010_Project

Rescue The Princess Game is made in C language as a project in the course ICS1010 (Introduction to Computer Science).

Language: C - Size: 9.77 KB - Last synced at: 8 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

barannmeisterr/Maze-to-Graph-Conversion-For-Path-Finding

This project converts a maze into a graph representation and performs various graph-related operations on it.The maze is represented as a 2D array of characters where: "S" indicates the start point, "F" indicates the final (end) point,"E" indicates an empty point, and "-" indicates a wall.

Language: Java - Size: 11.7 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

barannmeisterr/Mangala-Board-Game

Mangala is a Turkish strategy game played by two players. The game board consists of 12 small pits, 6 for each player, and a large storehouse where each player collects their stones. The game is played with a total of 48 stones.

Language: Java - Size: 20.5 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

stormble55d/union_find_viz

Visualization of shortest path finding with the disjoint-set data structure and dfs. Written in Godot game engine.

Language: GDScript - Size: 14.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

alishohadaee/AISearchAlgorithm

In this algorithm, I have written a module which is consist of a couple of main searching algorithm that has been implemented on the 8 puzzle problem as default.

Language: Python - Size: 1.02 MB - Last synced at: 9 days ago - Pushed at: almost 3 years ago - Stars: 3 - Forks: 0

Yuvraj-Jaiswal/PathVisuliaztionAlgo

This project involves developing a dynamic and interactive web application using React to visualize various graph traversal algorithms, including Breadth-First Search (BFS), Depth-First Search (DFS), and Astar. The visualization helps users understand the step-by-step process these algorithms use to navigate and find paths in a graph.

Language: JavaScript - Size: 795 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

samyam81/Search

This repository contains Java implementations of Breadth-First Search (BFS) and Depth-First Search (DFS) algorithms.

Language: Java - Size: 2.93 KB - Last synced at: 6 months ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 0

gowth6m/online-tictactoe-backend

Backend for Online TicTacToe game - invite friends to play TicTacToe on a board of any size and winning condition! Built wit Gin-Gonic, MongoDB, Pusher and Vercel.

Language: Go - Size: 36.1 KB - Last synced at: 27 days ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

areeba0/Cryptarithm-Puzzle-Solver-Using-DFS-and-A-star-Algorithm

This code provides a solution for cryptarithmetic puzzles using two different approaches: DFS and A Star Search Algorithm. Cryptarithm puzzles are mathematical puzzles where the digits are replaced by letters of the alphabet, and each letter represents a unique digit.

Language: Jupyter Notebook - Size: 88.9 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

frottori/Building_Evacuation Fork of filegeiasou/Building_evacuation

Undergraduate

Language: Python - Size: 2.62 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Shayan925/PathfindingVisualizer

ICS4U final project. A JAR application to visualize A*, Depth first search, and Breadth first search

Language: Java - Size: 285 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 1

Hamzeh01/graph-traversal-visualization

Visualize graph traversals like never before. Upload, select, and watch the paths unfold!

Language: JavaScript - Size: 419 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

mhjcodes/Algorithm-visualizer

In the Algorithms Visualizer, you can visualize Trie, Binary search tree, Path finding algorithms, and Sorting algorithms.

Language: JavaScript - Size: 324 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

jvmolu/Robot-Cleaner

Implementation of the Robot Room Cleaner problem from Leetcode in Java

Language: Java - Size: 5.86 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

lukeist/Data-Structure-and-Algorithm

Solutions for Leetcode, Codewars, Hackerrank, Structy, and other platforms.

Language: JavaScript - Size: 2.51 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 1

japgarrido/Search-Algorithms-Drill-Robot

This project focuses on implementing and comparing various search algorithms for navigating a drill robot in a grid world. The drill robot's goal is to find the most efficient path from a starting point to a target location, avoiding obstacles and exploring the grid effectively.

Language: Python - Size: 206 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

tejb96/java-library

Java library for various data structures and graph algorithms. Includes implementations for linked lists, stacks, queues, trees, sorting and searching algorithms, and graph traversal algorithms.

Language: Java - Size: 327 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

suklav/Artificial-Intelligence

Artificial Intelligence

Language: C++ - Size: 123 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

kurone-kito/dfs-test 📦

🛣 The practice of the depth-first search; since 2022.4

Language: TypeScript - Size: 1.28 MB - Last synced at: 28 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

MernaElsayed/word-guessing-game

A fun and interactive word guessing game built with HTML, CSS, and JavaScript. Fetches random words from an API, shuffles them, and challenges users to guess the correct word. Features include a score counter and a chances counter for dynamic gameplay and solve button works with DFS AI algorithm to get the right order of the shuffled word.

Language: JavaScript - Size: 71.3 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Carcons/TreeExplorer 📦

QT Binary Trees editor with algorithms viewer

Language: C++ - Size: 247 KB - Last synced at: 10 months ago - Pushed at: about 3 years ago - Stars: 5 - Forks: 1

francis802/Airlines-Manager

Flights and Airlines Manager using various principles of Graph Theory. Developed in C++ for the subjetct: "Algorithms and Data Structures"

Language: HTML - Size: 544 KB - Last synced at: 9 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

zcomert/veri-yapilari-ve-algoritmalar-old

Veri Yapıları ve Algoritmalar dersi, bilgisayar bilimleri açısından temel bir derstir. Youtube videoları ile desteklediğimiz bu repository içerisinde, pek çok veri yapısına ait kaynak kodu ve uygulamaları bulabilirsiniz.

Language: C# - Size: 48.2 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 40 - Forks: 29

gustavohnsv/EP1_AED2

Exercício de Programa sobre Grafos não Direcionados Ponderados da matéria de Algoritmos e Estrutura de Dados II, onde é possível realizar funções como Busca em Largura, em Profundidade, verificar componentes e vértices de articulação, entre outras funcionalidades.

Language: C - Size: 6.84 KB - Last synced at: 8 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

tony0021074/Wikipedia-category-site-Crawler

school individual assignment

Language: Java - Size: 13.7 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

Azrielx86/IA_Practicas_2024-2

Prácticas para la materia de Inteligencia Artificial - FI UNAM 2024-2

Language: Python - Size: 47.9 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Related Keywords
dfs-algorithm 791 bfs-algorithm 504 astar-algorithm 126 dfs 121 dijkstra-algorithm 109 graph 106 python 106 graph-algorithms 106 java 92 bfs 90 algorithms 84 data-structures 64 artificial-intelligence 60 ai 57 a-star-algorithm 48 pathfinding 47 dfs-search 46 python3 45 maze-generator 40 cpp 40 maze-solver 39 javascript 39 depth-first-search 39 stack 39 algorithm 38 search-algorithm 38 linked-list 37 searching-algorithms 36 bfs-search 33 sorting-algorithms 33 queue 33 graphs 33 kruskal-algorithm 32 binary-search-tree 28 dynamic-programming 27 bellman-ford-algorithm 26 recursion 25 maze 24 tree 22 ucs-algorithm 22 breadth-first-search 21 shortest-path-algorithm 21 greedy-algorithms 20 algorithms-and-data-structures 20 topological-sort 19 react 19 pygame 18 floyd-warshall-algorithm 17 c 17 backtracking 16 prim-algorithm 16 visualization 16 graph-theory 16 tree-structure 15 greedy-algorithm 14 game 14 reactjs 14 prims-algorithm 14 graphs-algorithms 14 dijkstra-shortest-path 14 backtracking-algorithm 14 heuristic-search-algorithms 13 astar-pathfinding 13 csharp 13 heap 13 array 12 astar 12 uniform-cost-search 12 binary-tree 12 css 12 genetic-algorithm 12 dsa-algorithm 11 pathfinding-algorithm 11 priority-queue 11 best-first-search 11 ucs 11 maze-algorithms 11 djikstra-algorithm 10 binary-search 10 connected-components 10 dfs-visualization 10 leetcode 10 datastructures 10 pathfinder 10 oop 10 gui 9 typescript 9 adjacency-matrix 9 machine-learning 9 hill-climbing-search 9 shortest-paths 9 sudoku-solver 8 recursive-algorithm 8 bubble-sort 8 heuristics 8 stacks 8 html 8 minimax-algorithm 8 arrays 8 adjacency-list 8