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

GitHub topics: depth-first-search

patricksferraz/ufba

UFBA: A collection of educational projects showcasing algorithms and implementations in graph handling, string manipulation, and artificial intelligence. Ideal for learning and practical application in computer science.

Language: TeX - Size: 866 KB - Last synced at: about 13 hours ago - Pushed at: about 13 hours ago - Stars: 1 - 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: 2 days ago - Pushed at: 2 days ago - Stars: 16 - Forks: 6

dmazilkin/ML-MazeSolver-RoutePlanning

This repo contains maze solver, which is implemented with DFS, BFS, A* and JPS algorithms.

Language: Python - Size: 56.6 KB - Last synced at: 5 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0

Guillaume-Helbecque/P3D-DFS

Set of parallel Branch-and-Bound skeletons in Chapel targeting CPU-based systems at every scale.

Language: Chapel - Size: 5.99 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 5 - Forks: 1

ahmedalgrgawy/Computer-Science

Language: C++ - Size: 16 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 1 - Forks: 0

chen0040/js-graph-algorithms

Package provides javascript implementation of algorithms for graph processing

Language: JavaScript - Size: 1.49 MB - Last synced at: 6 days ago - Pushed at: almost 2 years ago - Stars: 151 - Forks: 41

SuiteBee/aMazeGen

A perfect maze generator with animations

Language: Python - Size: 158 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 0 - Forks: 0

autistic-symposium/master-algorithms-py 📦

👾 my detailed walk-through for mastering classical algorithm and data structure problems (and the book i published by hanbit media a decade ago)

Language: Python - Size: 16.6 MB - Last synced at: 1 day ago - Pushed at: 6 months ago - Stars: 31 - Forks: 8

frvnzz/DFS-Maze-Solver

A maze solver using DFS written in C#

Language: C# - Size: 130 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 0 - Forks: 0

grade12-CS/U5A3-PaintBot

a paintbot using DFS flood fill algorithm

Language: Java - Size: 325 KB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 0 - Forks: 0

FarrelAD/Uninformed-Search-Algorithms-Comparison

Implementation and comparison of some uninformed search algorithms 🔎🗺️🌏

Language: Python - Size: 5.36 MB - Last synced at: 3 days ago - Pushed at: 20 days ago - Stars: 0 - Forks: 0

tedliosu/seqdfs_static_prototype

Prototype using Boost C++ Graph Library of SeqDFS algorithm for static mutable graphs taken from research paper by Dr. Qiuyi Lyu, Dr. Bin Gong, Dr. Mo Sha, and Dr. Kuangda Lyu

Language: C++ - Size: 15.6 KB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 1 - Forks: 0

agl-alexglopez/multithreading-with-mazes

This repository contains maze building and solving algorithms. The solvers are multithreaded.

Language: C++ - Size: 6.08 MB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 2 - Forks: 0

ctxppc/DepthKit

DepthKit is a set of handy Collection extensions for Swift libraries and apps.

Language: Swift - Size: 138 KB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 0 - Forks: 0

Dhanuragavi/DSA

Implementation of graph search and optimization algorithm.

Language: Python - Size: 5.86 KB - Last synced at: 22 days ago - Pushed at: 23 days ago - Stars: 1 - Forks: 0

levani-b/maze-solver

A visual maze-solving application that demonstrates depth-first search with backtracking to find paths from start to finish

Language: Python - Size: 8.79 KB - Last synced at: 23 days ago - Pushed at: 24 days ago - Stars: 0 - Forks: 0

AmirAbdollahi/knight-tour

This repository provides a C# solution to the classic Knight's Tour problem using the backtracking algorithm. It supports customizable chessboard sizes and starting positions, offering a practical example of recursion and backtracking in problem-solving.

Language: C# - Size: 61.5 KB - Last synced at: 26 days ago - Pushed at: 27 days ago - Stars: 2 - Forks: 0

erickmaiaa/dfs_interface

Python implementation of DFS on directed graphs, prioritizing vertices by outdegree, with a visual interface for step-by-step edge classification.

Language: Python - Size: 1.03 MB - Last synced at: 30 days ago - Pushed at: 30 days ago - Stars: 0 - 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

will2dye4/labyrinth

Generate and solve mazes using various algorithms

Language: Python - Size: 63.2 MB - Last synced at: 14 days ago - Pushed at: over 1 year ago - Stars: 23 - Forks: 0

sionpixley/DLL-Useful

This is a collection of NuGet packages for various applications.

Language: C# - Size: 2.74 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

vitorpbarbosa7/mit_6.006

MIT - 6.006 - Undergraduate Introduction to Algorithms - Spring 2020

Language: Python - Size: 4.35 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

davecom/SwiftGraph

A Graph Data Structure in Pure Swift

Language: Swift - Size: 1.84 MB - Last synced at: 4 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

TizianoMontenegro/Sudoku-AI

Sudoku web app game AI using Depth First Search for solve the game. Made Flask(Python) and React(TypeScript).

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

tahmid-tanzim/problem-solving

AlgoExpert, LeetCode & HackerRank Problem Solving - hackerrank.com/tahmid_tanzim & leetcode.com/tahmid-tanzim

Language: JavaScript - Size: 24 MB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 3 - Forks: 1

ewdlop/Prolog-notes

https://en.wikipedia.org/wiki/Prolog;白讀白科;I'm glad you didn't learn Prolog from me.

Language: Prolog - Size: 630 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

Sphincz/pyGraphr

pyGraphr - A Python Graph Traversal Visualizer for applying search algorithms.

Language: Python - Size: 57.6 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 7

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

de-soot/knapsack

Recursive solution to the knapsack problem. Written in C.

Language: C - Size: 181 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

mianawais99/LeetCode

This repository contains solution to all the LeetCode questions I've solved! Daily grind 🏃 (Updating)

Language: C# - Size: 33.2 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

TimKong21/MEMGRAPH-Graph-Analytics-with-NetworkX

Graph Analytics delivered by MEMGRAPH academy

Language: Jupyter Notebook - Size: 20.1 MB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

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

BaoPhuc1311/AlgorithmVisualization

Simplifying complex algorithms through interactive visualizations

Language: Python - Size: 0 Bytes - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

krischnb/Maze

Sonic theme | Maze generator & solver

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

Lucky5272/Data-Structures-and-Algorithm-with-Python

Python DSA Problems for Arrays and Strings

Language: Jupyter Notebook - Size: 8.79 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

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

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

yuvraj97/Algorithms

Inspired by MIT 6.006

Language: Python - Size: 1.19 MB - Last synced at: 2 months ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

motapinto/feup-IART

Content and solved exercises from the course unit Artificial Intelligence

Language: Python - Size: 56.7 MB - Last synced at: about 2 months ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 0

LucasGualtieri/PAA-TP01

Implementação de algoritmos para identificação de pontes em grafos e busca de caminhos eulerianos usando o Algoritmo de Fleury. Trabalho acadêmico para a disciplina de Projeto e Análise de Algoritmos na PUC Minas.

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

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

eMahtab/word-search-ii

Word Search II

Language: Java - Size: 105 KB - Last synced at: about 1 month ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 2

ManaliSBhavsar/Maze-Solver-DFS

Visualize a maze solver using DFS algorithm with real-time updates in Python and Tkinter. Explore paths from the source to the target & display each step of the search process.

Language: Python - Size: 2.25 MB - Last synced at: 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

elderfieldzeus/schedaddle

A web app that generates and visualizes class schedules based on offered schedules

Language: TypeScript - Size: 259 KB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 1

lyndseybrowning/trie-prefix-tree

Create and modify trie prefix structures and extract word lists including prefixes, anagrams and sub-anagrams

Language: JavaScript - Size: 69.3 KB - Last synced at: 5 days ago - Pushed at: about 3 years ago - Stars: 52 - Forks: 14

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

alae-touba/pathfinding-visualisation

A path-finding application that uses some algorithms like dijkstrat's algorithm and breath first search .. etc to find the shortest path (if it exists) between two nodes.

Language: JavaScript - Size: 819 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

efwoods/data-structures-and-algorithms

Data Structures and Algorithms C++ Certificate with Tests and Solutions to Leetcode Exercises

Language: C++ - Size: 12.9 MB - Last synced at: 7 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

datahappy1/sudoku

Sudoku game generator and solver in Python 3+

Language: Python - Size: 1010 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

OrangeCatLoves/LeetCodeStuff

LeetCode Solutions for various problems

Language: Java - Size: 331 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

tony-vn/KnightsTour

Using backtracking or DFS to solve the Knight's Tour problem in C++

Language: C++ - Size: 151 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

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

maxboro/q-task-1

Q, task 1

Language: Python - Size: 2.93 KB - Last synced at: about 1 month ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

rynanda/Project-Management-System

Managing a list of tasks in a project using data structures and algorithms.

Language: C# - Size: 196 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

rynanda/Pegs-Puzzle-Board

Developing a solution to the pegs puzzle board problem using math, discrete structures, and Python.

Language: Python - Size: 105 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ahmedabougabal/PythonDataStructuresAlgorithms

Let's go DeepDiving 🤿

Language: Python - Size: 1.18 MB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

hetzenmat/Nonogram-Solver

Backtracking Nonogram Puzzle Solver written in Python 3

Language: Python - Size: 11.7 KB - Last synced at: 5 days ago - Pushed at: about 7 years ago - Stars: 6 - Forks: 1

zachRadack/Fm_visualizer

Work In progress, meant to help teachers visualize search algorithems to teachers, step by step.

Language: JavaScript - Size: 296 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

MistzSoftware/dfs-and-bfs-graph

Training on implemtation of DFS and BFS algorithms seen in class with one of the best teacher in the world.

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

Tynab/Searching-Algorithms

Searching Algorithm Example

Language: Jupyter Notebook - Size: 137 KB - Last synced at: 2 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

rddevitte/grafo-cpp

Grafo em C++

Language: C++ - Size: 78.1 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

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

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

Jai0212/Rubiks-Cube-Solver-Using-IDA-Star

A fully implemented Rubik's Cube that allows you to make all possible moves with the functionality of solving the Rubik's Cube using the IDA* algorithm and DFS.

Language: C++ - Size: 26.4 KB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

sonytruelove/Binary-tree-proccesing

:deciduous_tree:Бинарное дерево деталей. Binary tree of details.

Language: C++ - Size: 5.86 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

Youssef-Remah/REGEX-To-DFA-Converter

Regular Expression to Deterministic Finite Automaton Converter.

Language: C++ - Size: 36.1 MB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

siawish/Code-Carnival Fork of Dani-Bytes/Code_Carnival

Code Carnival 🎮 An interactive game app using data structures, algorithms, and databases. Features secure login, encrypted passwords, and progress tracking. Includes Snake, Chess, Tic Tac Toe, Battle Ship, and Maze Runner.

Language: C++ - Size: 27.3 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

Venkat-Gorla/cpp-data-structures

Various data structures and algorithms implemented using C++

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

dylankle/dungeon-first-search

Checks if a graph in the form of a dictionary has an exit

Language: Python - Size: 5.86 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

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

ranawareviraj/Leetcode_Solutions

My LC submissions

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

AndreiE91/Fundamental-Algorithms

This repository contains various fundamental algorithms implemented in C and C++, focusing on performance analysis.

Language: C++ - Size: 1.06 MB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

eMahtab/number-of-islands

Number Of Islands Problem

Language: Java - Size: 63.5 KB - Last synced at: about 1 month ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 0

cedoor/network-flow-algorithms

TypeScript implementation of some network flow algorithms.

Language: TypeScript - Size: 373 KB - Last synced at: 21 days ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

TebogoYungMercykay/Binary-Search-Tree--Simple-Travesals--and-Recursion

In this implementation of BSTs, One will be a standard BST where the left child has a smaller value than the right child. The other will be a mirrored BST where the right child has a smaller value than the left child.

Language: Java - Size: 155 KB - Last synced at: 28 days ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

manuchaitanya17/Advanced-Data-Structures-Algorithms

A Course for learning Advanced Data Structures Algorithms.

Language: Java - Size: 1.25 MB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

ArseniiStratiuk/Graphs-Lab

Graphs analysis laboratory project for the Discrete Mathematics course at Ukrainian Catholic University.

Language: Python - Size: 288 KB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

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

im-a-kookie/Find-a-Word

A ridiculous approach to creating even more ridiculous find-a-word puzzles

Language: C# - Size: 281 KB - Last synced at: 2 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

Dr-Eti/ISMiR-ISM_in_R

Interpretive Structural Modelling (ISM). Returns a minimum-edge hierarchical digraph following J.N. Warfield's graph partitioning algorithm.

Language: R - Size: 81.1 KB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

mikegoatly/Graphalo

A very simple graph data structure library

Language: C# - Size: 75.2 KB - Last synced at: 1 day ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

isntlee/PopFlix

Media manager built with Django REST

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

nexe/resolve-dependencies

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

Language: TypeScript - Size: 947 KB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 30 - Forks: 4

dzaky-pr/asd-5-nov

Language: Java - Size: 7.81 KB - Last synced at: about 2 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

Jehadel/DFS-exemple

Lua implementation of DFS algorithm

Language: Lua - Size: 4.88 KB - Last synced at: 2 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

EmmanuelEzenwere/AIND-AIprojects

Portfolio of AI projects developed during my Udacity AI Nanodegree, covering Planning AI, Constraint Satisfaction, Hidden Markov Models, and Search algorithms.

Language: HTML - Size: 3.75 MB - Last synced at: 3 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

navalgaikwad/Leetcode

Collection of LeetCode questions to ace the coding interview!

Language: Java - Size: 2.64 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

EstevesX10/EIACD-Klotski

Klotski [Elements of AI & DS Course Project]

Language: Python - Size: 4.45 MB - Last synced at: about 2 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

smeekas/Graph

Graph Data structure question from leetcode and geeksforgeeks in java.

Language: Java - Size: 163 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

EhudKirsh/NodeJS-List-All-Sub-Directories-Folders-Iterative-DFS

Iterative method to make an array for infinite layers of folders (folders inside folders inside folders, etc)

Language: JavaScript - Size: 199 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

divyanshu-talwar/Parallel-DFS

CUDA implementation of parallel Depth First Search (DFS) algorithm and it's comparison with a serial C++ DFS implementation.

Language: Cuda - Size: 2.03 MB - Last synced at: 4 months ago - Pushed at: almost 7 years ago - Stars: 27 - Forks: 8

mpavich2/AlgorithmVisualizer

This is a web app built to visualize various pathfinding and sorting algorithms.

Language: JavaScript - Size: 146 KB - Last synced at: 5 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

Venkat-Gorla/java-data-structures

Various data structures and algorithms implemented using Java

Language: Java - Size: 10.7 KB - Last synced at: 2 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

eMahtab/walls-and-gates

Fill the grid with the distance to the nearest gate

Size: 9.77 KB - Last synced at: about 1 month ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

eMahtab/number-of-connected-components-in-an-undirected-graph

Size: 21.5 KB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

AkpoFlash/algos

🐾 Implementations of some basic algorithms

Language: TypeScript - Size: 207 KB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

youseftareq33/Java_AI_1_Missionaries-and-Cannibals-Problem

Missionaries and Cannibals problem solve using (BFS&DFS)

Language: Java - Size: 2.09 MB - Last synced at: 20 days ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

python3-dev/connected_components

This hobby-project is an implementation of an algorithm for finding connected components in a 2D map. The algorithm is based on the Depth-First Search algorithm.

Language: Python - Size: 4.88 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

pl3onasm/Square-sum-problem

Language: Python - Size: 11.7 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

Related Keywords
depth-first-search 764 breadth-first-search 412 algorithms 95 python 93 artificial-intelligence 80 dfs 79 graph-algorithms 78 graph 77 data-structures 71 java 69 dijkstra-algorithm 59 uniform-cost-search 53 astar-algorithm 48 binary-search-tree 47 bfs 45 pathfinding 44 maze-solver 42 maze-generator 42 javascript 40 graphs 39 linked-list 38 dfs-algorithm 38 algorithm 38 dynamic-programming 38 leetcode 36 binary-search 34 maze 34 python3 34 stack 33 ai 33 greedy-best-first-search 32 a-star 32 recursion 32 best-first-search 31 queue 30 dijkstra 29 cpp 29 binary-tree 29 a-star-search 28 a-star-algorithm 28 iterative-deepening-search 27 backtracking 27 search-algorithm 27 breath-first-search 25 sudoku-solver 25 topological-sort 24 algorithms-and-data-structures 21 searching-algorithms 21 bfs-algorithm 20 tree 20 dijkstra-shortest-path 19 c 19 astar 19 alpha-beta-pruning 18 visualization 18 prims-algorithm 18 game 18 kruskal-algorithm 17 greedy-algorithms 17 quicksort 16 sudoku 16 bellman-ford-algorithm 16 minimax-algorithm 16 problem-solving 15 graph-theory 15 stacks 15 arrays 14 merge-sort 14 insertion-sort 14 search-algorithms 14 sorting-algorithms 14 trees 14 backtracking-algorithm 14 genetic-algorithm 14 hashtable 14 react 13 typescript 13 astar-search-algorithm 13 trie 13 informed-search 13 uninformed-search 13 heuristic-search-algorithms 12 floyd-warshall-algorithm 12 matrix 12 dfs-search 12 connected-components 12 greedy-search 12 search 12 priority-queue 11 bubble-sort 11 pygame 11 prim-algorithm 11 mergesort 11 leetcode-solutions 11 csharp 11 astar-search 11 hashmap 11 binary-trees 10 avl-tree 10 sorting 10