Software Engineering KB

Home

❯

01 Foundations

❯

01 Algorithms

❯

00 Category

❯

Searching

Searching

Feb 10, 20261 min read

  • algorithms
  • searching

Searching

Back: Algorithms

Finding a specific element or value within a data structure. The efficiency of a search depends on the structure of the data and the algorithm used, ranging from linear scans to logarithmic divide-and-conquer approaches.

Concepts

  • Linear Search
  • Binary Search
  • Interpolation Search
  • Ternary Search

algorithms searching


Graph View

  • Searching
  • Concepts

Backlinks

  • Software Engineering - Map of Content
  • Binary Search
  • Interpolation Search
  • Linear Search
  • Ternary Search
  • Algorithms

Created with Quartz v4.5.2 © 2026

  • GitHub