mirror of
https://gitcode.com/Zengtudor/alg2025.git
synced 2025-09-05 17:50:36 +00:00
update
This commit is contained in:
parent
d704fe09d4
commit
d9a9164d21
@ -3,7 +3,7 @@ using namespace std;
|
|||||||
|
|
||||||
class Solution {
|
class Solution {
|
||||||
public:
|
public:
|
||||||
vector<int> findDiagonalOrder(vector<vector<int>>& m) {
|
vector<int> findDiagonalOrder(const vector<vector<int>>& m) {
|
||||||
int x=0,y=0;
|
int x=0,y=0;
|
||||||
bool isup=true;
|
bool isup=true;
|
||||||
vector<int> res;
|
vector<int> res;
|
||||||
|
Loading…
Reference in New Issue
Block a user