Skip to content

maheshgurav/linkedlistsample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages