n-puzzle This project is an n-puzzle solver using different algorithms and heuristics. Usage Resources Rust Book https://doc.rust-lang.org/book/ Binary Heap https://doc.rust-lang.org/std/collections/binary_heap/index.html n-puzzle https://en.wikipedia.org/wiki/15_puzzle#Solvability A* https://www.youtube.com/watch?v=-L-WgKMFuhE https://www.youtube.com/watch?v=ySN5Wnu88nE IDA* https://en.wikipedia.org/wiki/Iterative_deepening_A*