Skip to content

spbu-coding-2022/trees-1

Repository files navigation

logo

badge badge badge badge badge

Tree Structure

This project will help the user to build an RBT, AVL or binary tree. Add, delete, or search for elements in it.

Features

With trees-1 you can do the following:

  • Create three kinds of binary search trees: Binary search tree, AVL tree, Red-black tree
  • Using the GUI, perform the following operations (insert, delete, search)
  • Save and load trees into databases (json files for binary, SQLite for AVL-tree, neo4j for RB-tree)
  • Use an independent library with the implementation of these trees in your project

Get it!

Important: To build and run the application, you will need the following tools: Gradle, JDK (version 17 and latest) and Neo4j.

Quick start

# Clone this repo
git clone https://github.com/spbu-coding-2022/trees-1.it

# Build
./gradlew build

# Build Docker (link)

# Run 
./gradlew run

If you only want to use the library, you need to follow these steps:

# Find the "dependencies" block and add the dependency line to it:

# If in your project build.gradle.kts:
implementation("com.github.spbu-coding-2022:trees-1:1.0.0")
# If in your project build.gradle:
implementation 'com.github.spbu-coding-2022:trees-1:1.0.0'

# Save the changes in the build file

Neo4j setup

  1. Install docker
  2. Install docker compose (https://docs.docker.com/compose/install/)
  3. Run in project dir:
docker compose -f "docker-compose.yml" up
  1. If you're having trouble getting started, check out this GUIDE

See examples

logo

logo

Contacts

For all questions: Click

License

This project uses the APACHE LICENSE, VERSION 2.0. See the LICENSE for more info.


About

trees-1 created by GitHub Classroom

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages