Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 338 Bytes

README.md

File metadata and controls

16 lines (16 loc) · 338 Bytes

About

JetBrains Academy
Track: Java Developer
Project: Maze Runner
https://hyperskill.org/projects/47?track=1

Development Environment

Java SE 16.0.2

Implemented Algorithms

  1. Kruskals algorithm
  2. Prims algorithm
  3. Recursive maze solving algorithm

Implemented Patterns

  1. MVC
  2. Command
  3. Factory method
  4. Singleton