From cf829698f842105b94fb43a64b21d63c73f461b5 Mon Sep 17 00:00:00 2001 From: Aayush Vats <220010001@iitdh.ac.in> Date: Tue, 3 Sep 2024 15:53:48 +0530 Subject: [PATCH] finishing up --- lab2/src/part3_searcher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lab2/src/part3_searcher.cpp b/lab2/src/part3_searcher.cpp index 090b960..74a6dee 100644 --- a/lab2/src/part3_searcher.cpp +++ b/lab2/src/part3_searcher.cpp @@ -1,4 +1,4 @@ -// The logic of this part of the assignment was inspired from CS038 Om Nakrani as we were stuck and were facing issues to get it to work properly. +// Credits to CS038 Om Nakrani for helping out in this part of the assignment as we were facing issues getting it to work... #include #include