s0035
This commit is contained in:
14
include/s0035_search_insert_position.hpp
Normal file
14
include/s0035_search_insert_position.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef S0035_SEARCH_INSERT_POSITION_HPP
|
||||
#define S0035_SEARCH_INSERT_POSITION_HPP
|
||||
|
||||
#include <vector>
|
||||
#include <cmath>
|
||||
|
||||
using namespace std;
|
||||
|
||||
class Solution {
|
||||
public:
|
||||
int searchInsert(vector<int>& nums, int target);
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user