Ecosyste.ms: Repos

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

GitHub topics: bfs

JakubBilski/multinode-bfs

My own take on implementing a couple of breadth-first search traversal algorithms using CUDA

Language: Cuda - Size: 6.72 MB - Last synced: about 4 hours ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

sbeamer/gapbs

GAP Benchmark Suite

Language: C++ - Size: 136 KB - Last synced: about 7 hours ago - Pushed: about 16 hours ago - Stars: 303 - Forks: 129

Sugapriyan-P-K/ProblemSolving

Just Some Problem Solved

Language: Java - Size: 188 KB - Last synced: about 17 hours ago - Pushed: about 19 hours ago - Stars: 0 - Forks: 0

karygauss03/Leetcode-Solutions

My Leetcode Solutions

Language: C++ - Size: 1.81 MB - Last synced: about 19 hours ago - Pushed: about 20 hours ago - Stars: 13 - Forks: 1

itsarvindhere/binary-tree

Binary Tree Concepts & Problems

Language: Python - Size: 4.38 MB - Last synced: about 2 hours ago - Pushed: about 20 hours ago - Stars: 0 - Forks: 0

ankurbhambri/DS-Algo

Data Structure and Algorithm

Language: Python - Size: 258 KB - Last synced: about 21 hours ago - Pushed: about 22 hours ago - Stars: 2 - Forks: 0

atmughrabi/GraphBrew

Brewing GAPBS with vertex reordering and graph segmentation

Language: C++ - Size: 3.07 MB - Last synced: about 8 hours ago - Pushed: 1 day ago - Stars: 1 - Forks: 0

TheSolom/Solved-Leetcode-problems

Collection of solved Leetcode questions

Language: C++ - Size: 44.9 KB - Last synced: 3 days ago - Pushed: 3 days ago - Stars: 0 - Forks: 0

sergeyleschev/leetcode-typescript

TOP 200 #Dev 🏆 LeetCode, Solutions in TypeScript, Shell, Database (T-SQL, PL/SQL, MySQL), Concurrency (Python3). @ S. Leschev. Google Engineering Level: L6+

Language: TypeScript - Size: 242 KB - Last synced: 2 days ago - Pushed: 3 days ago - Stars: 6 - Forks: 1

bobluppes/graaf

A general-purpose lightweight C++ graph library

Language: C++ - Size: 2.82 MB - Last synced: 6 days ago - Pushed: 6 days ago - Stars: 85 - Forks: 34

n3o-d4rk3r/Competitive-Programming-Reference-Bangla

বাংলায় প্রোগ্রামিং রিসোর্সসমূহ | Online Competitive Programming References

Language: Java - Size: 63.9 MB - Last synced: 6 days ago - Pushed: 6 days ago - Stars: 162 - Forks: 71

hamidb80/maze-vis

A* BFS DFS visualization

Language: Nim - Size: 104 KB - Last synced: about 14 hours ago - Pushed: 7 days ago - Stars: 2 - Forks: 0

Baxterminator/02285-AIMAS_Programming

Path-Planning client implementation for the 02285 - Multi-Agent System DTU course.

Language: Java - Size: 471 KB - Last synced: 7 days ago - Pushed: 7 days ago - Stars: 0 - Forks: 0

sahedbs23/coding-interview

Code interview resources

Language: Java - Size: 18.6 KB - Last synced: 8 days ago - Pushed: 8 days ago - Stars: 0 - Forks: 0

fabriziobagala/binary-tree-suite

A comprehensive binary tree implementations, featuring both recursive and iterative approaches for various tree operations.

Language: C# - Size: 17.6 KB - Last synced: 8 days ago - Pushed: 8 days ago - Stars: 0 - Forks: 0

yawenx2004/dart-cosc076

September - November 2023 // Select class projects from COGS 44/COSC 76 (Artificial Intelligence) at Dartmouth College.

Language: Python - Size: 2.01 MB - Last synced: 9 days ago - Pushed: 10 days ago - Stars: 0 - Forks: 0

zhaohuabing/shortest-path-in-grid-with-obstacles-java

Find the shortest path between two points in a unweighted grid with obstacles

