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

Topic: "breadth-first-search"

tavianator/bfs

A breadth-first version of the UNIX find command

Language: C - Size: 3.21 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1,099 - Forks: 43

davecom/SwiftGraph

A Graph Data Structure in Pure Swift

Language: Swift - Size: 1.84 MB - Last synced at: 9 days ago - Pushed at: 7 months ago - Stars: 786 - Forks: 81

msambol/dsa

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

Language: Python - Size: 126 KB - Last synced at: 5 months ago - Pushed at: about 1 year ago - Stars: 581 - Forks: 116

JoeKarlsson/data-structures

Common data structures and algorithms implemented in JavaScript

Language: JavaScript - Size: 847 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 186 - Forks: 43

Ashish7129/Graph_Sampling

Graph Sampling is a python package containing various approaches which samples the original graph according to different sample sizes.

Language: Python - Size: 4.91 MB - Last synced at: 3 months ago - Pushed at: almost 5 years ago - Stars: 162 - Forks: 52

chen0040/js-graph-algorithms

Package provides javascript implementation of algorithms for graph processing

Language: JavaScript - Size: 1.49 MB - Last synced at: 7 days ago - Pushed at: about 2 years ago - Stars: 152 - Forks: 41

ivanmmarkovic/Problem-Solving-with-Algorithms-and-Data-Structures-using-Python

Code from Problem Solving with Algorithms and Data Structures using Python

Language: Python - Size: 478 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 133 - Forks: 40

narayanan2004/GraphMat

GraphMat graph analytics framework

Language: C++ - Size: 5.25 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 97 - Forks: 41

chen0040/lua-graph

Graph algorithms in lua

Language: Lua - Size: 66.4 KB - Last synced at: 3 months ago - Pushed at: almost 8 years ago - Stars: 68 - Forks: 13

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: over 4 years ago - Stars: 61 - Forks: 28

snrazavi/AI-Programming-using-Python

This repository contains implementation of different AI algorithms, based on the 4th edition of amazing AI Book, Artificial Intelligence A Modern Approach

Language: Jupyter Notebook - Size: 55.8 MB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 56 - Forks: 26

intuit/Traverser

Traverser is a Java library that helps software engineers implement advanced iteration of a data structure.

Language: Java - Size: 82 KB - Last synced at: 4 months ago - Pushed at: about 2 years ago - Stars: 53 - Forks: 20

LdDl/ch

Contraction Hierarchies (with bidirectional version of Dijkstra's algorithm) technique for computing shortest path in graph.

Language: Go - Size: 105 MB - Last synced at: 4 months ago - Pushed at: almost 2 years ago - Stars: 52 - Forks: 8

msdundar/notes-algorithms

A brief summary of various algorithms. Each algorithm provides examples written in Python, Ruby and GoLang.

Language: Python - Size: 17.3 MB - Last synced at: 7 months ago - Pushed at: almost 5 years ago - Stars: 45 - Forks: 19

iamjagdeesh/Artificial-Intelligence-Pac-Man

CSE 571 Artificial Intelligence

Language: Python - Size: 2.29 MB - Last synced at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 45 - Forks: 54

harisankar95/pathfinding3D

Python implementation of common pathfinding algorithms in 3D grid space

Language: Python - Size: 10.9 MB - Last synced at: about 1 month ago - Pushed at: 12 months ago - Stars: 43 - Forks: 4

Encapsule-Annex/jsgraph

Deprecated: Use the @encapsule/arccore package that includes the graph library

Language: JavaScript - Size: 378 KB - Last synced at: over 1 year ago - Pushed at: about 7 years ago - Stars: 42 - Forks: 5

hayderkharrufa/snake_pathfinding_ai

AI plays snake game using BFS (Breadth-First Search) algorithm.

Language: Python - Size: 61.5 KB - Last synced at: 15 days ago - Pushed at: over 2 years ago - Stars: 41 - Forks: 16

metanet/java-algorithms-data-structures

Solutions for popular algorithms and data structures problems on leetcode

Language: Java - Size: 207 KB - Last synced at: 5 months ago - Pushed at: over 2 years ago - Stars: 35 - Forks: 13

rohithaug/pathfinding-visualizer

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

Language: JavaScript - Size: 13 MB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 34 - Forks: 12

andreaiacono/GraphLab

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

Language: Java - Size: 140 KB - Last synced at: about 2 years ago - Pushed at: over 8 years ago - Stars: 31 - Forks: 8

devangi2000/Artificial-Intelligence-Algorithms

A repository containing codes and algorithms for the AI course 18CSC305J.

Language: Jupyter Notebook - Size: 257 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 29 - Forks: 11

Dirkster99/TreeLib

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

Language: C# - Size: 85 KB - Last synced at: 2 days ago - Pushed at: over 6 years ago - Stars: 29 - Forks: 7

AltyAlty/grokking-algorithms-python-russian-english-comments

Examples and algorithms written in Python for the book "Grokking Algorithms" with Russian and English comments. Примеры и алгоритмы, написанные на Python для книги "Грокаем Алгоритмы" с русскими и английскими комментариями

Language: Python - Size: 145 KB - Last synced at: 4 months ago - Pushed at: about 5 years ago - Stars: 28 - Forks: 15

Gerard097/Pathfinding

Common pathfinding algorithms

Language: C++ - Size: 104 KB - Last synced at: 5 months ago - Pushed at: about 5 years ago - Stars: 28 - Forks: 9

rmssoares/8Puzzle-StateSpaceSearches

BFS, IDS, Greedy & A* applied to the 8-puzzle problem. :gear:

Language: Python - Size: 9.77 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 28 - Forks: 18

Leonardpepa/Pathfinding-Visualizer

Pathfinding Visualizer application that visualizes graph based search algorithms used to find the shortest path. Algorithms used: Breadth first search, Depth first search, Best first search and A* search made with java swing

Language: Java - Size: 521 KB - Last synced at: 3 days ago - Pushed at: over 3 years ago - Stars: 26 - Forks: 15

zmaqutu/3D-Pathfinding-Visualizer

This is a three dimensional pathfinding algorithm visualizer project.

Language: JavaScript - Size: 206 MB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 25 - Forks: 10

brpapa/pathfinding-visualizer

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

Language: TypeScript - Size: 5.38 MB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 22 - Forks: 2

ForlornU/BreadthFirstSearch

A small demo for a BreadthFirstSearch(BFS) pathfinding algorithm

Language: C# - Size: 275 KB - Last synced at: 6 months ago - Pushed at: over 2 years ago - Stars: 21 - Forks: 7

Arjiit/LeetCode-Patterns

Set of Patterns to solve many algorithmic questions of similar type on LeetCode

Language: Java - Size: 249 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 20 - Forks: 11

Kvatsx/Artificial-Intelligence-Assignments

A-List of all the Assignment done in Artificial Intelligence Course @IIIT-D

Language: Python - Size: 129 MB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 19 - Forks: 3

mah-shamim/leet-code-in-php

Php-based LeetCode algorithm problem solutions, regularly updated.

Language: PHP - Size: 15.9 MB - Last synced at: about 20 hours ago - Pushed at: about 22 hours ago - Stars: 18 - Forks: 7

GurkNathe/Pathfinding-Algorithms

A Python implementation and visualization of various pathfinding and graph search algorithms.

Language: Python - Size: 63.9 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 18 - Forks: 3

gyanantaran/searchViz

A graph search visualiser built over Numpy and Pygame, with an ability to visualise custom-made search algorithms!

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

grmreyes/nbasixdegrees

An implementation of six degrees of separation for mutual NBA teammates.

Language: JavaScript - Size: 8.71 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 16 - Forks: 2

DhananjayGore/leetcode

This repo is having leetcode problems solution with explaination and also having the link to problems along with resources to learn and practice

Language: Java - Size: 18.1 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 16 - Forks: 2

xubenhao/Algorithm

1.算法与数据结构库;2.已经实现动态数组/双向链表/栈/队列/堆/链式哈希表/二叉搜索树/红黑树.均以C++模板类实现,可用于实际项目中替代STL的容器类及数据结构学习.3.已经实现图/深度优先/广度优先/单源最短路径/所有结点对最短路径/最小生成树/快速排序/归并排序/字符串匹配算法.可用于实际项目及算法学习.4.对分治/迭代算法设计方法进行总结,对动态规划/贪心算法针对几个经典问题做了具体实现.

Language: C++ - Size: 92.8 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 16 - Forks: 5

shreyanshchordia/Graph_Algorithms

GRAPHS | Hacktober Fest 🔥✅ | CPP | PYTHON | Check out README.md for contributing

Language: C++ - Size: 439 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 16 - Forks: 32

vegather/Pathfinder

Swift implementation of A*, BFS, and Dijkstra's algorithm for finding the cheapest path, or navigating a maze.

Language: Swift - Size: 33.2 KB - Last synced at: over 2 years ago - Pushed at: over 8 years ago - Stars: 15 - Forks: 3

ForlornU/HexagonalMapGodot

Hexagonal Map Generation in Godot

Language: GDScript - Size: 4.4 MB - Last synced at: 9 days ago - Pushed at: about 1 month ago - Stars: 14 - Forks: 10

odubno/ford-fulkerson-max-flow

Python code for finding Max Flow in a directed graph.

Language: Python - Size: 13.7 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 14 - Forks: 6

brunocampos01/inteligencia-artificial

Aulas e exercícios da matéria: Sistemas inteligentes (INE5633).

Language: Python - Size: 172 MB - Last synced at: 7 months ago - Pushed at: over 3 years ago - Stars: 14 - Forks: 1

Ali-Elganzory/AI-Search

Visualization for multiple searching algorithms.

Language: Python - Size: 712 KB - Last synced at: 5 days ago - Pushed at: almost 4 years ago - Stars: 14 - Forks: 12

AlokikPathak/data-structures

Implementation of Data Structures in C

Language: C - Size: 590 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 14 - Forks: 2

dtr200/grokking-algorithms

Grokking Algorithms written in Javascript

Language: JavaScript - Size: 8.79 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 14 - Forks: 2

MaxRohowsky/breadth-first-search

👓 Visualization of the Breadth First Search pathfinding algorithm

Language: Python - Size: 540 KB - Last synced at: 5 months ago - Pushed at: 11 months ago - Stars: 13 - Forks: 6

jannomeister/pathfinder

A project for showing different kinds of pathfinding algorithms

Language: JavaScript - Size: 525 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 13 - Forks: 0

lettier/shortestpath

An interactive HTML5 canvas graph that shows the shortest path between any two nodes.

Language: JavaScript - Size: 602 KB - Last synced at: 7 months ago - Pushed at: almost 12 years ago - Stars: 13 - Forks: 3

TessFerrandez/algorithms

solving challenges from various problem sites like advent of code, leet code and others

Language: Python - Size: 25.2 MB - Last synced at: 12 days ago - Pushed at: 2 months ago - Stars: 12 - Forks: 3

paarthmadan/playground

Fundamental computer science algorithms and preparation for computing contests.

Language: Java - Size: 128 KB - Last synced at: 3 months ago - Pushed at: almost 4 years ago - Stars: 12 - Forks: 1

abhijith94/graph-visualization

Pathfinding Algorithms Visualization Tool made with React

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

atmughrabi/OpenGraph

OpenGraph is an open-source graph processing benchmarking suite written in pure C/OpenMP.

Language: C - Size: 241 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 11 - Forks: 1

JoanStinson/Pathfinding

C++ SDL AI Pathfinding: BFS, Dijkstra, GBFS and A* algorithms.

Language: C++ - Size: 144 MB - Last synced at: 7 months ago - Pushed at: about 3 years ago - Stars: 11 - Forks: 2

SleekPanther/breadth-first-search-depth-first-search-graphs

Breadth First Search & Depth First Search graph algorithms

Language: Java - Size: 1.63 MB - Last synced at: 7 months ago - Pushed at: over 8 years ago - Stars: 11 - Forks: 8

renan-throsa/Grafos-Python

Language: Python - Size: 310 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 10 - Forks: 13

privatenumber/bfs

Find the path of a value in a complex JavaScript object graph/tree.

Language: JavaScript - Size: 218 KB - Last synced at: about 1 month ago - Pushed at: almost 5 years ago - Stars: 10 - Forks: 0

pravhub/Coding-Interviews

Solution Repository for Technical Coding Interviews!

Language: C# - Size: 626 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 9 - Forks: 5

arjkashyap/Draw-My-Code

Web application for Visualization of algorithms

Language: JavaScript - Size: 1.51 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 9 - Forks: 1

sergiosheypol/graph-data-structures

The ultimate resource to learn how to implement a Graph Data Structures in Go: DFS, BFS, Graph, Queue and Stack

Language: Go - Size: 20.5 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 9 - Forks: 0

giggiox/graphTheory-Visualizer

graph theory visualizer using p5js and TypeScript.

Language: JavaScript - Size: 6.48 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 9 - Forks: 0

Pariasrz/N-Puzzle-solver-with-Search-Algorithms

N-Puzzle implementation with BFS, DFS, Greedy and A*

Language: Python - Size: 6.84 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 9 - Forks: 2

andi611/Pacman-With-AI-Python

Implementations of artificial intelligence agents that plays Pac-Man

Language: Python - Size: 556 KB - Last synced at: 28 days ago - Pushed at: over 6 years ago - Stars: 9 - Forks: 3

stephenrawson/udacity-ai-nanodegree

My projects/labs for Udacity Artificial Intelligence Nanodegree (April 2017 - present).

Language: Jupyter Notebook - Size: 3.81 MB - Last synced at: about 2 years ago - Pushed at: over 8 years ago - Stars: 9 - Forks: 7

ivanmmarkovic/Java-Data-Structures-and-Algorithms

Language: Java - Size: 273 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 8 - Forks: 9

Ahmed712441/AI-Graph-Search

Desktop app for visualizing graph search algorithms

Language: Python - Size: 11.9 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 8 - Forks: 5

Leonardpepa/Freecell-solitaire-AI-Solver

Freecell solitaire Solver Project for Artificial Intelligence course from University of Macedonia

Language: Java - Size: 554 KB - Last synced at: 7 months ago - Pushed at: almost 4 years ago - Stars: 8 - Forks: 0

GabrielGrimberg/Advanced-Algorithms

Implementation of various complex algorithms that are graph related and used in the real world applications.

Language: Java - Size: 4.76 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 8 - Forks: 9

suaebahmed/algorithms-visualizer

Applying algorithms in real world system. https://suaebahmed.github.io/algorithms-visualizer/

Language: JavaScript - Size: 2.45 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 7 - Forks: 0

dfgHiatus/DynamicBoneChainWizardMod

A DynamicBone Installer/Configurer Mod for Resonite

Language: C# - Size: 45.9 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 7 - Forks: 2

soumyaa1804/PathFinding-Visualization

Mangalyaan is a web application that helps a Mars rover to find the shortest path between two points on a surface while avoiding obstacles on the way using different searching algorithms.

Language: JavaScript - Size: 8.22 MB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 7 - Forks: 3

adrianosferreira/pathfinding

A JS implementation of a pathfinding algorithm using BFS (Breadth First Search)

Language: JavaScript - Size: 8.1 MB - Last synced at: 7 months ago - Pushed at: over 5 years ago - Stars: 7 - Forks: 0

bluedistro/Graph-Traversal

A fine-tuned visual implementation of Informed and Uninformed Search Algorithms such as Breadth First Search, Depth First Search, Uniform Cost Search, A* Search, Greedy First Search

Language: Python - Size: 1.43 MB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 7 - Forks: 5

khasmamad99/Water-Jug-Problem-Solver

Language: Python - Size: 6.84 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 7 - Forks: 4

agarun/pathing

Visualizing maze generation and graph traversal

Language: JavaScript - Size: 246 KB - Last synced at: over 1 year ago - Pushed at: almost 8 years ago - Stars: 7 - Forks: 0

SleekPanther/circulation-with-demands-network-flow

Network Flow: Given a directed graph with edge capacities and vertex demands, is there a circulation of flow?

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

mcnugets/unity-pathfinding-methods

Project provides a basic application of different path searching algorithms like A *, Dijkstra

Language: C# - Size: 34.3 MB - Last synced at: 6 months ago - Pushed at: almost 2 years ago - Stars: 6 - Forks: 0

CraigHarley/SimpleGraphJS

A super simple graph using an adjacency matrix.

Language: TypeScript - Size: 315 KB - Last synced at: 8 days ago - Pushed at: almost 3 years ago - Stars: 6 - Forks: 0

horothesun/ImmutableGraph

Functional Swift graph algorithms.

Language: Swift - Size: 83 KB - Last synced at: 14 days ago - Pushed at: over 4 years ago - Stars: 6 - Forks: 2

joaomota59/jogoDosOito

🕹 Algoritmo que resolve o jogo dos oito por busca em profundidade(sem estados visitados), busca em largura(com estados visitados), busca gulosa(com estados visitados) e busca a*(com estados visitados). Podendo mostrar passo a passo das escolhas dos nós e mostrando a árvore resultante(até um certo limite ou completa) do método de busca selecionado.

Language: Python - Size: 19.5 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 6 - Forks: 3

paulofernando/pathfinding

Pathfinding Visualizer for Android

Language: Kotlin - Size: 11.6 MB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 6 - Forks: 0

SiddeshSambasivam/Six-Degrees

Implementation of the challenge to find the shortest link between any two arbitrary actors

Language: Python - Size: 21.2 MB - Last synced at: 6 months ago - Pushed at: over 5 years ago - Stars: 6 - Forks: 6

AKASHCS50/Breadth-First-Path-Finding-Algorithm

Implementing FIFO based Breadth First path finding algorithm

Language: Python - Size: 40 KB - Last synced at: about 1 month ago - Pushed at: about 6 years ago - Stars: 6 - Forks: 2

rahul1947/Implementation-of-Data-Structures-and-Algorithms

Implementation of data structures (Lists, Stacks, Queues, Trees, Balanced Search Trees, Hashing, Graphs); Implementation of algorithms (Sorting and searching, Recursion, Graph algorithms).

Size: 52.7 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 6 - Forks: 0

rasti37/A-Star-and-BFS-Searching-Visualization

Searching Visualization in a Graph using A* and BFS Algorithms. Imported GraphStream library for the GUI.

Language: Java - Size: 11.2 MB - Last synced at: 1 day ago - Pushed at: almost 7 years ago - Stars: 6 - Forks: 1

nattui/maze

🌽 Maze Generation & Solver - Automatically generates a maze and solves the maze using Breadth-First Search (BFS) and Depth-First Search (DFS)

Language: Java - Size: 142 KB - Last synced at: 20 days ago - Pushed at: over 7 years ago - Stars: 6 - Forks: 3

Vasu7052/Data-Structures-And-Algorithms

Here are some of my Data structures and algorithms created in Java Programming Language using IntelliJ IDE.

Language: Java - Size: 750 KB - Last synced at: 6 months ago - Pushed at: over 7 years ago - Stars: 6 - Forks: 5

LakshayD02/Pathfinding_Visualization_Tool_Python

Visualize A* and BFS pathfinding algorithms in real-time with an interactive graphical interface. Explore how these algorithms find the shortest path! 🤖

Language: Python - Size: 32.2 KB - Last synced at: 6 months ago - Pushed at: 9 months ago - Stars: 5 - Forks: 0

Kevin-QAQ/IntelligentSearch

Using breadth-first-search, depth-first-search, A* algorithm to solve 8-puzzle-problem and missionaries-cannibals-problem

Language: C - Size: 236 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 5 - Forks: 5

rabestro/graph-pathfinding-algorithms

Implementation and tests for graph pathfinding algorithms.

Language: Java - Size: 609 KB - Last synced at: 7 months ago - Pushed at: over 1 year ago - Stars: 5 - Forks: 0

cenkc/algorithms

LeetCode, HackerRank, Codility, CTCI - Cracking The Coding Interview & Miscellaneous algorithms and data structures studies & solutions

Language: Java - Size: 437 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 5 - Forks: 4

truongluan303/pathfinding-and-sorting-algorithm-visualizer

A Visualizer for pathfinding algorithms (including A*, Dijkstra, BFS, DFS) and sorting algorithms (including Merge, Quick, Insertion, Bubble, and selection sort)

Language: Python - Size: 3.07 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 0

Jee-El/maze-solver

Maze Solver with a GUI that visualizes DFS, BFS, and Greedy BFS algorithms.

Language: Python - Size: 60.5 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 5 - Forks: 1

santhosh-programmer/CS19241-Data-Structures-REC-DigitalCafe

Contains all answers for Rajalakshmi college's Digial cafe CS19241-Data Structures. HAPPY CODING!!!

Language: C - Size: 57.6 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 5 - Forks: 0

Yeti-Crabby/maze-runner

Pathfinder visualizer using principles from Djikstra’s algorithm and breadth first search

Language: JavaScript - Size: 4.31 MB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 5 - Forks: 18

HxnDev/Solving-8-Puzzle-Problem-in-Fixed-Moves

The 8-puzzle problem is a puzzle invented and popularized by Noyes Palmer Chapman in the 1870s. It is played on a 3-by-3 grid with 8 square blocks labeled 1 through 8 and a blank square. Your goal is to rearrange the blocks so that they are in order.

Language: Python - Size: 69.3 KB - Last synced at: 6 months ago - Pushed at: over 4 years ago - Stars: 5 - Forks: 0

fulldecent/pawn-bfs

A breadth-first enumeration of all reachable chess diagrams

Language: C - Size: 29.3 KB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 5 - Forks: 2

Adamouization/AI-Search-Flight-Route-Planner

:airplane: Flight route planning agent using classic AI search algorithms (A*, Best-First, DFS, BFS).

Language: Java - Size: 2.2 MB - Last synced at: about 2 months ago - Pushed at: almost 6 years ago - Stars: 5 - Forks: 1

hoc081098/Astar-Dijkstra-GreedyBestFirstSearch-BreadthFirstSearch-DepthFirstSearch

Language: Kotlin - Size: 268 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 4 - Forks: 0

Dare-marvel/Data-Structures-and-Competitive-Programming--DS-CP--

Your one-stop GitHub repo for competitive coding and data structures! 🤖 Curated notes, practice problems, and real-world applications. Sharpen your skills and ace those interviews! 💻🔥

Size: 315 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 4 - Forks: 1

Related Topics
depth-first-search 434 python 122 algorithms 112 bfs 104 graph 100 graph-algorithms 87 dijkstra-algorithm 86 data-structures 83 artificial-intelligence 83 java 79 pathfinding 69 astar-algorithm 63 uniform-cost-search 58 javascript 57 binary-search-tree 56 bfs-algorithm 55 dfs 47 graphs 45 algorithm 45 queue 43 a-star 41 ai 40 greedy-best-first-search 39 dijkstra 39 binary-search 38 linked-list 38 python3 37 stack 37 leetcode 36 a-star-algorithm 36 maze-solver 34 search-algorithm 33 best-first-search 32 a-star-search 32 dynamic-programming 29 cpp 29 binary-tree 28 searching-algorithms 25 visualization 24 maze-generator 24 quicksort 24 maze 24 iterative-deepening-search 24 tree 23 algorithms-and-data-structures 23 astar 23 recursion 22 astar-search-algorithm 21 dfs-algorithm 21 topological-sort 21 kruskal-algorithm 20 dijkstra-shortest-path 20 c 20 hashtable 19 shortest-path-algorithm 19 game 18 prims-algorithm 18 pygame 18 selection-sort 17 merge-sort 17 bfs-search 16 alpha-beta-pruning 16 greedy-algorithms 16 bellman-ford-algorithm 16 insertion-sort 16 heuristic-search-algorithms 16 graph-theory 15 uninformed-search 15 react 15 search-algorithms 15 heap 15 typescript 14 greedy-search 14 astar-pathfinding 14 csharp 14 genetic-algorithm 14 minimax-algorithm 13 avl-tree 13 stacks 13 pathfinding-algorithm 13 floyd-warshall-algorithm 13 search 13 informed-search 13 priority-queue 12 quick-sort 12 sorting-algorithms 12 chess 12 arrays 12 c-plus-plus 11 shortest-paths 11 reinforcement-learning 11 array 11 bubble-sort 11 mergesort 11 pathfinding-algorithms 11 backtracking 11 minimum-spanning-trees 11 prim-algorithm 11 path-planning 10 css 10