Facebook Twitter Instagram
    Facebook Twitter Instagram
    Space Command Space Command
    Subscribe
    • Home
    • DSA
    • React
    • SEO
    • Phones
    • Info
      • Browser Versions
    • Contact
    Space Command Space Command
    DSA

    Algorithms – Searching

    AdminBy AdminAugust 24, 2026No Comments1 Min Read

    The following is a list of common searching algorithms with their time complexities:

    Algorithm Best Case Average Case Worst Case Space Complexity
    Linear Search O(1) O(n) O(n) O(1)
    Binary Search O(1) O(log n) O(log n) O(1)
    Jump Search O(1) O(√n) O(√n) O(1)
    Interpolation Search O(1) O(log log n) O(n) O(1)
    Exponential Search O(1) O(log n) O(log n) O(1)
    Ternary Search O(1) O(log n) O(log n) O(1)
    Fibonacci Search O(1) O(log n) O(log n) O(1)
    Previous ArticleAlgorithms – Sorting
    Admin
    • Website

    Related Posts

    Algorithms – Sorting

    November 3, 2024

    Insertion Sort

    November 9, 2023
    Add A Comment

    Leave A Reply Cancel Reply

    Recent Posts
    • Algorithms – Searching
    • Algorithms – Sorting
    • Insertion Sort
    • Playgrounds
    • Gang of Four (GoF) Design Patterns
    Recent Comments
      © 2026 SpaceCmdTech

      Type above and press Enter to search. Press Esc to cancel.