Skip to content

Latest commit

 

History

History

README.md

Data Structure Visualizer

Welcome to the Data Structure Visualizer! This is a console-based Python project that allows users to visualize various data structures and algorithms.

Features

  • Stack: Visualize stack operations such as push, pop, and peek.
  • Queue: Visualize queue operations such as enqueue and dequeue.
  • Linked List: Visualize linked list operations such as insertion, deletion, and traversal.
  • Tree: Visualize tree operations such as insertion, deletion, and traversal.

Getting Started

Prerequisites

  • Python 3.x

Installation

  1. Clone the repository:
    git clone https://github.com/RelCode/practice.git
  2. Navigate to the project directory:
    cd practice > python > data_structure_visualizer

Usage

  1. Run the main script:
    python main.py
  2. Follow the on-screen instructions to select the data structure and operations you want to visualize.

Contact

For any questions or suggestions, please open an issue or contact the project maintainer at princefana7@gmail.com.

Happy Visualizing!