Skip to content

apijay/linkedlist-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

linkedlist-typescript

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

Linkedlist implementation in TypeScript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published