Update MP2
This commit is contained in:
13
Assignments/MP2_CalebFontenot_clion/binarySearch.h
Normal file
13
Assignments/MP2_CalebFontenot_clion/binarySearch.h
Normal file
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// Created by caleb on 3/7/24.
|
||||
//
|
||||
|
||||
#ifndef MP2_CALEBFONTENOT_CLION_BINARYSEARCH_H
|
||||
#define MP2_CALEBFONTENOT_CLION_BINARYSEARCH_H
|
||||
|
||||
#include <vector>
|
||||
|
||||
std::tuple<int, int> binarySearch(std::vector<std::vector<int>> arr, int numToSearchFor);
|
||||
int binarySearch(std::vector<int> arr, int numToSearchFor);
|
||||
|
||||
#endif //MP2_CALEBFONTENOT_CLION_BINARYSEARCH_H
|
Reference in New Issue
Block a user