Ecosyste.ms: Repos

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

GitHub topics: greedy-best-first-search

LaiYanKai/LaiYanKai.github.io

A repository of offline javascript-powered tools for visualising 2D path planning on binary occupancy grids and LEGO-EV3 related activities.

Language: JavaScript - Size: 5.24 MB - Last synced: 6 days ago - Pushed: 6 days ago - Stars: 1 - Forks: 0

aashrafh/CMP402

Solution of Machine Intelligence (CMP402) labs

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

snowleotech/search-algorithms

Search algorithms for 8-puzzle problem search problem and traveling salesman optimization problem.

Language: Python - Size: 8.79 KB - Last synced: 27 days ago - Pushed: 28 days ago - Stars: 1 - Forks: 0

Goyal-Puja/The-Mind-Crusades

The Mars Colonization Final Project

Language: CSS - Size: 2.61 MB - Last synced: 28 days ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

Daksh2060/vacuum-cleaning-simulator

A simple search agent of an autonomous vacuum cleaner, trying to reach dirt spilled in different parts of a randomly generated room in the most efficient way possible. The project utilizes various search algorithms including, but not limited to; Greedy Search, Uniform Cost Search, and A* Search utilizing both path cost and a Manhattan heuristic.

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

MorvanZhou/pathfind

path finding algorithms

Language: Python - Size: 365 KB - Last synced: 24 days ago - Pushed: about 1 month ago - Stars: 17 - Forks: 2

atlou/Route

Pathfinding visualization iOS app built with SwiftUI. Winner of  Swift Student Challenge 2024

Language: Swift - Size: 115 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 4 - Forks: 0

rasitayaz/maze-solver

Finds the best solution path for a maze using artificial intelligence

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

mapan1984/PathFinder

寻路算法

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

RahulRavishankar/Graph-viz

A visualization tool for path finding algorithms.

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

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

GurkNathe/Pathfinding-Algorithms

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

Language: Python - Size: 63.9 MB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 18 - Forks: 3

RyanTonerCode/Pathfinding-Tutorial

This repository accompanies a 3-part lecture series: Introduction to Pathfinding

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

vik-ma/pathfinding-race

A browser game where pathfinding algorithms race against each other!

Language: JavaScript - Size: 7.64 MB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 3 - Forks: 0

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

yunyicheng/Search

An AI solver for Sokoban puzzles.

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

luckyr13/labyrinth-game

A maze game made with Phaser 3.

Language: TypeScript - Size: 7.79 MB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 0 - Forks: 0

nopesir/OMAProject018

Project assignment of the "Optimization methods and algorithms" course focused on implementing a hybrid meta-heuristic algorithm to solve the optimal database design problem.

Language: Java - Size: 441 KB - Last synced: 5 months ago - Pushed: over 4 years ago - Stars: 1 - Forks: 0

hassanzadehmahdi/Romanian-problem-using-Astar-and-GBFS

Using A * search algorithm and GBFS search algorithm to solve the Romanian problem

Language: Python - Size: 4.88 KB - Last synced: 4 months ago - Pushed: over 1 year ago - Stars: 17 - Forks: 6

reddragonnm/pathfinding-music

Music created by pathfinding algorithms

Language: Python - Size: 229 KB - Last synced: 5 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

NMPoole/MazeSolver

Maze generation and path-finding algorithm visualiser using React.js.

Language: JavaScript - Size: 45 MB - Last synced: 5 months ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

sondosaabed/Palestine-Cities-Map

Find shortest paths between Palestinian cities using A* or Greedy BFS algorithms. Note: Heuristic values may not be accurate for the showcased 15 cities.

Language: Java - Size: 992 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 3 - Forks: 0

hrishikesh-srihari/AlgoVis

A project that visualizes different path-finding algorithms and variations.

Language: JavaScript - Size: 182 KB - Last synced: 6 months ago - Pushed: about 3 years ago - Stars: 1 - Forks: 0

abdurj/Local-Planner-Visualization-Project

An all-in-one application to visualize multiple different local path planning algorithms

Language: Python - Size: 14.3 MB - Last synced: 6 months ago - Pushed: 7 months ago - Stars: 71 - Forks: 10

Backgammonian/Path-Finding-Algorithms-Demo

WPF app for demonstrating shortest path finding algorithms

Language: C# - Size: 11.8 MB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

nellogan/PathfindingVisualizer

Visualize how different search algorithms traverse a grid.

Language: JavaScript - Size: 489 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 1 - Forks: 0

nimchimpski/BFS-DFS-GREEDY-ASTAR-maze-search.

DFS and BFS search, with greedybest and AStar heuristic options - applicable to maze .txt files

Language: Python - Size: 7.93 MB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

shravanbishnoi/Classical-AI

It contains implementations of different algorithms of classical AI course.

Language: Jupyter Notebook - Size: 27.2 MB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

ToniCardosooo/EIACD-Artificial-Intelligence-Project

Group project for the Curricular Unit of "Elements of Artificial Intelligence and Data Science" @ FCUP, Porto with @tomazcomz

Language: Python - Size: 24.4 KB - 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

Bharati2301/Algorithms

Language: Jupyter Notebook - Size: 648 KB - Last synced: 9 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

ToniCardosooo/AI-Project-1-15Puzzle

Group project on Tree Search Algorithms for the Curricular Unit of "Artificial Intelligence" @ FCUP, Porto with @barbara-san and @Nia3324

Language: Java - Size: 239 KB - Last synced: 9 months ago - Pushed: 11 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

chrisjpm/inf3-ilp-cw2

UoE Informatics Large Practical Coursework 2 - Air Quality Map

Language: Java - Size: 1.77 MB - Last synced: 10 months ago - Pushed: over 2 years ago - Stars: 1 - Forks: 0

zhaohaojie1998/Path-Planning

路径规划算法,A*,A-star启发搜索,Dijkstra迪杰斯特拉算法,GBFS贪婪最佳优先搜索算法,DFS深度优先搜索,BFS广度优先搜索算法等,机器人路径规划算法,图搜索算法,鸡你太美路径规划

Language: Python - Size: 579 KB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 2 - Forks: 1

aleferu/Pathfinding

Visualization of different pathfinding algorithms using Rust + Macroquad library.

Language: Rust - Size: 36.1 KB - Last synced: 11 months ago - Pushed: 11 months ago - Stars: 0 - Forks: 0

gdgiangi/Rush-Hour-State-Space-Search

In this project, state space search algorithms were implemented to solve the game Rush Hour. Uninformed search, Uniform Cost, and informed searches Greedy-Best First Search and Algorithms A/A*. All game logic and data structures were implemented with an original design.

Language: Jupyter Notebook - Size: 602 KB - Last synced: 11 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

Caknoooo/Informed-Search-Algorithm

Kami dari Kelompok 06 Kecerdasan Buatan D akan mengimplementasikan tentang 2 Algoritma Informed Search yaitu A* Algorithm dan Greedy BFS

Language: Jupyter Notebook - Size: 23.4 KB - Last synced: 12 months ago - Pushed: about 1 year ago - Stars: 4 - Forks: 2

btschneid/Pathfinding-and-Sorting-Visualizer

Web-based tool to visualize pathfinding algorithms

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

danishjavedcodes/AI-Algorithms

Language: Jupyter Notebook - Size: 424 KB - Last synced: 4 months ago - Pushed: about 1 year ago - Stars: 0 - 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

AdnanGlc/Pathfinding-Visualizer

Includes visualization of BFS, A*, Greedy best-first search, Bidirectional BFS, Bidirectional swarm, algorithm, as well as maze generator and other functions. All in C# windows forms

Language: C# - Size: 60.5 KB - Last synced: 12 months ago - Pushed: over 1 year ago - Stars: 2 - Forks: 0

Lazzo23/Analysis-of-Search-Algorithms

Conducting and examining Search Algorithms within a basic testing environment.

Language: Java - Size: 31.3 KB - Last synced: 11 months ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

amirmalekian/AI-Maze-Solver-With-JS

This is a code repository for the solves a routing problem with the help of several AI search strategies like BFS, DFS, A* (A-Star), etc.

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

Murf-y/Pacman-Search-Evalution

Evolve a heuristic to be used by PACMAN using genetic algorithm

Language: Python - Size: 2.29 MB - Last synced: 7 months ago - Pushed: about 1 year ago - Stars: 0 - Forks: 1

rohithaug/pathfinding-visualizer

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

Language: JavaScript - Size: 13 MB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 34 - Forks: 12

MinhQuan-Github/Greedy-Best-first-Search

Language: Jupyter Notebook - Size: 65.4 KB - Last synced: 4 months ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

letiendat1002/Romanian-Problem-Algorithms

Best-First-Search | Breadth-First-Search | Depth-First-Search | Greedy-Best-First-Search | A-Star-Search

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

BambusGS/Mazeinator

C# desktop maze playground! You can generate and edit a maze, change all sorts of visual settings and then export it into a picture. Also, you can choose a start/end node and visualize three different algorithms for finding the shortest path. Additionally, walls of each node are also editable.

Language: C# - Size: 1.7 MB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 1 - Forks: 0

HxnDev/Solving-a-Maze-using-GBFS-and-A-Star

In this, we solved a maze using both Greedy Best First Search Algortihm and A* Algorithm

Language: Python - Size: 255 KB - Last synced: 4 months ago - Pushed: almost 3 years ago - Stars: 3 - Forks: 0

amit-sarker/GBFS_AI_Final_Assignment

AI Final Assignment, paper link: tinyurl.com/last-choice-ai

Language: Python - Size: 1.92 MB - Last synced: about 1 year ago - Pushed: about 5 years ago - Stars: 4 - Forks: 2

GoiliAce/self-finding-algorithm-for-snake-game

I make a snake that knew how to hunt prey but it was stupid

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

Bernard-Joshua/Robot-Navigation

Implementing AI based search algorithms to solve the Robot Navigation problem.

Language: C# - Size: 51.8 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - 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: about 1 year ago - Pushed: over 1 year ago - Stars: 5 - Forks: 1

EmreKumas/2D-Maze-Solver 📦

This program solves a 2D maze with the help of several search algorithms like BFS, DFS, A* (A-Star) etc.

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

trhgquan/CS143 📦

Cài đặt các thuật Cơ sở trí tuệ nhân tạo - CSC14003

Language: Python - Size: 124 KB - Last synced: almost 1 year ago - Pushed: over 2 years ago - Stars: 1 - 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: about 1 year ago - Pushed: over 1 year ago - Stars: 7 - Forks: 3

FawadJawaid/8-puzzle-solver-AI

This is an Artificial Intelligence project which solves the 8-Puzzle problem using different Artificial Intelligence algorithms techniques like Uninformed-BFS, Uninformed-Iterative Deepening, Informed-Greedy Best First, Informed-A* and Beyond Classical search-Steepest hill climbing.

Language: C++ - Size: 108 KB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 8 - Forks: 6

vtarale/Greedy-Best-First-Search

Greedy best first search in python

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

Rajathbharadwaj/IAI

Language: Jupyter Notebook - Size: 12.6 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

MinaKhamesi/Pathfinding-Visualizer

visualizes five pathfinding algorithms and maze generation algorithms.

Language: HTML - Size: 17.4 MB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 4 - Forks: 0

mavyfaby/best-first-search

Greedy Best First Search and A* Search implemented in Java

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

vtarale/Search

a star search, greedy best search and bfs and dfs lib

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

VedantKhairnar/The-Maze-Runner

AI : Use of Greedy Best First Search Traversal to find route from Source to Destination in a Random Maze

Language: HTML - Size: 47.1 MB - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 5 - Forks: 4

subhranil2605/aisearchvisualize

Various Artificial Search Algorithm Visualization

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

erlete/search-algorithms-playground

From-scratch scenario generation for search algorithms testing and experimentation.

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

brpapa/pathfinding-visualizer

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

Language: TypeScript - Size: 5.38 MB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 22 - Forks: 2

iFairPlay22/Python-Pathfinding

Implémentation des méthodes suivantes de pathfinding: breadth first search, uniform cost search et greedy best first search.

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

SameetAsadullah/Maze-Solver-Using-GBFS

Implemented Maze Solver using Greedy Best-First Search (GBFS) in Python Language

Language: Python - Size: 251 KB - Last synced: 4 months ago - Pushed: almost 2 years ago - Stars: 1 - Forks: 0

joshpls/AlgorithmVisualization

Visualization for the following algorithms: A* Search, Bredth First Search, Depth First Search, and Greedy-Best First Search. In addition to Recursive and DFS maze generation.

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

hamedrq7/Solving-Problems-by-Searching

This is a homework about various Uninformed and Informed search algorithms, implemented for solving a simple game. This homework is a part of many projects in a Fundamentals to AI course @ FUM.

