Skip to content

NicholasRodrigues/data-structures-visualization-new

Repository files navigation

Data Structures Visualization 📊

Table of Contents


Overview 📝

This project serves as an interactive educational platform for understanding various data structures. Built with Next.js and TypeScript, it provides a hands-on approach to learning the fundamentals of Arrays, Linked Lists, and Doubly Linked Lists.

Project Screenshot


Features 🌟

  • Array Visualization: A dynamic interface for understanding array operations like insertion, deletion, and traversal.
  • Linked List Visualization: A step-by-step walkthrough of singly linked lists.
  • Doubly Linked List Visualization: An in-depth guide to doubly linked lists, covering various operations and use-cases.

Getting Started 🚀

Prerequisites

  • Node.js
  • npm

Installation

  1. Clone the repository
    git clone https://github.com/NicholasRodrigues/data-structures-visualization-new.git
  2. Navigate to the project directory
    cd data-structures-visualization-new
  3. Install dependencies
    npm install
  4. Start the development server
    npm run dev

Open http://localhost:3000/home to view the project in your browser.


Usage 🛠

Navigate to the respective pages to visualize each data structure:

  • Arrays: /array
  • Linked Lists: /linkedList
  • Doubly Linked Lists: /doublyLinkedList

Contributors ✨


Nicholas Rodrigues

💻

Felipe Duarte

📖

Tiago Trindade

⚠️

License 📄

This project is licensed under the MIT License.


Contact 📞

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •