ViDaS (visualizing data structures)

Visualizing Data Structures (ViDaS) is a source code simulator for trees that accepts syntactically correct source code written in ANSI C. It then animates the source code and keeps track of the variables. ViDaS uses the algorithm animation and data type visualization aspects of software visualizati...

Full description

Saved in:
Bibliographic Details
Main Authors: McDonnell, Vincent P., Barzaga, David A., Yu, Joelle
Format: text
Language:English
Published: Animo Repository 2003
Subjects:
Online Access:https://animorepository.dlsu.edu.ph/etd_bachelors/6883
Tags: Add Tag
No Tags, Be the first to tag this record!
Institution: De La Salle University
Language: English
Description
Summary:Visualizing Data Structures (ViDaS) is a source code simulator for trees that accepts syntactically correct source code written in ANSI C. It then animates the source code and keeps track of the variables. ViDaS uses the algorithm animation and data type visualization aspects of software visualization. It shows the tree functions like creation, insertion, deletion, traversal, searching and balancing of trees. It deals with binary trees including AVL trees, binary search trees, skewed trees and expression trees. Keywords: Software Visualization, Algorithm Animation, Data Structures, Binary Trees, Tree Functions.