It's simple linkedList Visualizer app where you can perform some cool operation which we generally do in the LinkedList while learning DSA.
- 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)
- Rotate list by K place
- Find Duplicates
- Remove Duplicates
- Add Number to Each Node