Topic: "dfs-algorithm"
JoseCVieira/ParallelSudoku
Parallel programming on an SMP and a multicomputer, using OpenMP and MPI, respectively for Parallel and Distributed Computing course. For this purpose, it was developed a serial and two parallel implementations of a sudoku solver.
Language: C - Size: 1.36 MB - Last synced at: over 2 years ago - Pushed at: almost 7 years ago - Stars: 3 - Forks: 1

Rashmin528/DFS-algorithm
Language: Python - Size: 3.91 KB - Last synced at: almost 2 years ago - Pushed at: almost 7 years ago - Stars: 3 - Forks: 0

han8909227/leetcode
Leetcode problems I've been through, with detail problem solving strategy
Language: Python - Size: 75.2 KB - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 3 - Forks: 1

iamrajee/CS-IV-Sem
Data Structure and Time Complexity, IV Semester
Language: C - Size: 31.3 KB - Last synced at: about 1 year ago - Pushed at: about 7 years ago - Stars: 3 - Forks: 0

Yeaseen/neo4j_Database_project
A vibrant experience with Graph Database:neo4j to extract data from Twitter data set while implementing DFS, BFS algorithms using java. This is a database project of sessional course CSE304 in undergradute studies in CSE, BUET
Language: Java - Size: 4.67 MB - Last synced at: 3 months ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 0

sahirnoorali/state-space-search-ai
Solving RGB Puzzle via State Space Search Algorithms
Language: Java - Size: 44.9 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 0

gazalpatel/Eclipse-Projects
This repository includes java algorithms and java projects. Code is self explanatory and created using core java concepts in Eclipse Editor. This files are compatible for command line run. Algorithms are demonstrated and explained in comments at end of of main application files.
Language: Java - Size: 42 KB - Last synced at: over 2 years ago - Pushed at: about 8 years ago - Stars: 3 - Forks: 3

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

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

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: 6 months ago - Pushed at: 6 months ago - Stars: 2 - 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: 7 months ago - Pushed at: 7 months ago - Stars: 2 - 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: 9 months ago - Pushed at: 9 months ago - Stars: 2 - Forks: 0

kushvr7/Maze-Runner
Find Shortest Path To Exit (using Breadth First Search algorithm) with dynamic setting of Obstacles , Start Point and Exit Point .
Language: JavaScript - Size: 2.26 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 1

phantomf4321/The-waiter-robot
Implementation of artificial intelligence search algorithms for robot movement on the table.
Language: Python - Size: 482 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 2 - 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: 3 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

rchillyard/Gryphon
Graph library for Scala
Language: Scala - Size: 316 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

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

ANIRUDH-VADERA/DSA
Basic DSA in C
Language: C - Size: 10.3 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

shakibaam/Cart_Game
Language: Java - Size: 40 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

samridhi-sahu/Shortest-Path-Finder
Shortest Path Finder, a minor project which gives optimal path from source to destination
Language: JavaScript - Size: 48.7 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

ronald1404/Graphs-Algorithms
Ghaps Algortihms
Language: Java - Size: 46.9 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

shubhajeet1207/pathfinding_algorithm_visualizer
A Path-Finding visualizer is implemented with Pygame. Using a 2D grid, the user places start, end, and obstacle nodes and then runs a visualizer program. Users will be given 4 various algorithms for visualizing.
Language: Python - Size: 5.65 MB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 2

BaseMax/DepthFirstSearchJava
This is a Java implementation of the Depth-First-Search algorithm. It is a recursive algorithm that traverses a graph in a depthward motion and uses a stack to remember to get the next vertex to start a search, when a dead end occurs in any iteration.
Language: Java - Size: 17.6 KB - Last synced at: 7 days ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 1

ak811/pacman
Simulation of Pac-Man as a Learning Agent
Language: Python - Size: 7.81 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

osamabinazam/Data-Structure-and-Algorithams
This repository provides the implementaion of data structures in Java programming langauge
Language: Java - Size: 91.8 KB - Last synced at: 10 months ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

KevDev0247/finia
A modern personal finance app that helps users to record transactions, manage budgets, view spending, and calculate net worth.
Language: Java - Size: 4.83 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

jainrocky/LORD
Repo for Algorithm and DataStructures with visualization parameter
Language: Python - Size: 211 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 1

JoeFarag-00/Mazer-Solver-v1.0
Maze Solver using Tkinter with built in GUI and BFS + Greedy DFS searches v1.0
Language: Python - Size: 20.5 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

antran2123153/ai-sokoban
Simulate playing Sokoban game with simple artificial intelligence using DFS and A star search algorithms
Language: Python - Size: 60.5 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 2

tenick/pathfinding-visualization
A grid-based pathfinding algorithm visualizer that also explains what the algorithms are doing step-by-step
Language: JavaScript - Size: 763 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 1

juvin2899/pathfinding-visualizer
React-based web application to visualize Path Finding algorithms like Dijkstra, BFS, and DFS.
Language: JavaScript - Size: 11.8 MB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

