Skip to content

sandeeppatel1986/linkedlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

An int type singly LinkedList class

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages