Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/velickovski/sllinjavamaneuveringnodes


https://github.com/velickovski/sllinjavamaneuveringnodes

Last synced: about 4 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Lista_changeLastandFirst
This is a Java project that demonstrates the implementation of a Single Linked List (SLL) data structure with the ability to change the first and last elements of the list.

## Features

- Create and manage a single linked list.
- Add elements to the end of the list.
- Change the first element of the list.
- Change the last element of the list.
- Display the contents of the list.