Skip to content

moabdi/Singly-linkedlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

Singly-linkedlist

Simple singly linkedlist

Design an int type singly linkedlist class, and then implement some functions below using the self designed class. Can not use Java built in List interface

  1. Append an element into the linkedlist
  2. Remove the tail element from a linkedlist
  3. Remove all element in the linkedlist that is great than a target value

About

Simple singly linkedlist

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages