File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 3
3
![ Language] ( https://img.shields.io/badge/language-Python%20%2F%20C++11-orange.svg )   ;
4
4
[ ![ License] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( ./LICENSE.md )   ;
5
5
![ Update] ( https://img.shields.io/badge/update-weekly-green.svg )   ;
6
- ![ Progress] ( https://img.shields.io/badge/progress-1235 %20%2F%201235 -ff69b4.svg )   ;
6
+ ![ Progress] ( https://img.shields.io/badge/progress-1236 %20%2F%201236 -ff69b4.svg )   ;
7
7
[ ![ SayThanks] ( https://img.shields.io/badge/say-thanks-ff69f4.svg )] ( https://saythanks.io/to/kamyu104 )   ;
8
8
![ Travis] ( https://travis-ci.org/kamyu104/LeetCode-Solutions.svg?branch=master ) <br >
9
9
<!-- -
1253
1253
1166| [ Design File System] ( https://leetcode.com/problems/design-file-system/ ) | [ C++] ( ./C++/design-file-system.cpp ) [ Python] ( ./Python/design-file-system.py ) | create: _ O(n)_ <br >get: _ O(n)_ | _ O(n)_ | Medium |🔒| |
1254
1254
1172| [ Dinner Plate Stacks] ( https://leetcode.com/problems/dinner-plate-stacks/ ) | [ C++] ( ./C++/dinner-plate-stacks.cpp ) [ Python] ( ./Python/dinner-plate-stacks.py ) | push: _ O(logn)_ <br >pop: _ O(1)_ , amortized<br >popAtStack: _ (logn)_ | _ O(n * c)_ | Hard | | |
1255
1255
1206| [ Design Skiplist] ( https://leetcode.com/problems/design-skiplist/ ) | [ C++] ( ./C++/design-skiplist.cpp ) [ Python] ( ./Python/design-skiplist.py ) | _ O(logn)_ , on average | _ O(n)_ | Hard | | |
1256
+ 1236| [ Web Crawler] ( https://leetcode.com/problems/web-crawler/ ) | [ C++] ( ./C++/web-crawler ) [ Python] ( ./Python/web-crawler.py ) | _ O(\| V\| + \| E\| ) _ | _ O(\| V\| )_ | Medium |🔒| |
1256
1257
1257
1258
## Concurrency
1258
1259
| # | Title | Solution | Time | Space | Difficulty | Tag | Note|
You can’t perform that action at this time.
0 commit comments