ani94 / 8-puzzle-solver-cpp
The solver for the famous 8-puzzle problem using A* Search and Manhattan distance heiristics
☆16Updated 7 years ago
Alternatives and similar repositories for 8-puzzle-solver-cpp:
Users that are interested in 8-puzzle-solver-cpp are comparing it to the libraries listed below
- Classical dynamic programming problems solution and algorithms☆31Updated 4 years ago
- Code and stuff from the course Object Oriented Analysis and Design Using UML - 1dv607☆6Updated 3 years ago
- Huffman algorithm implementation in C++☆18Updated 8 years ago
- Just a simple Flask demo, deployed to a Google VM☆41Updated 4 years ago
- repo for my codefight solo solutions☆17Updated 8 years ago
- My first repository on GitHub, I am going to put the solutions to Algorithms in C in it.☆24Updated 9 years ago
- Polynomial regression from scratch☆23Updated 7 years ago
- Minimalistic Multiple Layer Neural Network from Scratch in Python.☆25Updated 7 years ago
- Implementation of logistic regression using numpy☆15Updated 5 years ago
- Just looking at basic python functiosn and scripts to prep for google interview☆32Updated 3 years ago
- Learning how the C++ Standard Library works; by implementation☆26Updated 3 years ago
- A simple golang load balancer implementation☆22Updated 5 years ago
- Modern Python Standard Library Cookbook, published by Packt☆93Updated 2 years ago
- Code work associated with the course "Advanced C Programming Course" on Udemy, Authored by Tim Buchalka's Learn Programming Academy and J…☆15Updated 3 years ago
- my source file for project euler☆68Updated 4 years ago
- Solutions to problems of Code Jam 2021 and earlier☆90Updated 4 years ago
- 🏃 Python Solutions of All 32 Problems in GKS 2021☆83Updated last year
- 🐳 Collection of courses I taken☆13Updated last year
- C++ solutions for more than 300 Project Euler problems☆133Updated 5 years ago
- Course project in Principles of Computer Operating Systems☆13Updated 9 years ago
- All about Neural Networks!☆37Updated 6 years ago
- Library to catch Memory Leaks in C/C++ Programs☆19Updated 4 years ago
- Dog and cat image classifier with deep learning☆133Updated 3 years ago
- Tutorial: Support Vector Machine from scratch using Python3☆37Updated 8 years ago
- 🐍 Repo for a HackBU workshop on some Intermediate Python practices, just a step above basic for loops and if statements and what not.☆13Updated 7 years ago
- 💡 Nand2tetris course☆33Updated 4 years ago
- Grokking design patterns in python