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

https://github.com/leanh153/products_management_with_bstree

Products management using Binary Search Tree
https://github.com/leanh153/products_management_with_bstree

binary-search-tree data-structures-and-algorithms insertion-sort

Last synced: 11 months ago
JSON representation

Products management using Binary Search Tree

Awesome Lists containing this project

README

          

# Products Management With BSTree


## 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
Products_Management_With_BSTree
├── build.sh
├── build.xml
├── dist
│   ├── Products_Management_With_BSTree.jar
│   └── README.TXT
├── manifest.mf
├── myproduct.txt
├── nbproject
│   ├── build-impl.xml
│   ├── genfiles.properties
│   ├── private
│   │   ├── private.properties
│   │   └── private.xml
│   ├── project.properties
│   └── project.xml
├── README.md
├── src
│   ├── entity
│   │   └── Product.java
│   ├── Main.java
│   ├── MyProduct.java
│   └── util
│   ├── MyBSTree.java
│   ├── MyLinkedQueue.java
│   └── TNode.java
└── test
└── entity
└── ProductTest.java

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: