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