shusain / linked-list-visualizer-ts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linked List Visualizer

A simple web application that allows users to interact with a linked list data structure. Users can add nodes, delete nodes, and find nodes.

Linked List Demo

Features

  • Add nodes with a given value
  • Delete nodes by selecting them from a drop-down list
  • Find nodes by value and display a success or failure message

Usage

  1. Install the required dependencies:
npm install
  1. Run the application:
npm start
  1. Open your browser and navigate to http://localhost:1234 to use the Linked List Visualizer.

Technologies Used

  • TypeScript
  • Parcel.js
  • HTML
  • CSS

About


Languages

Language:TypeScript 84.5%Language:HTML 10.0%Language:CSS 5.5%