Welcome to the Data Structure Visualizer! This is a console-based Python project that allows users to visualize various data structures and algorithms.
- 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.
- Python 3.x
- Clone the repository:
git clone https://github.com/RelCode/practice.git
- Navigate to the project directory:
cd practice > python > data_structure_visualizer
- Run the main script:
python main.py
- Follow the on-screen instructions to select the data structure and operations you want to visualize.
For any questions or suggestions, please open an issue or contact the project maintainer at princefana7@gmail.com.
Happy Visualizing!