Ecosyste.ms: Repos

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

GitHub topics: dfs-search

Esai-Keshav/principles-of-ai-lab

Principles Of AI Lab Exercises

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

notayush000/Maze-Solver

Maze Solver using AI

Language: Python - Size: 203 KB - Last synced: 22 days ago - Pushed: 22 days ago - Stars: 0 - Forks: 0

hermanhavva/reachability-matrix-with-BFS-DFS

Undirected unweighted graph class implementation. Using BFS, DFS for building a Reachability Matrix.

Language: C# - Size: 43.9 KB - Last synced: 21 days ago - Pushed: 22 days ago - Stars: 0 - Forks: 0

Khadgar/szotalalo-web

simple boggle solver built in react typescript

Language: TypeScript - Size: 5.62 MB - Last synced: 27 days ago - Pushed: 27 days ago - Stars: 0 - Forks: 0

Zy8712/Shortest-Path-via-Search-Algorithms

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

jaydattpatel/Binary-Tree

Different Operation on Binary Tree Structure

Language: C++ - Size: 9.77 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

mahmoudmahm00d/Sokoban

A Sokoban game with different naming style (SokoFarm)

Language: C# - Size: 201 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 0 - Forks: 0

54nd339/Algorithms

An introduction to different algorithmic approach

Language: C - Size: 242 KB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

sukhmancs/maze-solver

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

LtVaios/Berkeley-Pacman-Project

:ghost: :video_game: This is my implementation in the famous Berkeley pacman artificial intelligence project: http://ai.berkeley.edu/project_overview.html.

Language: Python - Size: 1.19 MB - Last synced: about 2 months ago - Pushed: over 2 years ago - Stars: 1 - Forks: 1

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 2 months ago - Pushed: about 2 months ago - Stars: 0 - Forks: 0

entangledloops/slidingpuzzle

Sliding Puzzle solver and utilities

Language: Python - Size: 367 KB - Last synced: 3 days ago - Pushed: 4 months ago - Stars: 8 - Forks: 1

stamd/graphs-in-python

Language: Python - Size: 48.8 KB - Last synced: 3 months ago - Pushed: over 1 year ago - Stars: 14 - Forks: 11

Arghya721/PySiteCrawler

PySiteCrawler is a Python library for web crawling and data extraction. It's designed for exploring web pages, extracting text, and managing links efficiently. You can easily store scraped data in .txt files for analysis. Future updates will add more traversal strategies.

Language: Python - Size: 16.6 KB - Last synced: 5 days ago - Pushed: 8 months ago - Stars: 7 - Forks: 0

mansstiv/Pacman-Simulation

🎮🕹️👾 Created a pacman simulation in Python, as a part of Berkeley's University Artificial Intelligence course. Project is divided into two parts. Firstly a basic agent and multiple search algorithms are implemented. In the second part, problem became more complex, while designing intelligent multiagents.

Language: Python - Size: 439 KB - Last synced: 3 months ago - Pushed: about 3 years ago - Stars: 0 - Forks: 1

LukaszKrolicki/BFS_DFS_algorithm

BFS, DFS algorithm: visiting

Language: C++ - Size: 1000 Bytes - Last synced: 3 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

AnirudhNambi/Pacman-Search

Pacman Search problem using BFS, DFS, Uniform cost search and Astar algorithms.

Language: Python - Size: 166 KB - Last synced: 4 months ago - Pushed: over 1 year ago - Stars: 0 - 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: 62.5 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

qingyaoz/Back-to-the-Ship

An exploration of path finding using BFS and DFS.

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

mohamedhassan279/8-puzzle

8 puzzle solver using: BFS, DFS, A* (Manhattan, Euclidean)

Language: Python - Size: 2.51 MB - Last synced: 4 months ago - Pushed: 7 months ago - Stars: 2 - Forks: 1

cankobanz/vacuum-cleaner-robot

Robot that cleans room from dirts. Finds the optimum path eventually. Same algorithms are applied as in finding path to escape a maze.

Language: Python - Size: 103 KB - Last synced: 5 months ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

julesgrc0/FFS

FFS (FastFileSearch) python extension and C++ library, for searching files using different algorithms

Language: C++ - Size: 12.7 KB - Last synced: about 1 month ago - Pushed: 11 months ago - Stars: 1 - Forks: 0

nurlicht/Algorithms

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

AnishTalluri/Surfin-USA

Designed to crack the Traveling Salesman Problem, this program employs graph theory, depth-first search, and a stack for efficient route optimization. Tailored for budget-conscious users navigating city routes, it guarantees an optimal journey starting and concluding in Santa Cruz, with each city visited precisely once.

Language: C - Size: 232 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 1 - Forks: 0

xariskarv/NPuzzle-Solver-AI-Algorithms

Solves a N-Dimension Puzzle with one of the 4 different path algorithms : Breadth 1st Search, Depth 1st Search, Best 1st Search and A* Search.

Language: Java - Size: 41 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

habib09/android-dfs-graph-draw

Visualization of DFS tree from General Graph. After taking the General Graph from the user. The application then draws the DFS tree using the DFS search strategy.

Language: Java - Size: 4 MB - Last synced: 6 months ago - Pushed: over 8 years ago - Stars: 0 - Forks: 0

MTank76/Optimization-Algorithms

This repository encompasses several optimization algorithms implemented in Python, offering solutions to various problem domains.

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

demirdirek/inDepthMazeAI

Lets see what CS50 did with the Lecture 0 in "Artificial Intelligence with Python 2020".

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

Abdelmagidawad/Data-Structures

Data Structures Implementation

Language: C++ - Size: 21.5 KB - Last synced: 4 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

ArtemVeremienko/react-tree

Tree structure in react

Language: TypeScript - Size: 44.9 KB - Last synced: 4 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

thevkscode/Contact-Manager

A contact Manager Using Advance Data Structure Trie and Searching algorithm DFS/BFS

Language: C++ - Size: 202 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 1 - Forks: 0

hassanzadehmahdi/River-Crossing-Puzzle

This is a variation of the classical river crossing puzzle. In these kinds of puzzles, the limitations to the solution is defined by the constraints placed on the different objects involved.

Language: Python - Size: 7.81 KB - Last synced: 4 months ago - Pushed: over 1 year ago - Stars: 7 - Forks: 1

AleksaMilosevic07/BFS-and-DFS

While studying for an exam, I made these two small projects that show animation of both DFS(Depth-First-Search) and BFS(Breadth-First-Search. After the exam, I have decided to merge these two projects and annotate them so others can study off what I made for myself.)

Language: C++ - Size: 295 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 1 - Forks: 0

Nikhil-prog/8-puzzle-solver

8 puzzle solver, a python program that solves the modified version of Expense 8 puzzle problem using different algorithms,

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

christy-jose01/Pacman-AI

This is using the UC Berkeley codebase for the PacMan AI project. This project utilizes search algorithms for artificial intelligence agents, and utilizes reinforcement learning.

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

Sanikakadamm/AI-TYBSCIT

Practicals from sem 5 of bsc IT,Third year

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

emikodes/Grafi-Alberi-Algoritmi-Implementazione-C

Guida completa ai grafi e agli alberi, con visite, algoritmi di ricerca dei percorsi minimi, e codice per l'implementazione di alberi binari / ABR (BST) in linguaggio C.

Size: 1.36 MB - Last synced: 8 months ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

shackleb0lt/Robot_Navigation

Robot Navigation using graph algorithms like DFS, BFS Astar etc.

Language: C++ - Size: 298 KB - Last synced: 9 months ago - Pushed: almost 3 years ago - Stars: 1 - Forks: 0

sharafabacery/Encryptor

Encryptor

Language: C# - Size: 27.3 KB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

ahmadj1801/Dangerous-Crossing-Problem

Using search algorithms to find the best possible way for "n" people to cross a bridge (within some constraints)

