This commit is contained in:
13
include/s0046_permutations.hpp
Normal file
13
include/s0046_permutations.hpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef S0046_PERMUTATIONS_HPP
|
||||
#define S0046_PERMUTATIONS_HPP
|
||||
|
||||
#include <vector>
|
||||
|
||||
using namespace std;
|
||||
|
||||
class S0046 {
|
||||
public:
|
||||
vector<vector<int>> permute(vector<int>& nums);
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user