name the one sorting technic and one searching technick
Answers
Answered by
0
Sorting Algorithms
A sorting algorithm is an algorithm that puts elements of a
list in a certain order
The most used orders are numerical order
Efficient sorting is important to optimize the use of other
algorithms that require sorted lists to work correctly
List of Various Sorting Algorithms
Bubble Sort
Selection Sort
Merge Sort
Quick Sort
Insertion Sort
Shell So
Searching Techniques
Linear Search
Binary Search
Binary Search Trees
Illustration
Search .
A sorting algorithm is an algorithm that puts elements of a
list in a certain order
The most used orders are numerical order
Efficient sorting is important to optimize the use of other
algorithms that require sorted lists to work correctly
List of Various Sorting Algorithms
Bubble Sort
Selection Sort
Merge Sort
Quick Sort
Insertion Sort
Shell So
Searching Techniques
Linear Search
Binary Search
Binary Search Trees
Illustration
Search .
Similar questions