depth-first-search topic

List depth-first-search repositories

pathfinding-visualizer

46
Stars
16
Forks
Watchers

Website built using React Framework for visualizing Pathfinding and Maze Generation Algorithms.

pathfinding-visualizer

23
Stars
2
Forks
Watchers

🔍 A friendly visualizer for some search algorithms, like DFS, BDS, Greedy and A*

dsa

390
Stars
87
Forks
Watchers

Data structures and algorithms in X minutes. Code examples from my YouTube channel.

ROS2-Path-Planning-and-Maze-Solving

126
Stars
104
Forks
Watchers

Developing a maze solving robot in ROS2 that leverages information from a drone or Satellite's camera using OpenCV algorithms to find its path to the goal and solve the maze. :)

GraphLab

34
Stars
8
Forks
Watchers

GraphLab is an application that shows visually how several graph algorithms work

Grokking-the-Coding-Interview-Patterns

989
Stars
0
Forks
Watchers

This course categorizes coding interview problems into a set of 16 patterns. Each pattern will be a complete tool - consisting of data structures, algorithms, and analysis techniques - to solve a spec...

resolve-dependencies

29
Stars
4
Forks
Watchers

Given an entrypoint, get all of the dependencies connected to it.

TreeLib

26
Stars
7
Forks
Watchers

A .Net Standard Library with Generic methods to traverse k-ary trees in any order required.

maze-generator

17
Stars
4
Forks
Watchers

A real-time JavaScript maze generator using the depth-first search algorithm

java-algorithms-data-structures

35
Stars
13
Forks
Watchers

Solutions for popular algorithms and data structures problems on leetcode