Skip to content

apijay/linked-list-JavaScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

linkedlist-JavaScript

Methods

insertLink - Inserts a new node to the linkedlist

printLinkList - Displays linkedlist

searchNodeByValue - return index of last occurence of a given number

removeListItemByValue - removes first node found for given value

removeListItemByPos - removes node at given position

deDupeList - Removes any duplicate element from the list

About

JavaScript Implementation of LinkedList

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published