Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 477 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 477 Bytes

j-Algo

j-Algo is an algorithm visualisation tool. It helps students to understand classical algorithms by illustrating them in different ways: graphical (animated), formal, and descriptive. j-Algo can be useful to everyone interested in algorithms, in particular to students of computer science and university lecturers that want to beef up their lectures.

Requirements

  • Maven
  • Java 1.8

Build and run

mvn package       # build
mvn exec:java     # run