Skip to content

Latest commit

 

History

74 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TREE-BAMBOO Lib

This Lib contains 3 binary search tree realisations:

  • AVL tree
  • Red-Black tree
  • standart Binary Search tree

Features

All the trees contains methods for:

  • inserting element by key and value
  • removing element by key
  • finding element value by key
  • iteration in ascending order of keys

Installation

Install TREE-BAMBOO Lib with github

  git clone https://github.com/spbu-coding-2024/trees-bamboo-9.git
  cd trees-bamboo-9/

Tests

To run tests, run the following gradle command

  ./gradlew test

or just build

  ./gradlew build

After that, the reports will appear in the folder lib/build:

  • reports/tests/test/ with test success reports
  • jacocoHTML/ with test coverage reports

Open index.html in them to see all the reports

License

MIT

Contibutors

About

trees-bamboo-9 created by GitHub Classroom

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages