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