A distributed maze-solving application that leverages Apache ZooKeeper for coordination. The system demonstrates distributed system concepts and ZooKeeper’s role in maintaining consistency across multiple nodes.

Features

  • Distributed maze solving using multiple nodes
  • ZooKeeper-based coordination
  • Path finding algorithms
  • Real-time progress tracking
  • Fault tolerance and recovery

Technical Details

Built using:

  • Apache ZooKeeper for distributed coordination
  • Java for implementation
  • Custom path-finding algorithms
  • Distributed system patterns