About 2,110,000 results
Open links in new tab
  1. 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 …

  2. 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.

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

    May 29, 2023 · Delve into the 6 types of search algorithms and gain insights into how each one works to optimize your search results more effectively.

  4. 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.

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

    Different search algorithms, such as jump search, exponential search, ternary search, Fibonacci search, hash search, and breadth-first search, have their own unique characteristics and applications.

  6. Search Algorithm: Definition, Types, and Benefits Explained

    3 days ago · A Search Algorithm is a step-by-step computer science method for finding a specific item or value within data structures like arrays, lists or databases.

  7. AI Search Algorithms - Codecademy

    Mar 19, 2023 · A search algorithm is a type of algorithm used in artificial intelligence (AI) to find the best or most optimal solution to a problem by exploring a set of possible solutions, also called a search …

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

    In this comprehensive 2845 word guide, we will dig deep into some of the most fundamental search algorithms used in software applications and libraries. With plenty of code examples in Java, Python …

  9. Searching Algorithms in DSA (All Types With Time Complexity)

    Nov 25, 2025 · Let’s explore various searching algorithms, from basic techniques like linear search to more advanced methods like binary search and depth-first search. By learning these algorithms, …

  10. 3. Searching - Princeton University

    Aug 26, 2016 · Modern computing and the internet have made accessible a vast amount of information. The ability to efficiently search through this information is fundamental to computation. This chapter …