Skip to content

Package Structure

The idea of DSViz is to keep it simple and intuitive which is easy to use for even begginers. The package consists of 4 classes, each suited for a particular type of data structure. Thus, according to the type of structure to be visualised the apporpriate class is to be used.

The following list are the class names:

  • ArrayListV
  • LinkedListV
  • BinaryTreeV
  • GraphV

Note

In the following documentation <object> describes the object of the appropriate class

Back to top