searching-algorithms #cs/algorithms Searching Algorithms Linear search: O(n) — works on unsorted arrays Binary search: O(log n) — requires sorted array DFS / BFS: graph traversal A*: heuristic pathfinding See Sorting Algorithms · Graph Theory · CS Concepts Hub.