File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-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-1240 %20%2F%201240 -ff69b4.svg )   ;
6
+ ![ Progress] ( https://img.shields.io/badge/progress-1242 %20%2F%201242 -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
1265
1265
1188| [ Design Bounded Blocking Queue] ( https://leetcode.com/problems/design-bounded-blocking-queue/ ) | [ C++] ( ./C++/design-bounded-blocking-queue.cpp ) [ Python] ( ./Python/design-bounded-blocking-queue.py ) | _ O(n)_ | _ O(1)_ | Medium | π ||
1266
1266
1195| [ Fizz Buzz Multithreaded] ( https://leetcode.com/problems/fizz-buzz-multithreaded/ ) | [ C++] ( ./C++/fizz-buzz-multithreaded.cpp ) [ Python] ( ./Python/fizz-buzz-multithreaded.py ) | _ O(n)_ | _ O(1)_ | Medium ||
1267
1267
1226| [ The Dining Philosophers] ( https://leetcode.com/problems/the-dining-philosophers/ ) | [ C++] ( ./C++/the-dining-philosophers.cpp ) [ Python] ( ./Python/the-dining-philosophers.py ) | _ O(n)_ | _ O(1)_ | Medium ||
1268
+ 1242| [ Web Crawler Multithreaded] ( https://leetcode.com/problems/web-crawler-multithreaded/ ) | [ C++] ( ./C++/web-crawler-multithreaded.cpp ) [ Python] ( ./Python/web-crawler-multithreaded.py ) | _ O(\| V\| + \| E\| )_ | _ O(\| V\| )_ | Medium |π| | BFS, DFS |
1268
1269
1269
1270
## SQL
1270
1271
| # | Title | Solution | Time | Space | Difficulty | Tag | Note|
1322
1323
1211| [ Queries Quality and Percentage] ( https://leetcode.com/problems/queries-quality-and-percentage/ ) | [ MySQL] ( ./MySQL/queries-quality-and-percentage.sql ) | _ O(n)_ | _ O(n)_ | Easy || |
1323
1324
1212| [ Team Scores in Football Tournament] ( https://leetcode.com/problems/team-scores-in-football-tournament/ ) | [ MySQL] ( ./MySQL/team-scores-in-football-tournament.sql ) | _ O(nlogn)_ | _ O(n)_ | Medium || |
1324
1325
1225| [ Report Contiguous Dates] ( https://leetcode.com/problems/report-contiguous-dates/ ) | [ MySQL] ( ./MySQL/report-contiguous-dates.sql ) | _ O(nlogn)_ | _ O(n)_ | Hard |π| |
1326
+ 1241| [ Number of Comments per Post] ( https://leetcode.com/problems/number-of-comments-per-post/ ) | [ MySQL] ( ./MySQL/number-of-comments-per-post.sql ) | _ O(n)_ | _ O(n)_ | Easy |π| |
1325
1327
1326
1328
## Shell Script
1327
1329
| # | Title | Solution | Time | Space | Difficulty | Tag | Note|
You canβt perform that action at this time.
0 commit comments