Skip to content

fairviewrobotics/bst-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binary Search Tree Practice

Write your implementation in src/main/kotlin/app/BST.kt. The test suite is in src/test/kotlin/app/BST.kt.

To run all tests: ./gradlew test

To run just the insertion tests: ./gradlew test --tests "app.bstTest.insertTest*"

To run just the deletion tests: ./gradlew test --tests "app.bstTest.deleteTest*"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages