diff --git a/dynamic_programming/searching_of_element_in_dynamic_array.cpp b/dynamic_programming/searching_of_element_in_dynamic_array.cpp index ff260bebd..9c3f62578 100644 --- a/dynamic_programming/searching_of_element_in_dynamic_array.cpp +++ b/dynamic_programming/searching_of_element_in_dynamic_array.cpp @@ -61,8 +61,7 @@ int main() { // entering the value of rows in array in Horizontal std::cin >> ac[i]; } - - // Change the position of Array so that new arrays entery will be done + // Change the position of Array so that new arrays entery will be done ar[r] = ac; } // this for loop is use for display result of querry