mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-04-29 03:53:30 +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,j)=>(0,array[0].size()-1)
|
||||||
//在范围内:(i<array.size() && j>=0)
|
//在范围内:(i<array.size() && j>=0)
|
||||||
//x = array[i][j]
|
//x = array[i][j],直接返回true
|
||||||
//x > target j--;
|
//x > target j--;
|
||||||
//else i++;
|
//else i++;
|
||||||
class Solution {
|
class Solution {
|
||||||
|
Loading…
Reference in New Issue
Block a user