https://github.com/leanh153/books_management_with_linkedlist
Books management using LinkedList
https://github.com/leanh153/books_management_with_linkedlist
data-structures-and-algorithms linkedlist
Last synced: 4 days ago
JSON representation
Books management using LinkedList
- Host: GitHub
- URL: https://github.com/leanh153/books_management_with_linkedlist
- Owner: leanh153
- Created: 2019-12-27T15:15:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-27T15:16:01.000Z (over 6 years ago)
- Last Synced: 2025-11-23T13:16:16.538Z (7 months ago)
- Topics: data-structures-and-algorithms, linkedlist
- Language: Java
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Books Management With LinkedList
## Table of contents
- [Pre-Requisites](#Pre-Requisites)
- [How to run](#How-to-run)
- [What's included](#whats-included)
- [Creators](#creators)
## Pre-Requisites
- [Install JDK](https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)
- [Install Netbeans](https://netbeans.org/downloads/8.2/)
## How to run
- Following README.txt file in the project "dist" folder.
## What's included
```text
Books_Management_With_LinkedList
├── bookData.txt
├── build.sh
├── build.xml
├── dist
│ ├── Books_Management_With_LinkedList.jar
│ └── README.TXT
├── manifest.mf
├── nbproject
│ ├── build-impl.xml
│ ├── genfiles.properties
│ ├── private
│ │ ├── config.properties
│ │ ├── private.properties
│ │ ├── private.xml
│ │ └── profiler
│ │ └── settings.xml
│ ├── project.properties
│ └── project.xml
├── README.md
├── src
│ ├── BookList.java
│ ├── entity
│ │ └── Book.java
│ ├── Main.java
│ └── util
│ ├── MyList.java
│ └── Node.java
└── test
8 directories, 20 files
```
## Creators
- [Github](https://github.com/leanh153)
- Make friend [FACEBOOK](https://WWW.facebook.com/leanh153)
- My [LinkIn](https://www.linkedin.com/in/lênanh)
Enjoy :metal: