Skip to content

This is a C++ QT based application that helps in visualizing how a particular data structure is growing/shrinking as data is being added/removed to it

License

Notifications You must be signed in to change notification settings

AngieSky/DataVisualizer-Cpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DataVisualizer-Cpp

####Project Description

Data visualizer is a QT/C++ based application designed to give a visual representation of various data structures, currently, stack, queue, and binary min heap. It provides an easy to add framework so that additional data structuress may be added in future.

####Tools and Technology

The project has been developed in QT Creator IDE, using C++ based QGraphics framework for GUI elements. Specific instructions on how to download, setup and run using QT creator are present in the Instructions Wiki.

####The Repository Details

The "DataVisualizer" folder contains all the source, UI and header files. This folder can be opened as a project in "QT creator" IDE.

The project's design organizes into the following components.

#####Datastructure Component

Every datastructure type (DS) to be visualized has a UI file, CPP source file and a header file with a class definition. Common interface APIs have been added for every DST such as insert/remove/clear/cleanup. These APIs have the implementation required for displaying a specific DST.

#####Display Component

Display types such as list (used in queue and stack DSes) and tree (used in min Heap and BST DSes) have been abstracted and defined in the visualizer header and cpp files.

#####Main GUI

Top level GUI source/UI is handled in files titled "main".

####How to work on an Issue

You can view the open issues for the repository under Issues. If there is a particular existing issue that you would like to fix, please leave a comment below it with intent and details of how you intend to fix it. This will reduce duplication of effort.If you would like to propose an enhancement, or report a bug that you would like to work on, feel free to open new issues and we will assign them to you.

####How to get help

Have questions, comments, feedback or looking for help? We are available and can be reached at the Slack channel created specifically for this project. IRC channels are so a thing of the past! If you are having trouble signing up, you can reach us at fosslgys@gmail.com for signup help.

About

This is a C++ QT based application that helps in visualizing how a particular data structure is growing/shrinking as data is being added/removed to it

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 72.2%
  • Makefile 26.4%
  • QMake 1.4%