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