Skip to content

harshraj1695/linked_list_Simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Linked List Simulation

A simple interactive simulation for inserting, deleting, and sorting nodes in a linked list. This application allows users to visualize operations on a linked list with animations, including insertion, deletion, and sorting of nodes.

Features

  • Insert Nodes: Add nodes with user-specified values to the linked list.
  • Delete Nodes: Remove nodes by their value.
  • Sort Nodes: Sort the linked list in ascending order with animated visualization.
  • Animations: Visualize the addition, deletion, and sorting of nodes with smooth animations for a better understanding of linked list operations.

Getting Started

Prerequisites

  • A modern web browser (e.g., Chrome, Firefox, Edge).
  • Basic knowledge of HTML, CSS, and JavaScript.

Installation

  1. Clone the Repository

    git clone <repository-url>
    cd linked-list-simulation
    
    
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published