Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
itayG98 authored Aug 14, 2022
1 parent 51e06c6 commit 2228db6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@ the time complexity of add and remove is by **O(1)** thanks to the Prev and Next

# Use case the app

The app manage a boxes store storage and can add remove and give best offer for squared bottomed box represente as X and height represented as Y.
My app store the data for the boxes in the store in a doubly dimentional BST with key and value

-Main tree has Double key and BST value
-Each inner BST has Double key and Box value

0 comments on commit 2228db6

Please sign in to comment.