Subham DasMar 22, 20191 min readLinear or Sequential SearchIn this searching method the element or record is sequentially compared with the list of elements. If the element match with the elements...
Subham DasMar 22, 20191 min readBinary SearchIf a list of elements or records are in sorted in ascending order the Binary Search algorithm is applicable. Its is faster than Insertion...