- This is a singly linked list ADT written in Typescript
- It supports the following functions:
- addFront(item)
- removeFront()
- insert(item)
- remove(item)
- size()
- print()
- The nodes are inserted in increasing order in insert(item) function
- print() prints all the items in the Linked List on each line
-
Notifications
You must be signed in to change notification settings - Fork 0
techandy42/Linked-List-ADT
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
This is a singly linked list ADT written in Typescript.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published