https://github.com/ramonbecker/doubly-chained-list
Project was developed a Film management system using a low level list for the discipline of Operating Systems.
https://github.com/ramonbecker/doubly-chained-list
Last synced: 7 months ago
JSON representation
Project was developed a Film management system using a low level list for the discipline of Operating Systems.
- Host: GitHub
- URL: https://github.com/ramonbecker/doubly-chained-list
- Owner: RamonBecker
- Created: 2019-04-23T14:21:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-14T01:50:00.000Z (about 5 years ago)
- Last Synced: 2024-12-25T16:10:32.157Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Doubly Chained List
> Project was developed a Film management system using a low level list for the discipline of Operating Systems.
## :information_source: Information
A project for a simple film management system was developed using a double linked list.
## ⚠️ Prerequisite
[](https://www.oracle.com/br/java/technologies/javase-downloads.html) >= 11
## :rocket: Installation

```sh
git clone https://github.com/RamonBecker/Doubly-Chained-List.git
```

```sh
git clone https://github.com/RamonBecker/Doubly-Chained-List.git
or install github https://desktop.github.com/
```
## :zap: Technologies
- Java
## :memo: Developed features
- [x] The user can insert the movie at the end of the list
- [x] The user can insert the movie at the beginning of the list
- [x] The user can insert the film by index in the list
- [x] The user can remove the movie by index from the list
- [x] User can remove the movie by its title from the list
- [x] The user can find out the index of the film by its title in the list
- [x] User can search for the movie by title in the list
- [x] The user can search for the movie by index in the list
- [x] The user can search for the film by its characteristic in the list
## :technologist: Author
By Ramon Becker 👋🏽 Get in touch!
[
](https://github.com/RamonBecker) [
](https://www.linkedin.com/in/https://www.linkedin.com/in/ramon-becker-da-silva-96b81b141//)
