Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 499 Bytes

File metadata and controls

19 lines (15 loc) · 499 Bytes

Algorithm Playground (Java 17) — GUI + CLI

This is a real algorithm playground:

  • GUI mode (default): opens a window with tabs (Sorting visualizer, Dijkstra visualizer, Edit Distance DP table, Trie autocomplete)
  • CLI mode: run commands like sort run, graph dijkstra, etc.

Run (GUI)

mvn -q package
java -jar target/algorithm-playground-1.1.0.jar

Run (CLI)

java -jar target/algorithm-playground-1.1.0.jar help

License

MIT © 2026 Rania Atmani