Git Product home page Git Product logo

datavisualizer-cpp's Introduction

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 [email protected] for signup help.

datavisualizer-cpp's People

Contributors

pavramas avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.