Language: Java - Size: 6.84 KB - Last synced: 9 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

emikhalev/algorithm

This is the collection of solutions to some computer problems, mainly leetcode

Language: Go - Size: 199 KB - Last synced: 4 months ago - Pushed: almost 2 years ago - Stars: 14 - Forks: 0

Gpossas/Pathfinding-visualizer-terminal

visualization of pathfinding algorithms: DFS, BFS, Dijkstra, A*

Language: Python - Size: 6.84 KB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

bekatan/cse362

Course work for CSE 362: Artificial Intelligence. Implementations for basic informed and uninformed search algorithms

Language: C++ - Size: 322 KB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

TahaTabatabaei/graph-coloring

exploring diffrent search algorithms, in order to solve graph coloring problem

Language: Java - Size: 10.7 KB - Last synced: 10 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

Mohuva13/DFS_BFS

DFS and BFS finder + Graph connectivity

Language: Python - Size: 95.7 KB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

abdoalaa200/Pathfinding-Visualizer

visualizing some searching algorithms using sfml

Language: C++ - Size: 1.94 MB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

AndreR10/Python-Projects

This repo is where I store all my Python projects that I have created since I started programming with Python.

Language: Python - Size: 142 MB - Last synced: 11 months ago - Pushed: 11 months ago - Stars: 0 - Forks: 0

raptor72/glink

HTML link parser

Language: Go - Size: 24.4 KB - Last synced: 11 months ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

raulorteg/ai-maze-python

Automatic maze generator (DFS) and maze solver (A*, DFS, BFS) in python.

Language: Python - Size: 29.9 MB - Last synced: 9 months ago - Pushed: over 2 years ago - Stars: 12 - Forks: 2

hassanzadehmahdi/BFS-and-DFS-Algorithms

Breadth First Search and Depth First Search implementation in python.

Language: Python - Size: 4.88 KB - Last synced: 11 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 1

jAzz-hub/Matrix_Search

Trabalho Prático da Disciplina de Algoritmos e Estruturas de Dados 1

Language: C - Size: 1.48 MB - Last synced: 11 months ago - Pushed: 12 months ago - Stars: 0 - Forks: 0

anderson-ryan352/Pathfinding-Algorithms-Visualizer

A Pathfinding Algorithms Visualization built in python using Pygame

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

OfekYa/AI_PACMAN_Search

Introduction to Artificial Intelligence - Assignment 13 Search Algorithms DFS, BFS, UCS, A* & Heuristic Functions

Language: Python - Size: 83 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

Guruprasad-G/Swarm-Exploration-and-Target-Searching

Simulation of swarm of robots used to explore and search for a target, done using Webots software.

Language: Python - Size: 9.16 MB - Last synced: 4 months ago - Pushed: over 2 years ago - Stars: 6 - Forks: 0

Rakibul73/AI_Sessional_Final_Exam_Code

CIT-316 (Artificial Intelligence Sessional)

Language: Jupyter Notebook - Size: 155 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 1 - Forks: 1

MohamadTarekk/EightPuzzle

Eight Puzzle solver using BFS, DFS & A* search algorithms

Language: Java - Size: 2.76 MB - Last synced: 9 months ago - Pushed: about 4 years ago - Stars: 4 - Forks: 0

Abhi-tech-09/Path-finding-Visualizer

This will help in visualizing different path-finding algorithms.

Language: JavaScript - Size: 11.5 MB - Last synced: 11 months ago - Pushed: almost 3 years ago - Stars: 2 - Forks: 0

Areesha-Tahir/BFS-DFS-Maze-Solver-In-Python

A program to solve a maze using Breadth First Search (BFS) and Depth First Search (DFS).

Language: Python - Size: 198 KB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 7 - Forks: 5

jahnvisikligar/Artificial-Intelligence-Projects

This repository is reflection of the artificial intelligence algorithms work implemented by me under the coursework - ECS759P

Language: Jupyter Notebook - Size: 1.72 MB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 2 - Forks: 0

