IamSanjayGupta / LinkedList

Its simple linkedList Visualizer app where you can perform some cool operation which we generally do in the LinkedList while learning DSA.

Home Page:https://linkedlistvisualizer.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LinkedList Visualizer ✨

It's simple linkedList Visualizer app where you can perform some cool operation which we generally do in the LinkedList while learning DSA.

Link

LinkedList

preview

image

Implemented Features✨

  • Create Random Linkedlist
  • Create Own Linkedlist
  • Add Node at K'th Position
  • Change K'th Node Data
  • Delete K'th Node
  • Reverse
  • Middle Node
  • Make Half (Show First Half)
  • Make Half (Show Last Half)

Upcomming Features ✨

  • Rotate list by K place
  • Find Duplicates
  • Remove Duplicates
  • Add Number to Each Node

About

Its simple linkedList Visualizer app where you can perform some cool operation which we generally do in the LinkedList while learning DSA.

https://linkedlistvisualizer.netlify.app


Languages

Language:JavaScript 63.7%Language:CSS 22.4%Language:HTML 13.9%