Skip to content

jojo-liu/LinkedList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinkedList

singly linked list

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

singly linked list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages