Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages