Skip to content

Commit

Permalink
Update and rename solution.cpp to Shubhra-Narang--c.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bh-g authored Jan 23, 2024
1 parent 5b43d78 commit 9e8731d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
```
class Solution {
public:
void generate(string &digits, int i,string &t, vector<string>&ans, vector<vector<char>>&m){
Expand Down Expand Up @@ -29,3 +30,4 @@ class Solution {
return ans;
}
};
```

0 comments on commit 9e8731d

Please sign in to comment.