Skip to content
#

searchalgorithms

Here are 7 public repositories matching this topic...

Explore foundational AI concepts through the Pac-Man projects, designed for UC Berkeley's CS 188 course. Implement search algorithms, multi-agent strategies, and reinforcement learning techniques in Python, emphasizing real-world applications. Engage in the Eutopia Pac-Man contest for a multiplayer capture-the-flag challenge

  • Updated Dec 2, 2023
  • Python

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 searchalgorithms 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 searchalgorithms topic, visit your repo's landing page and select "manage topics."

Learn more