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

Topic: "greedy-best-first-search"

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 at: over 1 year ago - Pushed at: over 1 year ago - Stars: 71 - Forks: 10

rohithaug/pathfinding-visualizer

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

Language: JavaScript - Size: 13 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 34 - Forks: 12

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 at: 5 days ago - Pushed at: over 2 years ago - Stars: 26 - Forks: 9

brpapa/pathfinding-visualizer

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

Language: TypeScript - Size: 5.38 MB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 22 - Forks: 2

MorvanZhou/pathfind

path finding algorithms

Language: Python - Size: 365 KB - Last synced at: 9 days ago - Pushed at: about 1 year ago - Stars: 18 - Forks: 2

GurkNathe/Pathfinding-Algorithms

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

Language: Python - Size: 63.9 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 18 - Forks: 3

atlou/Route

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

Language: Swift - Size: 115 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 12 - 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 at: 2 months ago - Pushed at: over 1 year ago - Stars: 12 - Forks: 0

entangledloops/slidingpuzzle

Sliding Puzzle solver and utilities

Language: Python - Size: 367 KB - Last synced at: 21 days ago - Pushed at: over 1 year ago - Stars: 10 - Forks: 1

Ahmed712441/AI-Graph-Search

Desktop app for visualizing graph search algorithms

Language: Python - Size: 11.9 MB - Last synced at: 12 months ago - Pushed at: about 3 years ago - Stars: 8 - Forks: 5

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

soumyaa1804/PathFinding-Visualization

Mangalyaan is a web application that helps a Mars rover to find the shortest path between two points on a surface while avoiding obstacles on the way using different searching algorithms.

Language: JavaScript - Size: 8.22 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 7 - Forks: 3

Jee-El/maze-solver

Maze Solver with a GUI that visualizes DFS, BFS, and Greedy BFS algorithms.

Language: Python - Size: 60.5 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 1

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

vik-ma/pathfinding-race

A browser game where pathfinding algorithms race against each other!

Language: JavaScript - Size: 7.92 MB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 4 - Forks: 0

sondosaabed/Round-Table-Seating-Arrangement-Search-and-Heuristic

Round table arrangemnet solution using greedy, Astar and UCS algorithms on graph data structure.

Language: Jupyter Notebook - Size: 1.78 MB - Last synced at: 3 months ago - Pushed at: 12 months ago - Stars: 4 - 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 at: 2 months ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 2

MinaKhamesi/Pathfinding-Visualizer

visualizes five pathfinding algorithms and maze generation algorithms.

Language: HTML - Size: 17.4 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 4 - 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 at: about 1 year ago - Pushed at: over 4 years ago - Stars: 4 - 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 at: over 2 years ago - Pushed at: about 6 years ago - Stars: 4 - Forks: 2

aliarjomandbigdeli/search-algorithms

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

Language: Java - Size: 142 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 3 - Forks: 0

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: 66.4 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

vtarale/Search

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

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

zhaohaojie1998/Path-Planning

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

Language: Python - Size: 579 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 1

erlete/search-algorithms-playground

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

Language: Python - Size: 693 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 1

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

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

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 at: 13 days ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

camargodev/n-tile-puzzle

Language: C++ - Size: 664 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 2 - Forks: 0

nellogan/PathfindingVisualizer

Visualize how different search algorithms traverse a grid.

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

mielutzio/search-algorithms

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

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

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.79 MB - Last synced at: 11 months ago - Pushed at: 11 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: 3 months ago - Pushed at: about 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 at: about 1 month ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

Rakibul73/AI_Sessional_Final_Exam_Code

CIT-316 (Artificial Intelligence Sessional)

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

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

kamalbennani/pathfinder-visualization

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

Language: TypeScript - Size: 2.06 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

sanddro/search-visualizer

Visualization tool of path finding algorithms

Language: HTML - Size: 206 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 1 - 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 at: over 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

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 at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - 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 at: 3 months ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

vtarale/Greedy-Best-First-Search

Greedy best first search in python

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

chrisjpm/inf3-ilp-cw2

UoE Informatics Large Practical Coursework 2 - Air Quality Map

Language: Java - Size: 1.77 MB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

mpavich2/AlgorithmVisualizer

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

Language: JavaScript - Size: 146 KB - Last synced at: 7 months ago - Pushed at: over 3 years ago - Stars: 1 - 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 at: about 17 hours ago - Pushed at: almost 4 years ago - Stars: 1 - 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 at: about 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

shackleb0lt/Robot_Navigation

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

Language: C++ - Size: 298 KB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

hrishikesh-srihari/AlgoVis

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

Language: JavaScript - Size: 182 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

oznurakyuz/2DMazeSolver 📦

This program solves 2D maze using various uninformed and informed (heuristic) search strategies.

Language: Java - Size: 1.1 MB - Last synced at: about 2 months ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

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 at: about 2 years ago - Pushed at: over 5 years ago - Stars: 1 - 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 at: over 1 year ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

meggitt/Expense8Puzzle

8 Puzzle game

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

Tasneem-Selim-Researcher/AI-Lab-Material

Implementation of popular AI algorithms

Language: Jupyter Notebook - Size: 1.98 MB - Last synced at: about 2 months ago - Pushed at: about 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 at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

luckyr13/labyrinth-game

A maze game made with Phaser 3.

Language: TypeScript - Size: 7.79 MB - Last synced at: over 1 year ago - Pushed at: over 1 year 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 at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

RyanTonerCode/Pathfinding-Tutorial

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

Language: C# - Size: 125 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Backgammonian/Path-Finding-Algorithms-Demo

