Data Structure Visualizer is a web application built with Vue.js. This project is designed to visualize various data structures and help users better understand them. Currently, the project supports the following data structures:
- Linked List
- Stack
- Queue
- Binary Tree
- Heap
You can check out the live demo of this project at: Live Demo
- Clone the project to your local machine.
- Install the necessary dependencies:
npm install
. - Run the project:
npm run dev
.
This project is open source and open to contributions from anyone. To contribute:
- Fork this project.
- Add a new feature or fix a bug.
- Create a pull request.
This project is licensed under the MIT License. See the LICENSE
file for more information.