DavideFantasia/MazeGenerator

simple DFS-based maze generator, inspired by a video of @CodingTrain

Language: JavaScript - Size: 1.13 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

hex-plex/DFSites 📦

This is tool help full in webscrapping

Language: Python - Size: 1.95 KB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0

hyecheol123/UWMadison_CS540_Su20_P05 📦

As I submitted the assignment and no-longer be updated, I archived this repository. If you have any question or comments, please send me an email. (Assignment Webpage: http://pages.cs.wisc.edu/~yw/CS540P5S20E.htm)

Language: Java - Size: 81.1 KB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0

nxhawk/DSA-HCMUS

Data structure and algorithms is a branch of computer science that deals with creating machine-efficient and optimized computer programs. The term Data Structure refers to the storage and organization of data, and Algorithm refers to the step by step procedure to solve a problem. By combining "data structure" and "algorithm", we optimize the codes

Language: C++ - Size: 30.1 MB - Last synced: 4 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

shtanriverdi/Path-Finding-Visualizer

Path Finding Visualizer :checkered_flag:

Language: Java - Size: 27.3 KB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 4 - Forks: 1

AndriaSalah/DFS-Maze-solver

Maze solver Using DFS as it's Searching method

Language: Java - Size: 12.7 KB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 2 - Forks: 0

SudhanshuBhogal/dfs-visualizer-web-app

A visualization for dfs-algorithm based on graphs in p5

Language: JavaScript - Size: 591 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

JoseCarlosNF/graphs

Implementações de grafos utilizadas na disciplina de projetos de algoritmos II (eq. estruturas de dados II)

Language: Python - Size: 13.7 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

nikhil1699/AI-Mazesolver

An AI which can solve any given maze. Creates a colourful maze and illuminated path which AI takes.

Language: Python - Size: 11.7 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 1 - Forks: 1

tdishant/DFS-and-BFS-in-Python

Depth First Search and Breadth First Search Implementation in Python

Language: Jupyter Notebook - Size: 1000 Bytes - Last synced: 6 months ago - Pushed: about 2 years ago - Stars: 2 - Forks: 0

mdshohed/Graph-theory

I have added graph's all part in this file

Language: C++ - Size: 93.8 KB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 0 - Forks: 0

avysogorets/preferans-solver

Graphical application that assists with solving preferans games optimally.

Language: Python - Size: 28.2 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

p0k0/t-tn

optimal data structure

Language: C# - Size: 145 KB - Last synced: 28 days ago - Pushed: almost 4 years ago - Stars: 1 - Forks: 0

MohammadJavadArdestani/sort-colored-cards-with-AI-search-algorithms

use A*, IDS and BFS to sort colored cards in ascending order.

Language: Python - Size: 7.81 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

SameetAsadullah/Graph-Based-DFS-in-Python

Python program to implement Graph Based Depth First Search (DFS)

Language: Python - Size: 2.93 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 1 - Forks: 0

SameetAsadullah/Maze-Solver-Using-DFS

Implemented Maze Solver using Depth First Search (DFS) in Python Language

Language: Python - Size: 436 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 1 - Forks: 0

masum035/Graph-Theory

Graphs are used in Google maps,Facebook friends, friends of friends, Pipeline connection, electricity connections, shortest path etc.Also providing LAN connections between nodes and in VPN too.Specially spanning tree is used in these networks. visit it: https://image1.slideserve.com/2884352/ch-15-graph-theory-some-practical-uses-n.jpg visit it: https://image.slidesharecdn.com/distructweek15graphstheoryupdated-160227143444/95/distruct-week-15-graphs-theory-updated-2-638.jpg?cb=1456583743 visit it: http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.800.2735&rep=rep1&type=pdf read the 3rd page of this article

Language: C++ - Size: 1.77 MB - Last synced: about 1 month ago - Pushed: over 3 years ago - Stars: 1 - Forks: 1

prashantpks/missionary-cannibal-in-C

Solving missionary cannibal problem using different search strategies in C

Language: C - Size: 3.91 KB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 1 - Forks: 0

Pendulun/PacManSearchAlgorithms

Graph Search Algorithms for Intro to AI class at UFMG

Language: Python - Size: 643 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

arrafi-musabbir/PAC-MAN

my rendition of the famous pac-man game utilizing various search algos

Language: Python - Size: 2.64 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

vladutmargineanu/Graphs

Homework for the Algorithm Design course @ ACS, UPB 2019

Language: C++ - Size: 1.66 MB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 1 - Forks: 0

HxnDev/Solving-a-Maze-Using-BFS-and-DFS

Breadth-first search (BFS) is an algorithm for searching a tree data structure that searches the tree one depth at a time. It will explore all nodes at depth 1 then depth 2 and so on. Depth-first search (DFS) is an algorithm for searching a tree data structure that searches the tree vertically. It will explore one branch to the root node followed by the next branch.

Language: Python - Size: 570 KB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 3 - Forks: 0

decoder-99/sudoku_solver

Sudoku Solver is a python package for solving Sudoku - one of the most popular logic puzzles.

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

naddamuhamed/ai

maze solver using different ai algorithms. (DFS, BFS, UCS, GBFS, A*)

Language: Python - Size: 133 MB - Last synced: 11 months ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

MuballighHossain/DFS-Python

We all know that currently, we are going through a pandemic period. Several measures are now taken so that we can overcome this period and resume our daily activities like we did earlier. Educational institutions are trying to resume all activities and they are doing their best to do it successfully. We know that this disease is contagious and anyone affected comes in contact with another person, then he or she needs to stay in quarantine. Suppose an educational institution “X” has hired you to design a system known as an “Infected tracker”. An infected tracker tries to figure out the region/number of surrounding people who can be affected by a single person. Then it prints the maximum region infected. Here you can consider Y being infected and N is not infected. Your task is to find the maximum region with Y i.e. max people infected in a region so that strict measures can be taken in that region. Keep in mind that two people are said to be infected if two elements in the matrix are Y horizontally, vertically or diagonally.

Language: Python - Size: 196 KB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

Ab-Rehman99/Path-finding-in-Maze-using-DFS-BFS-Greedy-UCS

A program to solve a maze using Breadth First Search (BFS), Depth First Search (DFS), Uniform Cost Search (UCS) and Greedy best first Search.

Language: Python - Size: 63.5 KB - Last synced: 11 months ago - Pushed: about 2 years ago - Stars: 0 - Forks: 1

syedumerahmedcode/prefix-type-ahead

This project simulates a Type ahead feature with an in memory database(using Redis) which is similar to google's auto suggestion feature when typing in a search command. It is a complete standalone project which consists of backend which implements Trie and prefixweb which is used to call backend logic using REST API. --

Language: Java - Size: 318 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 1 - Forks: 0

aliarjomandbigdeli/search-algorithms

classical search algorithms are used in AI | AI course - Fall 2018

Language: Java - Size: 142 KB - Last synced: about 1 year ago - Pushed: over 5 years ago - Stars: 3 - Forks: 0

Arko98/Alogirthms

A collection of some of the most frequently used Algorithms in C++ and Python

Language: Python - Size: 114 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 2 - Forks: 0

Rushour0/Path-Finding-Algorithms

Visualizer for various Path Finding Algorithms

Language: JavaScript - Size: 24.8 MB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 3 - Forks: 0

rvira/Water-Jug-Problem-DFS-BFS

The most popular Artificial Intelligence problem, the Water Jug poblem. There are two jugs of volume A litre and B litre. Neither has any measuring mark on it. There is a pump that can be used to fill the jugs with water. How can you get exactly x litre of water into the A litre jug. Assuming that we have unlimited supply of water.

Language: Java - Size: 5.86 KB - Last synced: about 1 month ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

jerrykcode/gobang

五子棋AI 极大值极小值搜索

Language: C++ - Size: 37.1 KB - Last synced: about 1 year ago - Pushed: over 5 years ago - Stars: 1 - Forks: 0

matheusfbonfim/DFS-Tree-TicTacToe

Utilizando-se da busca em profundidade, consiste na implementação de um "oráculo" que irá ajudar o jogador ao determinar qual melhor jogada a partir de um estado de um jogo da velha.

Language: Python - Size: 22.2 MB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 1 - Forks: 0

lucashsg77/C-AppliedDFS-implementation

This is a program that counts "towns" and sorts it by it's size

Language: C - Size: 10.7 KB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

LuuTienPhat/DFS

Use DFS algorithm to perform traverse tree and blind search

Language: Java - Size: 200 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

JOSUERV99/bridge-and-torch-logic-problem

Logic puzzle that deals with people, a bridge and a torch, with some constraints

Language: Prolog - Size: 44.9 KB - Last synced: 4 months ago - Pushed: over 3 years ago - Stars: 2 - Forks: 0

siddarthjha/Minor-Project

My first project in C language

Language: C - Size: 2.8 MB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 1 - Forks: 0

upperdim/geo-regions-counter

Counts number of regions in a 2D binary matrix

Language: C - Size: 5.86 KB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 1 - Forks: 0

HxnDev/Graph-Based-DFS

Depth-first search (DFS) is an algorithm for searching a tree data structure that searches the tree vertically. It will explore one branch to the root node followed by the next branch.

Language: Python - Size: 58.6 KB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 2 - Forks: 0

Vaansh/GameBoard

A DFS algorithm based on both recursion and iteration to solve a chess like board game.

Language: Java - Size: 53.7 KB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

indreshp135/search-engine Fork of anirudhvs/search-engine

This was a short project to demonstrate which data structure will be perfectly suited for local search engines

Language: HTML - Size: 2.97 MB - Last synced: about 1 month ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

Related Keywords
dfs-search 116 bfs-search 78 dfs-algorithm 43 dfs 42 bfs 27 bfs-algorithm 26 python 25 ai 17 artificial-intelligence 15 uniform-cost-search 13 depth-first-search 12 graph 12 graph-algorithms 11 breadth-first-search 11 python3 11 astar-algorithm 10 a-star-search 10 java 8 maze-solver 8 greedy-best-first-search 7 algorithm 7 algorithms 7 astar-search-algorithm 6 search-algorithm 6 astar-search 6 searching-algorithms 6 c 5 cpp 5 dijkstra-algorithm 5 ucs-search 5 a-star-algorithm 4 tree 4 data-structures 4 tree-structure 4 alpha-beta-pruning 4 iterative-deepening-search 4 bfs-dfs 4 pathfinding 4 maze-generator 4 artificial-intelligence-algorithms 4 maze 4 astar-pathfinding 4 backtracking 3 sorting-algorithms 3 binary-search-tree 3 queue 3 stack 3 dls 3 a-star 3 ucs 3 uninformed-search 3 informed-search 3 greedy-search 3 prims-algorithm 3 kruskals-algorithm 3 dijkstra-shortest-path 3 graph-theory 3 code 3 bfs-visualization 2 djikstra-algorithm 2 manhattan-distance 2 heuristic-search-algorithms 2 minimum-spanning-tree 2 naive-bayes-classifier 2 pycharm-ide 2 graphs-theory 2 trie 2 react 2 sudoku-solver 2 graphs 2 pycharm 2 undirected-graph 2 bst-tree 2 crawler 2 bellman-ford-algorithm 2 bellman-ford 2 java-8 2 n-queens 2 dls-search 2 recursion 2 minimax 2 deep-first-search 2 simulated-annealing 2 project 2 python-3 2 mergesort 2 pillow 2 a-star-path-finding 2 binary-tree-traversal 2 dynamic-programming 2 genetic-algorithm 2 topological-sort 2 greedy-algorithms 2 csharp 2 dfs-visualization 2 floyd-warshall-algorithm 2 preorder-traversal 2 postorder-traversal 2 best-first-search 2 dijkstra 2