Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 408 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 408 Bytes

The Algorithm & Data Structure Visualizer (ADV) helps students to understand the concepts of several data structures and algorithms, taught at the University of Applied Science in Rapperswil (HSR).

ADV - User Codebase

Find examples to every Module currently included in ADV.

Import the project in IntelliJ and run any of the main() methods.

Modules

Included Modules:

  • Array
  • Queue
  • Stack
  • Graph