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

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

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: