Skip to content

Commit c37652c

Browse files
Add files via upload
1 parent 917f79c commit c37652c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Python Basic Projects.ipynb

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -263,14 +263,14 @@
263263
},
264264
{
265265
"cell_type": "code",
266-
"execution_count": 7,
266+
"execution_count": 15,
267267
"metadata": {},
268268
"outputs": [
269269
{
270270
"name": "stdout",
271271
"output_type": "stream",
272272
"text": [
273-
"The value found at location : 1\n"
273+
"The value found at location : 9\n"
274274
]
275275
}
276276
],
@@ -303,10 +303,9 @@
303303
" \n",
304304
" return -1\n",
305305
"\n",
306-
"des_array = [873, 870, 868, 865, 863, 860, 857, 854, 851, 848]\n",
307306
"asc_array = [848,851,854,857,860,863,865,868,870,873]\n",
308-
"#print(len(des_array))\n",
309-
"print('The value found at location :',binary_search_Asc(asc_array,0,len(asc_array)-1,851))"
307+
"#print(len(asc_array))\n",
308+
"print('The value found at location :',binary_search_Asc(asc_array,0,len(asc_array)-1,873))"
310309
]
311310
},
312311
{

0 commit comments

Comments
 (0)