File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1617
1617
1472| [ Design Browser History] ( https://leetcode.com/problems/design-browser-history/ ) | [ C++] ( ./C++/design-browser-history.cpp ) [ Python] ( ./Python/design-browser-history.py ) | ctor: _ O(1)_ <br >visit: _ O(1)_ <br >back: _ O(1)_ <br >forward: _ O(1)_ | _ O(n)_ | Medium |||
1618
1618
1476| [ Subrectangle Queries] ( https://leetcode.com/problems/subrectangle-queries/ ) | [ C++] ( ./C++/subrectangle-queries.cpp ) [ Python] ( ./Python/subrectangle-queries.py ) | ctor: _ O(1)_ <br >update: _ O(1)_ <br >get: _ O(u)_ | _ O(u)_ | Medium |||
1619
1619
1483| [ Kth Ancestor of a Tree Node] ( https://leetcode.com/problems/kth-ancestor-of-a-tree-node/ ) | [ C++] ( ./C++/kth-ancestor-of-a-tree-node.cpp ) [ Python] ( ./Python/kth-ancestor-of-a-tree-node.py ) | ctor: _ O(n * logh)_ <br >get: _ O(logh)_ | _ O(n * logh)_ | Hard || DP, Binary Jump |
1620
- 1500| [ Design a File Sharing System] ( https://leetcode.com/problems/design-a-file-sharing-system/ ) | [ C++] ( ./C++/design-a-file-sharing-system.cpp ) [ Python] ( ./Python/design-a-file-sharing-system.py ) | ctor: _ O(1)_ <br >join: _ O(logu + c)_ <br >leave: _ O(logu + c)_ <br >request: _ O(u)_ | _ O(u)_ | Medium | 🔒 | |
1620
+ 1500| [ Design a File Sharing System] ( https://leetcode.com/problems/design-a-file-sharing-system/ ) | [ C++] ( ./C++/design-a-file-sharing-system.cpp ) [ Python] ( ./Python/design-a-file-sharing-system.py ) | ctor: _ O(1)_ <br >join: _ O(logu + c)_ <br >leave: _ O(logu + c)_ <br >request: _ O(u)_ | _ O(u * c )_ | Medium | 🔒 | |
1621
1621
1622
1622
<br />
1623
1623
<div align =" right " >
You can’t perform that action at this time.
0 commit comments