Skip to content

Conversation

@TrungHau2056
Copy link

No description provided.

@@ -0,0 +1,22 @@
//Using two loop to solve problem. That way is save memory so much but i think it isn't the best solution.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add esimtate for time and space complexity

// But this is a common way and not quickly and not efficiently
class Solution {
public:
void Try(int i, int j, vector<vector<char>> &temp){
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose meaningful function name

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants