You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: WeeklyContest/README.md
+4
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,9 @@
3
3
4
4
|Date|Contest|Problem|Complexity|Solution|
5
5
|---|---|---|---|---|
6
+
|2020/03/22| WC181_01|[Create Target Array In The Given Order](https://leetcode-cn.com/problems/create-target-array-in-the-given-order/)|E| 关键语法:</br> PY: list.insert(ix,val)</br>CPP: v.insert(v.begin()+ix,val) |
||WC181_03 |[Check If There Is A Valid Path In A Grid](https://leetcode-cn.com/contest/check-if-there-is-a-valid-path-in-a-grid/)|M|[C++](https://github.com/codename1995/leetcodehub/blob/master/cpp/WC181_03_Check_If_There_Is_A_Valid_Path_In_A_Grid/WC181_03_Check_If_There_Is_A_Valid_Path_In_A_Grid.cpp)</br>s.substr(ix)返回索引ix至结尾的子字符串 |
6
9
|2020/03/01| WC178_01 |[How Many Numbers Are Smaller Than The Current Number](https://leetcode-cn.com/problems/how-many-numbers-are-smaller-than-the-current-number/)|E|[C++](https://github.com/codename1995/leetcodehub/blob/master/WeeklyContest/WCCPP/WC178_01_How_Many_Numbers_Are_Smaller_Than_The_Current_Number/WC178_01_How_Many_Numbers_Are_Smaller_Than_The_Current_Number.cpp) </br>解法1:暴力双层循环</br>解法2:先建积分表,再查询生成答案 |
7
10
||WC178_02 |[Rank Teams By Votes](https://leetcode-cn.com/problems/rank-teams-by-votes/)|M|[C++](https://github.com/codename1995/leetcodehub/blob/master/WeeklyContest/WCCPP/WC178_02_Rank_Teams_By_Votes/WC178_02_Rank_Teams_By_Votes.cpp)|
8
11
||WC178_03 |[Linked List In Binary Tree](https://leetcode-cn.com/problems/linked-list-in-binary-tree/)| M|[C++](https://github.com/codename1995/leetcodehub/blob/master/WeeklyContest/WCCPP/WC178_03_Linked_List_In_Binary_Tree/WC178_03_Linked_List_In_Binary_Tree.cpp)|
0 commit comments