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
- Host: GitHub
- URL: https://github.com/leanh153/products_management_with_bstree
- Owner: leanh153
- Created: 2019-12-27T15:19:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-27T15:20:09.000Z (over 6 years ago)
- Last Synced: 2025-02-28T08:32:43.067Z (over 1 year ago)
- Topics: binary-search-tree, data-structures-and-algorithms, insertion-sort
- Language: Java
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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: