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