Skip to content

This project provides an interactive platform to visualize various data structures, including arrays, linked lists, stacks, and queues.

Notifications You must be signed in to change notification settings

Anuraj4/Data-Structure-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data-Structure-Visualizer

image

Table of Contents

Overview

Welcome to the Data Structure Visualizer project! This project provides an interactive platform to visualize various data structures, including arrays, linked lists, stacks, and queues. Through visual representations, users can understand the operations and functionalities of these data structures.

Features

  • Visual representation of data structures

  • Operations on data structures:

    • Array:
      • Insertion
      • Deletion
    • Linked List:
      • Insertion (at the beginning)
      • Deletion (at the beginning)
    • Stack:
      • Push (Add element)
      • Pop (Remove element)
    • Queue:
      • Enqueue (Add element)
      • Dequeue (Remove element)
  • Interactive user interface for performing operations

  • Responsive design

Demo

You can check out the live demo of the application here.

Installation

To run this project locally, follow these steps:

Step 1: Clone the repository

Clone the repository from GitHub to your local machine using the following command:

git clone https://github.com/Anuraj4/Data-Structure-Visualizer

Run the project


run with live server

Languages & tools

  • HTML

  • CSS

  • JavaScript

Contribution

We welcome contributions to this project! To contribute:

  1. 🍴 Fork the repository.
  2. 🌿 Create a new branch: git checkout -b feature/your-newBranch-name.
  3. 💻 Make your changes and commit them: git commit -m 'Add some feature'.
  4. 📤 Push to the branch: git push origin feature/your-newBranch-name.
  5. 🔁 Submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

  1. 📧Email: click
  2. 💼LinkedIn: Connect
  3. 📸Instagram: Follow

About

This project provides an interactive platform to visualize various data structures, including arrays, linked lists, stacks, and queues.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published