Yashkapure06/Algorithms
Language: Python - Size: 9.77 KB - Last synced at: 2 months ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

ivanj26/Dots-A-Game-About-Connecting
Find a circular cycle with same color in `Dots: A Game About Connecting` using DFS Algorithm.
Language: Java - Size: 2.37 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

tdishant/DFS-and-BFS-in-Python
Depth First Search and Breadth First Search Implementation in Python
Language: Jupyter Notebook - Size: 1000 Bytes - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

joshpls/AlgorithmVisualization
Visualization for the following algorithms: A* Search, Bredth First Search, Depth First Search, and Greedy-Best First Search. In addition to Recursive and DFS maze generation.
Language: Python - Size: 95.7 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

ParsaHejabi/USC-CSCI561-FoundationsOfArtificialIntelligence
This repository has all of the programming assignments in the Foundations of Artificial Intelligence class at the University of Southern California in the Fall 2021 semester.
Language: Python - Size: 31.3 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 1

Arko98/Alogirthms
A collection of some of the most frequently used Algorithms in C++ and Python
Language: Python - Size: 114 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

raspberrysans/graph-algorithms
Review the basics of graph algorithms
Language: C++ - Size: 1000 Bytes - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

gml4gtk/singlefilegraph
graph layout in c in a single file library
Language: C - Size: 2.41 MB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

HxnDev/Graph-Based-DFS
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: 58.6 KB - Last synced at: 2 months ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

zeenatali5710/Water-jug-problem
A variation on the classic water jugs problem implemented using AI approach - heuristic and search algorithms like BFS, DFS, A-star programmed in python.
Language: Python - Size: 27.3 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

iammuhit/functional-programming-haskell
Functional Programming: Haskell
Language: Haskell - Size: 12.7 KB - Last synced at: 28 days ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

luis6156/Network-Academy
Network Academy is a Data Structure course homework made in C that aims to improve one''s knowledge of various algorithms for space and time efficiency. This homework provides the student with ~12.000 papers written by authors. All tasks must be completed in under 1s, 3s or 5s in order of input commands.
Size: 65 MB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 1

ppandey010/40_days_of_code
This repo contains implementation of some algorithms and solution to the problems based on them;
Language: C++ - Size: 85 KB - Last synced at: 4 days ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 1

GabrielaBezerra/BuscaWeb
Using Depth-First Search (DFS) to find the URLs between two websites, given the amount of tries.
Language: Python - Size: 6.95 MB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 0

MohamedEsssam/8Puzzle-Solver
The 8-puzzle game solver is an AI project where I applied 3 different AI search techniques (DFS, BFS, A*) to solve the puzzle and animate the solution using JavaFX
Language: Java - Size: 7.54 MB - Last synced at: almost 2 years ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

ananyasingh7/Graphs
BFS, DFS, Mazes, DAG, Dijkstra, Greedy Path-finding Algos, A*
Language: Java - Size: 1.13 MB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

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

belyas/typescript-maze-generator
Typescript maze generator
Language: JavaScript - Size: 69.3 KB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

97amarnathk/wordament-solver
A python 3 based Wordament solver which solves the game using DFS and Trie.
Language: Python - Size: 438 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

abarankab/competitive-programming
Most of the problems I solved and algorithms I grinded while prepairing for the Russian Olympiad in Informatics.
Language: C++ - Size: 299 MB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

rahul1947/SP10-DFS-and-Divide-and-Conquer
Implementation of DFS - strongly connected components on a Directed Graph, using same Object Oriented approach from SP08. Implementation of two versions of partition algorithms of Quick Sort and their comparison. Implementation of Dual-Pivot Quick Sort Algorithm.
Language: Java - Size: 19.5 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0

codersanjeev/artificial-intelligence-in-java
Implementation of some basic Artificial Intelligence Algorithms in Java.
Language: Java - Size: 37.1 KB - Last synced at: over 2 years ago - Pushed at: almost 7 years ago - Stars: 2 - Forks: 1

KingsleyXie/CanvasMaze
:bulb: Maze Emulator With HTML5 Canvas API
Language: JavaScript - Size: 8.79 KB - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 2 - Forks: 2

rootslab/alice
Alice, a simple and performant data structure for bipartite graphs with integer values as vertices.
Language: JavaScript - Size: 16.6 KB - Last synced at: 2 days ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 0

GaelGil/algorithm-visualizer
A project I created using react to visualize sorting algorithms and pathfinding algorithms.
Language: JavaScript - Size: 1.75 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 1 - Forks: 1

vbuyel/Maze-generator
Генератор лабиринта и его визуализация (поддержка файлов)
Language: Pascal - Size: 10.5 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 1 - Forks: 0

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

Farhanulhaq19/Data-Structures-and-Algorithma
A comprehensive collection of Data Structures and Algorithms implemented in C++. Includes code examples, problem-solving approaches, and performance analysis
Language: C++ - Size: 1.03 MB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 1 - Forks: 0

Tynab/Searching-Algorithms
Searching Algorithm Example
Language: Jupyter Notebook - Size: 142 KB - Last synced at: 7 days ago - Pushed at: 19 days ago - Stars: 1 - Forks: 0

Shreya-Sikder/DATA-STRUCTURE-AND-ALGORITHM
A comprehensive collection of data structures and algorithms with clean code, practice problems for my course examination and interviews .
Language: C++ - Size: 60.5 KB - Last synced at: 27 days ago - Pushed at: 27 days ago - Stars: 1 - 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: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

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

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

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

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

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

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

AghilesTMA/robomaze
An interactive maze pathfinding simulator featuring BFS, DFS, and A* algorithms
Language: TypeScript - Size: 85.9 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - 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: 5 months ago - Pushed at: 5 months ago - Stars: 1 - 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: 7 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

othonrm/web-sudoku
Learning how to generate a valid Sudoku board
Language: TypeScript - Size: 104 KB - Last synced at: 5 days ago - Pushed at: 8 months ago - Stars: 1 - 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 1 month ago - Pushed at: 9 months ago - Stars: 1 - Forks: 2

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 2 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

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: 10 months ago - Pushed at: 10 months ago - Stars: 1 - 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: 10 months ago - Pushed at: 10 months ago - Stars: 1 - 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: 10 months ago - Pushed at: 10 months ago - Stars: 1 - 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: 3 months ago - Pushed at: 11 months ago - Stars: 1 - 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: 2 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 1

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: 11 months ago - Pushed at: 11 months 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: 11 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 1

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: 3 months ago - Pushed at: 11 months ago - Stars: 1 - 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: 2 months ago - Pushed at: 12 months ago - Stars: 1 - 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: 2 months ago - Pushed at: 12 months ago - Stars: 1 - 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: 7 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

Mhijazi16/SOKOBAN.AI
Building and Solving Sokoban game using AI
Language: C++ - Size: 36.1 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

tharushaudana/search-algorithm-visualization-python
This Python project offers real-time visualizations of key search algorithms like DFS, BFS, GBFS, and ASTAR. Users can observe these algorithms in action, providing insights into their workings and efficiency.
Language: Python - Size: 618 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

ParthAhuja143/pathfinding
Language: JavaScript - Size: 356 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

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

brugr9/vistra
VISTRA — Desktop-Applikation zur Visualisierung von Graphenalgorithmen
Language: Java - Size: 66.5 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

ShamimRahmanSam/Maze-Solver-by-Python
This project is also an AI project and its motive is to solve a maze quicker by implementing both DFS & BFS Algorithm & to choose which one is better.
Language: Python - Size: 2.93 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

meenakshisuthar/PathFinding_Visualizer
A pathfinding visualizer implemented using React Js and different graph algorithms. The application allows the user to place start, end and obstacle nodes on a 2D grid and run a pathfinding algorithm in order to see the resulted shortest path.
Language: JavaScript - Size: 180 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

hind-sagar-biswas/pathfindr
A visualizer of path finder (BFS) algorithm and maze generator (DFS)
Language: JavaScript - Size: 568 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

bxk/pathfinder
Pathfinding visualization
Language: CSS - Size: 4.12 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

kumarroshan123/Terminal_Based_Maze_Solver
The "Terminal Based Maze Solver" project is a Python implementation featuring a maze generator and a depth-first search algorithm to find a solvable path from the starting to the ending point in a randomly generated maze. The program provides a user-friendly console interface for interaction and exploration of maze solutions.
Language: Python - Size: 6.84 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

ApachUSA/Basic-algorithms-on-graphs
Realization of basic algorithms on an oriented graph (Dijkstra, Prim's, Ford–Fulkerson, DFS, BFS)
Language: C# - Size: 3.2 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

deltaCS99/maze-solver
Maze generation and solving using Python, DFS and Tkinter. This project offers classes for cells, walls, and mazes, featuring depth-first algorithm for creating and solving mazes.
Language: Python - Size: 154 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 1

AnishTalluri/Surfin-USA
Designed to crack the Traveling Salesman Problem, this program employs graph theory, depth-first search, and a stack for efficient route optimization. Tailored for budget-conscious users navigating city routes, it guarantees an optimal journey starting and concluding in Santa Cruz, with each city visited precisely once.
Language: C - Size: 232 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

HassanMahmoodAwan/Artificial-Intelligence-Course-in-Python
University Course on AI in Python. Learn Different Algorithms Include DFS, BFS,UCS, A*, Hill Climbing and Many More.
Language: Python - Size: 4.79 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

koustubh1317/The-Knights-Travel
The Knights travel is the game based on chess's Knight to reach final state from the initial state in minimum moves possible. (BFS/DFS ,BACKTRACKING,GREEDY ALGORITHM)
Language: Java - Size: 174 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0
