Skip to content

Raat1902/algorithm-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Interactive Java Algorithm Playground with GUI visualizations for sorting, graphs, dynamic programming, and data structures. Built for learning, experimentation, and algorithm visualization.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages