Skip to content
This repository has been archived by the owner on Jun 2, 2019. It is now read-only.

Latest commit

 

History

History
8 lines (6 loc) · 280 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 280 Bytes

Java project for a custom implementation f singly linkedlist

implemented Functionalities

  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