Learn practical skills, build real-world projects, and advance your career
!pip install jovian --upgrade --quiet
ar=[12,13,54,67,8,9,1,45,4,12,13,53]
arr=sorted(ar)

BINARY SEARCH

arr
[1, 4, 8, 9, 12, 12, 13, 13, 45, 53, 54, 67]