About 858,000 results
Open links in new tab
  1. Searching Algorithms - GeeksforGeeks

    Sep 23, 2025 · Searching algorithms are essential tools in computer science used to locate specific items within a collection of data. In this tutorial, we are mainly going to focus upon searching in an array.

  2. Search algorithm - Wikipedia

    In computer science, a search algorithm is an algorithm designed to solve a search problem. Search algorithms work to retrieve information stored within particular data structure, or calculated in the …

  3. 6 Types of Search Algorithms You Need to Know - Luigi's Box

    May 29, 2023 · In this article, you’ll learn about the most common search algorithms, their time complexities, how their search processes work, and real-life applications in computer science.

  4. Search Algorithms – Linear Search and Binary Search Code …

    Jan 11, 2022 · Search algorithms are a fundamental computer science concept that you should understand as a developer. They work by using a step-by-step method to locate specific data among …

  5. Top 10 Search Algorithms: A Comparative Study - Algorithm Examples

    An in-depth comparison of the top 10 search algorithms, including Binary, Linear, Jump, Interpolation, Ternary, Fibonacci, Hash, Breadth-first among others, can provide an insightful understanding of …

  6. Search Algorithms: Types, Examples & Uses - ait.systems

    Oct 1, 2024 · Explore search algorithms like linear, binary, DFS, and BFS with examples, uses, and tips for faster, efficient data retrieval.

  7. Searching Algorithms - Tpoint Tech - Java

    Aug 28, 2024 · Searching algorithms are methods or procedures used to find a specific item or element within a collection of data.

  8. Search Algorithms: A Comprehensive Guide – CRNX

    May 8, 2025 · This comprehensive guide demystifies search algorithms, from simple linear scans to hash‑table lookups, tries, balanced trees, and BFS/DFS in graphs. All while showing you how each …

  9. Search Algorithms Explained with Examples in Java, Python, and C++

    We have covered a lot of ground around the most essential search algorithms for any programmer or computer science student to know. From explanation to analysis to code examples across multiple …

  10. A Comprehensive Guide to Search Algorithms - The Alpha Dev

    Jul 10, 2024 · Search algorithms are fundamental components in computer science, enabling efficient data retrieval from various data structures. Understanding these algorithms is crucial for optimizing …