Language: Java - Size: 6.84 KB - Last synced: 11 days ago - Pushed: 10 months ago - Stars: 3 - Forks: 0

zhaohuabing/breadth-first-search-tree-java

Java implementation of breadth first search for tree data structure

Language: Java - Size: 17.6 KB - Last synced: 11 days ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

TiagoCavalcante/shortest-path

BFS algorithm for efficiently finding the shortest path in a graph

Language: Rust - Size: 4.88 KB - Last synced: 11 days ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

aashrafh/CMP402

Solution of Machine Intelligence (CMP402) labs

Language: Python - Size: 339 KB - Last synced: 11 days ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

Ra-Wo/Shortest-Path-Finder

A simple implementation of breadth-first search (BFS) to find the shortest path between two tiles on a grid.

Language: HTML - Size: 157 KB - Last synced: 10 days ago - Pushed: 11 days ago - Stars: 0 - Forks: 0

vartikatrao/BFS-DFS-Visualizer

A visualizer for the Breadth First Search and Depth First Search algorithm using the NetworkX and the Matplotlib libraries of python.

Language: Python - Size: 9.77 KB - Last synced: 10 days ago - Pushed: 11 days ago - Stars: 1 - Forks: 0

AlbertSuarez/Jutge-EDA

🎓 Tots els problemes del Jutge de EDA (FIB). All Jutge problems of EDA (FIB).

Language: C++ - Size: 818 KB - Last synced: 11 days ago - Pushed: over 6 years ago - Stars: 4 - Forks: 0

xSenzaki/CS321L-M_Artificial_Intelligence_Lab

This repository is a compilation of my activities from the subject course of CS321L-M - Artificial Intelligence Lab.

Language: Python - Size: 45.9 KB - Last synced: 12 days ago - Pushed: 13 days ago - Stars: 0 - Forks: 0

megh-khaire/snakeAIs

An attempt to create the perfect AI for the Snake game :snake:

Language: Python - Size: 188 KB - Last synced: 12 days ago - Pushed: 12 days ago - Stars: 5 - Forks: 0

Silent0Wings/Unity-Pathfinders-Visualizer

Unity Pathfinders Visualized is a Unity project that visualizes fundamental pathfinding algorithms. It features Breadth-First Search (BFS) for efficient pathfinding in unweighted graphs, Depth-First Search (DFS) for deep exploration useful in maze generation, and Swarm Pathfinding, an alternative approach inspired by swarm behavior.

Language: C# - Size: 1 MB - Last synced: 12 days ago - Pushed: 12 days ago - Stars: 0 - Forks: 0

psprao95/leetcode-problems

Code in C++ for problems solved on Leetcode. Problem categories: Arrays, Strings, Linked Lists, Trees, Recursion, Backtracking, Dynamic programming

Language: C++ - Size: 340 KB - Last synced: 12 days ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

virtualroot/asdf-bfs

An asdf plugin for bfs, the breadth-first UNIX find variant

Language: Shell - Size: 21.5 KB - Last synced: 12 days ago - Pushed: 13 days ago - Stars: 0 - Forks: 0

naren-m/algos

Algorithms and Data Structures

Language: Python - Size: 9.01 MB - Last synced: 13 days ago - Pushed: about 2 years ago - Stars: 4 - Forks: 4

AndreIglesias/Lem-in

Efficient network algorithm to find the maximum flow within a network, with flow limitations.

Language: C - Size: 396 KB - Last synced: 13 days ago - Pushed: 13 days ago - Stars: 1 - Forks: 0

gsiddhad/Algorithms

Different Algorithms implementation

Language: C++ - Size: 104 KB - Last synced: 14 days ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

gsiddhad/Artificial-Intelligence

Artificial Intelligence programs in Jade and Prolog

Language: Java - Size: 11.7 KB - Last synced: 14 days ago - Pushed: about 3 years ago - Stars: 1 - Forks: 1

matt576/search_algorithms

Implementation of uninformed graph search algorithms

Language: Python - Size: 9.77 KB - Last synced: 14 days ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

kelindar/tile

Tile is a 2D grid engine, built with data and cache friendly ways, includes pathfinding and observers.

Language: Go - Size: 93.8 KB - Last synced: 10 days ago - Pushed: 5 months ago - Stars: 138 - Forks: 15

mikolajszymczuk1/PathFinder

Editor for testing and visualize pathfinding algorithms

Language: TypeScript - Size: 25.5 MB - Last synced: 14 days ago - Pushed: 7 months ago - Stars: 2 - Forks: 0

salvorusso/maze-solver

My implementation of A-Maze-ingly Retro Route Puzzle

Language: JavaScript - Size: 18.6 KB - Last synced: 14 days ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

atmughrabi/OpenGraphSim

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

Language: C - Size: 317 MB - Last synced: 15 days ago - Pushed: 15 days ago - Stars: 11 - Forks: 1

mralwaleed/maze-solving

Solve maze by 4 algorithm 1- BFS 2- DFS 3- Greedy 4- A*

Language: Python - Size: 99.6 KB - Last synced: 15 days ago - Pushed: over 2 years ago - Stars: 1 - Forks: 0

mralwaleed/8-Puzzle-solved-by-BFS

solve 8-puzzle with BFS Search

Language: Java - Size: 11.7 KB - Last synced: 15 days ago - Pushed: about 3 years ago - Stars: 1 - Forks: 1

heltonricardo/dijkstra-c

🛤️ Programa para cálculo de caminhos mínimos usando grafos e Algoritmo de Dijkstra na linguagem C.

Language: C - Size: 119 KB - Last synced: 16 days ago - Pushed: 16 days ago - Stars: 0 - Forks: 0

MorvanZhou/pathfind

path finding algorithms

Language: Python - Size: 365 KB - Last synced: 10 days ago - Pushed: 25 days ago - Stars: 17 - Forks: 2

OAXP/path-find-visualizer

Path finding algorithms visualizer

Language: JavaScript - Size: 4.37 MB - Last synced: 18 days ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

trngbro/AI

Research AI - Lecturer: Nguyen Thanh An

Language: Jupyter Notebook - Size: 26.3 MB - Last synced: 18 days ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

2004scape/rsmod-pathfinder

A breadth-first search pathfinder.

Language: WebAssembly - Size: 283 KB - Last synced: 18 days ago - Pushed: 18 days ago - Stars: 1 - Forks: 0

Emmo00/search-dfs-bfs

An implementation of the DFS and BFS algo.

Language: Python - Size: 3.91 KB - Last synced: 18 days ago - Pushed: 19 days ago - Stars: 1 - Forks: 0

m-strzelec/fifteen-puzzle-solver

Solve a sliding 15-puzzle using different search strategies.

Language: Python - Size: 107 KB - Last synced: 19 days ago - Pushed: 19 days ago - Stars: 1 - Forks: 0

shamiul94/Artificial-Intelligence-Sessional-Cannibal-Missionary-Problem-and-n-Puzzle-problem-

AI Lab Offlines and Onlines

Language: Java - Size: 657 KB - Last synced: 19 days ago - Pushed: over 5 years ago - Stars: 0 - Forks: 3

xorz57/Pathfinder 📦

Pathfinder written in Python

Language: Python - Size: 46.9 KB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 0 - Forks: 0

nikolatechie/Pathfinding-Visualizer

Visualizations of several most popular pathfinding algorithms (Dijkstra's algorithm, A* search etc.)

Language: JavaScript - Size: 695 KB - Last synced: 18 days ago - Pushed: 19 days ago - Stars: 1 - Forks: 0

phantomf4321/The-waiter-robot

Implementation of artificial intelligence search algorithms for robot movement on the table.

Language: Python - Size: 482 KB - Last synced: 20 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

marcosfede/algorithms

Solved algorithms and data structures problems in many languages

Language: Python - Size: 1.88 MB - Last synced: 10 days ago - Pushed: 7 months ago - Stars: 1,128 - Forks: 187

mig-elgt/graph-algorithms

Directed and Undirected Graphs Algorithms

Language: C# - Size: 535 KB - Last synced: 20 days ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

raghusaripalli/Analysis-Of-Algorithms

Graphs, Connected Components, divide and conquer, dp, greedy

Language: C++ - Size: 500 KB - Last synced: 21 days ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

andrija-tosic/data-structures

Language: C++ - Size: 709 KB - Last synced: 22 days ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

YashPatel1311/AI

Solving problems using different search techniques in AI

Language: Python - Size: 56.6 KB - Last synced: 22 days ago - Pushed: about 3 years ago - Stars: 4 - Forks: 1

shawngonsalves/LeetCode_Challenges

Language: Python - Size: 870 KB - Last synced: 23 days ago - Pushed: 23 days ago - Stars: 4 - Forks: 0

lzy1960/vue-findway

Visual display of the pathfinding algorithm (A*)

Language: Vue - Size: 1.49 MB - Last synced: 23 days ago - Pushed: 23 days ago - Stars: 1 - Forks: 0

farishasim/TehcConnect

a simple desktop application for simulating friends connection using BFS & DFS algorithm

Language: C# - Size: 1.91 MB - Last synced: 24 days ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

mahmoudmahm00d/Sokoban

A Sokoban game with different naming style (SokoFarm)

Language: C# - Size: 201 KB - Last synced: 24 days ago - Pushed: 24 days ago - Stars: 0 - Forks: 0

mchristou/competitive_algorithms

16 Algorithms for competitions and job interviews

Language: C++ - Size: 3.25 MB - Last synced: 24 days ago - Pushed: 2 months ago - Stars: 0 - Forks: 2

mahmoud-drwsh/Mazes-Generator-And-Solver

A maze generator program and a solver agent implemented in python by Mahmoud Darwish (محمود درويش)

Language: Python - Size: 45.9 KB - Last synced: 24 days ago - Pushed: over 3 years ago - Stars: 4 - Forks: 1

ingambe/Machine-Works-Problem

My solution to the machine works problem.

Language: Java - Size: 16.6 KB - Last synced: 25 days ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

ingambe/KnuthsConjecture

An android app to play with Donald Knuth's conjecture who stated that we can build any integer starting from 4 using only floor, square root and factorial

Language: Java - Size: 5.91 MB - Last synced: 25 days ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

woodong11/Raspberry_Pi_sense_hat_pjt

라즈베리파이와 센스햇을 활용한 미니 프로젝트입니다. (자이로센서 + bfs를 활용한 미로탈출게임)

Language: Python - Size: 10.7 KB - Last synced: 25 days ago - Pushed: 26 days ago - Stars: 0 - Forks: 0

scorphus/ShortestReach

💜 Elixir playground for a blog post

Language: Elixir - Size: 1.95 KB - Last synced: 26 days ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

R-N/BFS-Astar

BFS and A-star shortest distance

Language: Python - Size: 3.91 KB - Last synced: 26 days ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

RahulRavishankar/Graph-viz

A visualization tool for path finding algorithms.

Language: JavaScript - Size: 11.9 MB - Last synced: 26 days ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 1

tony9402/baekjoon

코딩테스트 대비 문제집(Baekjoon Online Judge)

Language: Python - Size: 20.1 MB - Last synced: 28 days ago - Pushed: 29 days ago - Stars: 5,380 - Forks: 1,108

dbrizov/Unity-PathFindingAlgorithms

BFS, Greedy Best-First Search, Dijkstra and A* path finding algorithms

Language: C# - Size: 206 KB - Last synced: 20 days ago - Pushed: almost 5 years ago - Stars: 296 - Forks: 65

sadanandpai/algo-visualizers

Algorithms Visualizers

Language: TypeScript - Size: 4.24 MB - Last synced: 28 days ago - Pushed: about 1 month ago - Stars: 659 - Forks: 166

pl3onasm/CLRS

Advanced algorithms and generic data structures in C

Language: C - Size: 2.68 MB - Last synced: 28 days ago - Pushed: 28 days ago - Stars: 2 - Forks: 1

nicalaia/shortest-path-vis

A javascript based pathfinder program that evaluates the shortest path between two destinations using Dijkstra's Algorithm, BFS, DFS and displays it using React.

Language: JavaScript - Size: 31.2 MB - Last synced: 9 days ago - Pushed: over 2 years ago - Stars: 6 - Forks: 0

Prathmesh311/DSA

A one-stop Destination✏️ for all your Competitive Programming Resources.

Language: C++ - Size: 491 KB - Last synced: 29 days ago - Pushed: 30 days ago - Stars: 1 - Forks: 0

Niksonber/Shortest-Path-Finder-BFS

Minimal implementation of Shortest Path Finder using BFS (Breadth-first search) algorithm in Python with interface for jupyter notebook using ipywidgets

Language: Jupyter Notebook - Size: 218 KB - Last synced: 29 days ago - Pushed: 30 days ago - Stars: 0 - Forks: 0

MHEN007/Tubes2_theMazeCoder

Tugas Besar 2 Strategi Algoritma

Language: C# - Size: 15 MB - Last synced: about 1 month ago - Pushed: 12 months ago - Stars: 0 - Forks: 1

Davilez42/Project-IA-Pathfinding

Language: Python - Size: 193 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

N-Harsha/Path-finding-visualizer

path finder in maze using graph algos

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

mateusememe/8-puzzle

Using heuristic search Best-First and A* with BFS (with manhatan distance) methods to solve 8-puzzle

Language: Python - Size: 173 KB - Last synced: 24 days ago - Pushed: over 2 years ago - Stars: 12 - Forks: 4

HarishK501/navigate-mars-rover

Help the Mars Curiosity Rover find the shortest path between two points while avoiding obstacles on the way. This is a project assigned by Microsoft's Engage 2020 - The Mars Colonization Program.

Language: Python - Size: 1.01 MB - Last synced: about 1 month ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

AliDev-ir/Grid-World-Shortest-Path-Solver

Explore Python implementations of BFS and IDFS algorithms for solving shortest path problems in grid environments. Find the optimal route through obstacles efficiently.

Language: Python - Size: 29.3 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

FanielS/Algorithms

A repository featuring documentation and Python implementations of various algorithms for solving computational problems. Explore different algorithmic techniques for efficient problem-solving.

Size: 720 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 0 - Forks: 0

BenAyedSeeksAI/golang-graph-implementation

A simple golang program to try out graph algorithms and its different structures. from bfs to check vertices connectivity and also know how to implement trees (Binary tree , ....)

Language: Go - Size: 2.93 KB - Last synced: about 9 hours ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

Shikha-code36/Competitive-Python

Python Algorithms Package used in competitive programming

Language: Python - Size: 37.1 KB - Last synced: 8 days ago - Pushed: about 1 year ago - Stars: 16 - Forks: 3

deepakpunjabi/my-first-go

This project contains implementation for BFS and DFS algorithms, and data structures such as Stack, Queue and Graph. It can be run using command line arguments.

Language: Go - Size: 581 KB - Last synced: about 1 month ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

oyjjpp/algorithm

Algorithm program of record learning

Language: Go - Size: 394 KB - Last synced: about 1 month ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

Nadav23AnT/PuzzleSolver__15_24__Algorithems

Puzzle Solver: BFS, Dijkstra, and A* Comparison

Language: Java - Size: 3.18 MB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 0 - Forks: 0

MarceloLeonCaceres/BFS_Pocket_Rubik_Cube

Breadth First Search is used to solve the 2 x 2 x 2 Rubik's Cube, also known as the Pocket Cube

Language: Python - Size: 60.5 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 0 - Forks: 0

adia-dev/graphflow

Transform your data into stunning visualizations with GraphFlow.

Language: TypeScript - Size: 16.7 MB - Last synced: 22 days ago - Pushed: 6 months ago - Stars: 6 - Forks: 0

Erdos-Graph-Framework/Erdos

Modular and modern graph-theory algorithms framework in Java

Language: Java - Size: 175 KB - Last synced: 9 days ago - Pushed: 9 months ago - Stars: 124 - Forks: 14

YoussefAboelwafa/8-Puzzle_Solver

8 Puzzle Solver Using Classical Search Algorithms: DFS | BFS | A*

Language: Python - Size: 56.6 KB - Last synced: about 1 month ago - Pushed: 6 months ago - Stars: 1 - Forks: 0

v3ssel/graph_algorithms

Collection of graph algorithms. Graph is based on adjacency matrix.

Language: C++ - Size: 1.32 MB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 0 - Forks: 0

PrimeOnPeaSea/PathFindingAlgorithms

Gamified Demonstration of Path Finding Algorithms that allows you to visualize the different path finding algorithms.

Language: JavaScript - Size: 40 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 0 - Forks: 0

ogus/pathfinder

A collection of common pathfinding algorithms

Language: JavaScript - Size: 25.4 KB - Last synced: about 2 months ago - Pushed: about 5 years ago - Stars: 1 - Forks: 0

ffekirnew/fundamentals-of-ai-group-projects

This repository contains a collection of group projects for the course fundamentals of artificial intelligence (AI).

Language: Jupyter Notebook - Size: 50.5 MB - Last synced: about 2 months ago - Pushed: 12 months ago - Stars: 1 - Forks: 0

joaoaab/8PuzzleSolver

8puzzle game and a solver that can use multiple strategies to solve the game.

Language: JavaScript - Size: 1.59 MB - Last synced: about 2 months ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

rabiken/PFA_visualization

Visualization of 5 different algorithms (Random, BFS, DFS, Greedy, A*(A star) ) One of the projects assigned in BIE-ZUM(Basics of Artificial Intelligence)

Language: C++ - Size: 441 KB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 0 - Forks: 0

sevagh/xnetwork

simple graph library with slotmaps

Language: Rust - Size: 17.6 KB - Last synced: about 2 months ago - Pushed: almost 4 years ago - Stars: 1 - Forks: 0

aymenkhs/SAT-Solver-using-Search-Algorithms-and-Metaheuristic

A SAT Solver Using Search Algorithms (DFS, BFS and A*) and Metaheuristic (genetic algorithm and PSO) in JAVA

Language: Java - Size: 181 KB - Last synced: about 2 months ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

SoniGarima/Mars_Program Fork of Preetesh21/Mars_Program

This repo contains the source code for Microsoft-Engage-2020 Mentorship Programme. The repository consists of two projects namely path finding and tic-tac-toe

Size: 3.55 MB - Last synced: about 2 months ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0

shubhankar90/DataStructures-JavaCode

Data Structures and Algorithms course solutions

Language: Java - Size: 11 MB - Last synced: about 2 months ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

Related Keywords
bfs 1,069 dfs 667 graph 181 python 160 algorithms 139 bfs-algorithm 129 astar 102 java 95 graph-algorithms 93 breadth-first-search 92 dijkstra 91 astar-algorithm 89 ai 81 algorithm 81 dfs-algorithm 76 artificial-intelligence 74 data-structures 73 a-star 72 dynamic-programming 71 pathfinding 67 dijkstra-algorithm 64 queue 61 cpp 60 stack 59 tree 58 leetcode 56 linked-list 53 bfs-search 51 python3 51 graphs 49 javascript 49 ucs 48 maze-solver 47 binary-search 41 depth-first-search 41 backtracking 40 recursion 37 search-algorithm 36 heap 35 sorting-algorithms 34 binary-search-tree 34 searching-algorithms 34 maze 33 problem-solving 31 greedy-algorithms 31 game 29 c 29 a-star-algorithm 28 topological-sort 27 dfs-search 27 trees 26 two-pointers 26 uniform-cost-search 26 algorithms-and-data-structures 24 ids 24 pygame 23 search 23 maze-generator 22 greedy 22 priority-queue 22 visualization 22 shortest-path-algorithm 21 graph-theory 21 binary-tree 21 kruskal-algorithm 21 best-first-search 20 react 20 greedy-best-first-search 18 genetic-algorithm 18 divide-and-conquer 18 8-puzzle 18 csharp 17 array 17 trie 17 pacman 17 leetcode-solutions 17 iterative-deepening-search 17 sorting 16 dijkstra-shortest-path 16 heuristic-search-algorithms 16 dp 16 a-star-search 15 search-algorithms 15 arrays 15 path-planning 14 alpha-beta-pruning 14 bellman-ford-algorithm 14 astar-pathfinding 14 minimax 14 competitive-programming 14 prims-algorithm 14 connected-components 14 kruskal 14 pathfinder 14 sort 14 merge-sort 13 dsa 13 adjacency-list 13 datastructures 13 gui 13