get nullptr'd lol

This commit is contained in:
2024-03-09 23:17:44 -06:00
parent 5088bded35
commit 756d08231a
107 changed files with 9646 additions and 1888 deletions

View File

@@ -27,5 +27,6 @@ std::string printVector(std::vector<int> arr, std::vector<int> locationVector =
std::string printVector(std::vector<std::vector<int>> arr, std::vector<std::tuple<int, int>> locationVector = {{-1, -1}});
std::vector<std::vector<int>> random2DArray(int x, int y);
std::vector<std::tuple<int, int>> highlightEveryOther(int x, int y);
#endif //MP2_CALEBFONTENOT_CLION_2DARRAYOPERATIONS_H