mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-04-28 19:43:31 +08:00
c++
This commit is contained in:
parent
669b453500
commit
c7885b547c
@ -681,7 +681,7 @@ public:
|
||||
//难点:右上角
|
||||
//(i,j)=>(0,array[0].size()-1)
|
||||
//在范围内:(i<array.size() && j>=0)
|
||||
//x = array[i][j]
|
||||
//x = array[i][j],直接返回true
|
||||
//x > target j--;
|
||||
//else i++;
|
||||
class Solution {
|
||||
|
Loading…
Reference in New Issue
Block a user