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