Commit Graph

5 Commits

Author SHA1 Message Date
Faizan Ahamed
9543e522f2 Update Binary Search.cpp 2020-04-26 14:46:20 +05:30
Faizan Ahamed
2f6208532b Update Binary Search.cpp 2020-04-26 14:42:55 +05:30
Faizan Ahamed
1eef89591e Update Binary Search.cpp 2020-04-26 14:37:59 +05:30
Faizan Ahamed
5dbd45a3f0 error in line 23 i.e a constant value
in line 23.
int a[n];
give error while running i.e. expression must have a constant value.
so, rectifying this we can use pointer.
int* a = new int[n];
2020-04-26 14:18:01 +05:30
Christian Clauss
cb1ed9a488 rename Search -> search (#652) 2019-11-28 13:31:36 +01:00