Language: Jupyter Notebook - Size: 1.95 MB - Last synced: 4 months ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

meokisama/pathfinding

A visualization to show you how exactly the pathfinding algorithms work in reality. Check it out !

Language: CSS - Size: 2.69 MB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 4 - Forks: 0

sanjay-06/wikipedia_scrapper

The objective of the package is to crawl Wikipedia articles in order to find a path from a given source page to a destination page through hyperlinks.

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

pri1311/8-puzzle

Language: Python - Size: 35.2 KB - Last synced: about 1 year ago - Pushed: almost 3 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

Faisal-AlDhuwayhi/AI-Solving-n-puzzle

Solving the n-puzzle problem using informed and uninformed search strategies

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

camargodev/n-tile-puzzle

Language: C++ - Size: 664 KB - Last synced: about 1 year ago - Pushed: about 5 years ago - Stars: 2 - 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

shamim-akhtar/unity-pathfinding

Pathfinding using Astar, Dijkstra and Greedy Best-first using C# in Unity

Language: C# - Size: 4.67 MB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 1 - Forks: 0

kieuconghau/search-strategies

HCMUS - Artificial Intelligence - Lab01: Search Strategies

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

glorkpixels/0-1-Knapsack-Fractional-Knapsack-Problem-Solves

implementation of dynamic and greedy approach solution for a problem. Which is a car company that produces given amount of cars every month with investments, profits costs etc. Profits are from car sales and investments.

Language: Java - Size: 162 KB - Last synced: 11 months ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0

hunterwilkins2/Pathfinding-Visualizer

Pathfinding Visualizer is an interactive tool for java to demonstrate the differences between Breath First Search, Greedy Best First Search, and A*

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

senihcerit/ai-8puzzle

Artificial Intelligence Algorithms on the 8Puzzle

Language: C# - Size: 229 KB - Last synced: 11 months ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

sanddro/search-visualizer

Visualization tool of path finding algorithms

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

kamalbennani/pathfinder-visualization

Online demo: https://kamalbennani.github.io/pathfinder-visualization/

Language: TypeScript - Size: 2.06 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 1 - Forks: 1

Related Keywords
greedy-best-first-search 85 breadth-first-search 32 depth-first-search 28 bfs 18 uniform-cost-search 17 pathfinding 16 dfs 15 python 14 a-star 14 a-star-algorithm 13 dijkstra-algorithm 13 astar 13 maze-solver 12 astar-algorithm 11 a-star-search 11 artificial-intelligence 11 iterative-deepening-search 9 search-algorithm 9 bfs-search 8 ai 8 maze-generator 8 best-first-search 8 dijkstra 8 visualization 8 gbfs 7 javascript 7 bfs-algorithm 7 dfs-search 7 algorithm 6 gbfs-algorithm 5 maze 5 ucs 5 pathfinding-algorithms 5 informed-search 5 astar-search-algorithm 5 uninformed-search 5 dfs-algorithm 5 ids 4 algorithms 4 searching-algorithms 4 heuristic-search-algorithms 4 react 3 a-star-path-finding 3 ida-star 3 iddfs 3 iterative-deepening-a-star 3 artificial-intelligence-algorithms 3 python3 3 csharp 3 game 3 bidirectional 3 bidirectional-search 3 random-walk 3 greedy-algorithms 3 recursive-division 3 bidirectional-bfs 3 breath-first-search 3 genetic-algorithm 3 graph-algorithms 3 java 3 naive-bayes-classifier 2 search-algorithms 2 greedy 2 tree-search 2 path-planning 2 iterative-deepening-dfs 2 aima 2 decision-tree-classifier 2 pathfinding-visualizer 2 8puzzle 2 8-puzzle-solver 2 beam-search 2 greedy-best-first-algorithm 2 reactjs 2 djikstra-algorithm 2 astar-search 2 pygame 2 8-puzzle 2 2d-pathfinding 1 gui 1 maze-solver-visualization 1 2d-maze 1 csc14003 1 id3-algorithm 1 julia-id3 1 resolution-algorithm 1 engage-2020 1 opencv 1 macroquad 1 rust 1 rust-lang 1 rush-hour 1 pythonnotebook 1 algorithms-and-data-structures 1 n-queens 1 n-queens-problem 1 neural-networks 1 ucs-algorithm 1 8-queens-problem 1 depth-limited-search 1