WPF app for demonstrating shortest path finding algorithms

Language: C# - Size: 11.8 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - 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 at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

aleferu/Pathfinding

Visualization of different pathfinding algorithms using Rust + Macroquad library.

Language: Rust - Size: 36.1 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

mapan1984/PathFinder

寻路算法

Language: JavaScript - Size: 6.84 KB - Last synced at: about 1 year ago - Pushed at: almost 2 years 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 at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

danishjavedcodes/AI-Algorithms

Language: Jupyter Notebook - Size: 424 KB - Last synced at: over 1 year ago - Pushed at: about 2 years 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 at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

btschneid/Pathfinding-and-Sorting-Visualizer

Web-based tool to visualize pathfinding algorithms

Language: JavaScript - Size: 41 KB - Last synced at: about 2 years ago - Pushed at: about 2 years 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: 190 KB - Last synced at: 3 days ago - Pushed at: about 2 years ago - Stars: 0 - 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 at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

MinhQuan-Github/Greedy-Best-first-Search

Language: Jupyter Notebook - Size: 65.4 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - 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 at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Rajathbharadwaj/IAI

Language: Jupyter Notebook - Size: 12.6 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Goyal-Puja/The-Mind-Crusades

The Mars Colonization Final Project

Language: CSS - Size: 2.61 MB - Last synced at: about 1 year ago - Pushed at: over 2 years 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 at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Bharati2301/Algorithms

Language: Jupyter Notebook - Size: 648 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

mavyfaby/best-first-search

Greedy Best First Search and A* Search implemented in Java

Language: Java - Size: 19.5 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

subhranil2605/aisearchvisualize

Various Artificial Search Algorithm Visualization

Language: JavaScript - Size: 695 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

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

mujtaba-farooq/GBFS-Astar-Maze-Solver

A Maze Solving Agent using greedy best first search and A*star algorithms

Language: Python - Size: 303 KB - Last synced at: 25 days ago - Pushed at: almost 3 years ago - Stars: 0 - 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 at: over 1 year ago - Pushed at: almost 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 at: over 1 year ago - Pushed at: about 3 years ago - Stars: 0 - 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 at: about 1 month ago - Pushed at: about 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 at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 1

yunyicheng/Search

An AI solver for Sokoban puzzles.

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

aashrafh/CMP402

Solution of Machine Intelligence (CMP402) labs

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

rasitayaz/maze-solver

Finds the best solution path for a maze using artificial intelligence

Language: Java - Size: 38.1 KB - Last synced at: 17 days ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

pri1311/8-puzzle

Language: Python - Size: 35.2 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years 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 at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

reddragonnm/pathfinding-music

Music created by pathfinding algorithms

Language: Python - Size: 229 KB - Last synced at: over 1 year ago - Pushed at: over 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 at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

RahulRavishankar/Graph-viz

A visualization tool for path finding algorithms.

Language: JavaScript - Size: 11.9 MB - Last synced at: about 1 year ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 1

kieuconghau/search-strategies

HCMUS - Artificial Intelligence - Lab01: Search Strategies

Language: Python - Size: 997 KB - Last synced at: over 1 year ago - Pushed at: almost 5 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 at: 3 months ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

senihcerit/ai-8puzzle

Artificial Intelligence Algorithms on the 8Puzzle

Language: C# - Size: 229 KB - Last synced at: almost 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

Related Topics
breadth-first-search 37 depth-first-search 33 uniform-cost-search 20 bfs 19 python 17 dfs 16 pathfinding 16 a-star 16 maze-solver 14 a-star-algorithm 14 a-star-search 14 astar 14 astar-algorithm 13 artificial-intelligence 13 dijkstra-algorithm 13 iterative-deepening-search 11 search-algorithm 9 visualization 9 dijkstra 9 maze-generator 8 javascript 8 best-first-search 8 gbfs 8 ai 8 bfs-search 8 bfs-algorithm 8 algorithm 7 uninformed-search 7 maze 7 dfs-search 7 astar-search-algorithm 7 ucs 6 pathfinding-algorithms 6 dfs-algorithm 6 informed-search 6 gbfs-algorithm 6 heuristic-search-algorithms 5 searching-algorithms 5 ids 5 artificial-intelligence-algorithms 4 graph-algorithms 4 genetic-algorithm 4 algorithms 4 random-walk 3 recursive-division 3 python3 3 react 3 csharp 3 java 3 bidirectional-bfs 3 a-star-path-finding 3 greedy-algorithms 3 game 3 bidirectional 3 ida-star 3 iddfs 3 bidirectional-search 3 iterative-deepening-a-star 3 breath-first-search 3 decision-tree-classifier 2 greedy-best-first-algorithm 2 aima 2 pygame 2 animation 2 astar-search 2 path-planning 2 beam-search 2 djikstra-algorithm 2 iterative-deepening-dfs 2 ucs-algorithm 2 greedy 2 depth-limited-search 2 8puzzle 2 hill-climbing-search 2 graph 2 pathfinding-visualizer 2 naive-bayes-classifier 2 machine-learning-algorithms 2 tree-search 2 2d-maze 2 8-puzzle 2 8-puzzle-solver 2 algorithm-visualisation 2 reactjs 2 alpha-beta-pruning 2 search-algorithms 2 ids-algorithm 1 dls-algorithm 1 react-bootstrap 1 astar-pathfinding 1 npuzzle-problem 1 csc14003 1 id3-algorithm 1 julia-id3 1 resolution-algorithm 1 ai-search-algorithms 1 js 1 maze-solving-algorithm 1 typescript 1 web 1