Skip to content

Opening book details…

About this document

Searching and Sorting Techniques in DS by saumya2213215 is a document available to read on EtoBox.

The document discusses various searching and sorting algorithms used in data structures. It begins by defining searching as finding the location of an element in a list. Linear search and binary search are then described as sequential and indexed sequential search techniques. Linear search compares each element until a match is found, having average complexity of O(n/2). Binary search recursively halves the search space by comparing the middle element. Sorting algorithms like bubble, selection, insertion an

Author
saumya2213215
Language
EN