/j-Algo

j-Algo is an algorithm visualisation tool.

Primary LanguageJavaGNU General Public License v2.0GPL-2.0

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