Skip to content
#

iddfs-algorithm

Here are 18 public repositories matching this topic...

This repository includes java algorithms and java projects. Code is self explanatory and created using core java concepts in Eclipse Editor. This files are compatible for command line run. Algorithms are demonstrated and explained in comments at end of of main application files.

  • Updated Apr 20, 2017
  • Java

A high-performance Rubik’s Cube solver written in modern C++. This project features multiple cube representations (3D array, 1D array, bitboard) and implements advanced solving algorithms, including BFS, DFS, IDDFS, and IDA* with pattern database heuristics. Designed for speed, modularity, and extensibility, it’s ideal for both educational purposes

  • Updated Jul 11, 2025
  • C++

Improve this page

Add a description, image, and links to the iddfs-algorithm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the iddfs-algorithm topic, visit your repo's landing page and select "manage topics."

Learn more