Skip to content

This is a singly linked list ADT written in Typescript.

Notifications You must be signed in to change notification settings

techandy42/Linked-List-ADT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Linked-List-ADT

  • 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

About

This is a singly linked list ADT written in Typescript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published