s0022
This commit is contained in:
15
include/s0022_generate_parentheses.hpp
Normal file
15
include/s0022_generate_parentheses.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef S0022_GENERATE_PARENTHESES
|
||||
#define S0022_GENERATE_PARENTHESES
|
||||
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include <cmath>
|
||||
|
||||
using namespace std;
|
||||
|
||||
class Solution {
|
||||
public:
|
||||
vector<string> generateParenthesis(int n);
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user