Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/velickovski/sllinjavamaneuveringnodes
https://github.com/velickovski/sllinjavamaneuveringnodes
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/velickovski/sllinjavamaneuveringnodes
- Owner: velickovski
- Created: 2023-08-22T12:19:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-22T12:26:19.000Z (about 1 year ago)
- Last Synced: 2023-08-22T16:42:14.518Z (about 1 year ago)
- Language: Java
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.