Step 1: Analysis of Search Techniques.
- **Binary Search**: The search time in binary search is dependent on the number of elements, specifically **$O(\log n)$**. It works on sorted arrays.
- **Hashing**: In hashing, the time for searching an element is independent of the number of elements, assuming a good hash function and proper collision resolution, giving **$O(1)$** average time complexity.
- **Linear Search**: The search time in linear search is **$O(n)$**, dependent on the number of elements, as it checks each element one by one.
- **Jump Search**: Jump Search also depends on the number of elements but has a time complexity of **$O(\sqrt{n})$**.
Step 2: Conclusion.
The correct answer is **(2) Hashing**, as search time is independent of the number of elements.
Find the next two terms of the series:
The given series is: \( A, C, F, J, ? \).
(A) O
(B) U
(C) R
(D) V
Choose the correct answer from the options given below:
Find the number of triangles in the given figure.
