Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Singly Linked List

This project is implementation of singly linked list using Java. Developed singly linked list aims following operations

  • Append element to linked list
  • Delete last element
  • Delete all elements greater than given integer(Note: For linked list of type int)

Dependencies

  • Java JDK 7 or 8
  • Maven

Important Note

  • Before running this project you must have Java and Maven installed on your machine

How to run project?

  • Clone project from git
  • Go to directory datastructure
  • You will find pom.xml there
  • Run mvn clean install command on that folder
  • Once done run test case using command mvn test

About

Sample project for creating linked list using java

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages