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.07 MB - Last synced at: 28 days ago - Pushed at: 29 days ago - Stars: 1,038 - Forks: 40

davecom/SwiftGraph

A Graph Data Structure in Pure Swift

Language: Swift - Size: 1.84 MB - Last synced at: 5 days ago - Pushed at: about 1 month ago - Stars: 769 - Forks: 80

msambol/dsa

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

Language: Python - Size: 126 KB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 551 - Forks: 110

JoeKarlsson/data-structures

Common data structures and algorithms implemented in JavaScript

Language: JavaScript - Size: 784 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 183 - 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: 6 months ago - Pushed at: over 4 years ago - Stars: 161 - Forks: 50

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: almost 2 years ago - Stars: 151 - 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: 460 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 134 - Forks: 39

narayanan2004/GraphMat

GraphMat graph analytics framework

Language: C++ - Size: 5.25 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 97 - Forks: 41

chen0040/lua-graph

Graph algorithms in lua

Language: Lua - Size: 66.4 KB - Last synced at: about 1 month ago - Pushed at: over 7 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: about 1 month 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: over 1 year ago - Pushed at: over 3 years ago - Stars: 56 - Forks: 26

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

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

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: 22 days ago - Pushed at: over 4 years ago - Stars: 45 - Forks: 19

iamjagdeesh/Artificial-Intelligence-Pac-Man

CSE 571 Artificial Intelligence

Language: Python - Size: 2.29 MB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 45 - Forks: 54

Encapsule-Annex/jsgraph

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

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

harisankar95/pathfinding3D

Python implementation of common pathfinding algorithms in 3D grid space

Language: Python - Size: 10.9 MB - Last synced at: 20 days ago - Pushed at: 6 months ago - Stars: 39 - Forks: 2

metanet/java-algorithms-data-structures

Solutions for popular algorithms and data structures problems on leetcode

Language: Java - Size: 207 KB - Last synced at: about 1 month ago - Pushed at: almost 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: about 2 years ago - Pushed at: over 4 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: over 1 year ago - Pushed at: over 8 years ago - Stars: 31 - Forks: 8

hayderkharrufa/snake_pathfinding_ai

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

Language: Python - Size: 55.7 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 29 - Forks: 14

devangi2000/Artificial-Intelligence-Algorithms

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

Language: Jupyter Notebook - Size: 257 KB - Last synced at: almost 2 years ago - Pushed at: about 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: 22 days ago - Pushed at: almost 6 years ago - Stars: 29 - Forks: 7

rmssoares/8Puzzle-StateSpaceSearches

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

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

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: about 1 month ago - Pushed at: over 4 years ago - Stars: 27 - Forks: 15

zmaqutu/3D-Pathfinding-Visualizer

This is a three dimensional pathfinding algorithm visualizer project.

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

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: about 1 month ago - Pushed at: over 3 years ago - Stars: 25 - Forks: 14

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: about 2 years ago - Pushed at: almost 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: 3 days ago - Pushed at: almost 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: about 2 years ago - Pushed at: almost 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: almost 2 years ago - Pushed at: over 4 years ago - Stars: 19 - Forks: 3

GurkNathe/Pathfinding-Algorithms

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

Language: Python - Size: 63.9 MB - Last synced at: about 1 year ago - Pushed at: about 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: 11 months ago - Pushed at: 11 months ago - Stars: 17 - Forks: 0

mah-shamim/leet-code-in-php

Php-based LeetCode algorithm problem solutions, regularly updated.

Language: PHP - Size: 12.1 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 16 - Forks: 6

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: about 2 years ago - Pushed at: almost 3 years ago - Stars: 16 - Forks: 2

xubenhao/Algorithm

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

Language: C++ - Size: 92.8 KB - Last synced at: about 2 years ago - Pushed at: about 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: about 2 years ago - Pushed at: over 4 years ago - Stars: 16 - Forks: 32

grmreyes/nbasixdegrees

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

Language: JavaScript - Size: 6.82 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 15 - Forks: 1

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: about 2 years ago - Pushed at: about 8 years ago - Stars: 15 - Forks: 3

odubno/ford-fulkerson-max-flow

Python code for finding Max Flow in a directed graph.

Language: Python - Size: 13.7 KB - Last synced at: 6 months ago - Pushed at: about 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: 27 days ago - Pushed at: about 3 years ago - Stars: 14 - Forks: 1

AlokikPathak/data-structures

Implementation of Data Structures in C

Language: C - Size: 590 KB - Last synced at: 12 months 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: about 2 years ago - Pushed at: over 4 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: 5 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: about 2 years ago - Pushed at: about 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: about 1 month ago - Pushed at: over 11 years ago - Stars: 13 - Forks: 3

paarthmadan/playground

Fundamental computer science algorithms and preparation for computing contests.

Language: Java - Size: 128 KB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 12 - Forks: 1

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

abhijith94/graph-visualization

Pathfinding Algorithms Visualization Tool made with React

Language: JavaScript - Size: 1.27 MB - Last synced at: about 1 year ago - Pushed at: about 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: about 1 year ago - Pushed at: about 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: about 1 month ago - Pushed at: over 2 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: 29 days ago - Pushed at: almost 8 years ago - Stars: 11 - Forks: 8

renan-throsa/Grafos-Python

Language: Python - Size: 310 KB - Last synced at: about 2 years ago - Pushed at: about 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: 22 days ago - Pushed at: over 4 years ago - Stars: 10 - Forks: 0

pravhub/Coding-Interviews

Solution Repository for Technical Coding Interviews!

Language: C# - Size: 481 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 9 - Forks: 5

arjkashyap/Draw-My-Code

Web application for Visualization of algorithms

Language: JavaScript - Size: 1.51 MB - Last synced at: almost 2 years ago - Pushed at: almost 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: about 2 years ago - Pushed at: about 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: about 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: about 2 years ago - Pushed at: over 4 years ago - Stars: 9 - Forks: 2

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: almost 2 years ago - Pushed at: almost 8 years ago - Stars: 9 - Forks: 7

ivanmmarkovic/Java-Data-Structures-and-Algorithms

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

andi611/Pacman-With-AI-Python

Implementations of artificial intelligence agents that plays Pac-Man

Language: Python - Size: 556 KB - Last synced at: about 1 month ago - Pushed at: about 6 years ago - Stars: 8 - Forks: 3

suaebahmed/algorithms-visualizer

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

Language: JavaScript - Size: 2.45 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 7 - Forks: 0

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: about 2 years ago - Pushed at: over 2 years ago - Stars: 7 - Forks: 3

Ali-Elganzory/AI-Search

Visualization for multiple searching algorithms.

Language: Python - Size: 712 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 7 - Forks: 6

adrianosferreira/pathfinding

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

Language: JavaScript - Size: 8.1 MB - Last synced at: 30 days ago - Pushed at: about 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: about 2 years ago - Pushed at: about 5 years ago - Stars: 7 - Forks: 5

khasmamad99/Water-Jug-Problem-Solver

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

agarun/pathing

Visualizing maze generation and graph traversal

Language: JavaScript - Size: 246 KB - Last synced at: about 1 year ago - Pushed at: over 7 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: 29 days ago - Pushed at: almost 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: 15 days ago - Pushed at: over 1 year ago - Stars: 6 - Forks: 0

CraigHarley/SimpleGraphJS

A super simple graph using an adjacency matrix.

Language: TypeScript - Size: 315 KB - Last synced at: about 9 hours ago - Pushed at: over 2 years ago - Stars: 6 - Forks: 0

horothesun/ImmutableGraph

Functional Swift graph algorithms.

Language: Swift - Size: 83 KB - Last synced at: 21 days ago - Pushed at: about 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: about 2 years ago - Pushed at: over 4 years ago - Stars: 6 - Forks: 3

paulofernando/pathfinding

Pathfinding Visualizer for Android

Language: Kotlin - Size: 11.6 MB - Last synced at: about 2 years ago - Pushed at: almost 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: about 1 month ago - Pushed at: about 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: over 5 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: about 2 years ago - Pushed at: about 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: about 1 month ago - Pushed at: over 6 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: 1 day ago - Pushed at: almost 7 years ago - Stars: 6 - Forks: 4

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: 15 days ago - Pushed at: almost 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: 4 days ago - Pushed at: 3 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: 9 months ago - Pushed at: 9 months ago - Stars: 5 - Forks: 5

rabestro/graph-pathfinding-algorithms

Implementation and tests for graph pathfinding algorithms.

Language: Java - Size: 609 KB - Last synced at: 29 days ago - Pushed at: 10 months ago - Stars: 5 - 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: 211 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 5 - Forks: 1

dfgHiatus/DynamicBoneChainWizardMod

A DynamicBone Installer/Configurer Mod for Resonite

Language: C# - Size: 45.9 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 5 - Forks: 2

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: over 1 year ago - Pushed at: over 1 year 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: almost 2 years ago - Pushed at: almost 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: about 2 years ago - Pushed at: over 2 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: about 2 years ago - Pushed at: almost 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: about 2 years ago - Pushed at: over 3 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: 4 days ago - Pushed at: almost 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: about 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 1 month ago - Pushed at: over 5 years ago - Stars: 5 - Forks: 1

hoc081098/Astar-Dijkstra-GreedyBestFirstSearch-BreadthFirstSearch-DepthFirstSearch

Language: Kotlin - Size: 267 KB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 4 - Forks: 0

vik-ma/pathfinding-race

A browser game where pathfinding algorithms race against each other!

Language: JavaScript - Size: 7.75 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 4 - Forks: 0

uguratmaca/countdown

Des chiffres et des lettres, bir kelime bir işlem breadth first search

Language: C# - Size: 109 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 4 - Forks: 0

Related Topics
depth-first-search 413 python 114 algorithms 104 bfs 100 graph 94 graph-algorithms 84 dijkstra-algorithm 81 artificial-intelligence 80 data-structures 79 java 76 pathfinding 68 astar-algorithm 60 uniform-cost-search 56 binary-search-tree 53 bfs-algorithm 50 javascript 49 dfs 43 graphs 42 algorithm 42 a-star 41 queue 40 dijkstra 37 binary-search 37 ai 37 greedy-best-first-search 36 linked-list 36 python3 35 a-star-algorithm 34 stack 34 leetcode 34 a-star-search 31 best-first-search 31 maze-solver 31 search-algorithm 31 dynamic-programming 28 cpp 28 binary-tree 26 quicksort 24 tree 22 astar 22 searching-algorithms 22 recursion 22 iterative-deepening-search 22 algorithms-and-data-structures 22 maze 22 maze-generator 22 topological-sort 21 visualization 21 dfs-algorithm 20 c 20 kruskal-algorithm 20 dijkstra-shortest-path 19 astar-search-algorithm 19 hashtable 19 shortest-path-algorithm 19 pygame 18 selection-sort 17 prims-algorithm 17 bfs-search 16 alpha-beta-pruning 16 bellman-ford-algorithm 16 merge-sort 16 greedy-algorithms 16 search-algorithms 15 insertion-sort 15 game 15 heuristic-search-algorithms 14 greedy-search 14 genetic-algorithm 14 graph-theory 14 heap 14 uninformed-search 14 csharp 14 informed-search 13 typescript 13 avl-tree 13 astar-pathfinding 13 stacks 13 floyd-warshall-algorithm 13 react 13 sorting-algorithms 12 search 12 minimax-algorithm 12 pathfinding-algorithms 11 quick-sort 11 c-plus-plus 11 prim-algorithm 11 chess 11 pathfinding-algorithm 11 array 11 priority-queue 11 minimum-spanning-trees 11 shortest-paths 11 mergesort 11 arrays 11 dijkstras-algorithm 10 dfs-search 10 data-structures-and-algorithms 10 connected-components 10 heapsort 10