We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51e06c6 commit 2228db6Copy full SHA for 2228db6
README.md
@@ -30,3 +30,8 @@ the time complexity of add and remove is by **O(1)** thanks to the Prev and Next
30
31
# Use case the app
32
33
+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.
34
+My app store the data for the boxes in the store in a doubly dimentional BST with key and value
35
+
36
+-Main tree has Double key and BST value
37
+-Each inner BST has Double key and Box value
0 commit comments