Skip to content

Commit

Permalink
added linear search
Browse files Browse the repository at this point in the history
  • Loading branch information
raviranjan3570 committed Nov 8, 2020
1 parent 50901b9 commit 7848634
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ Important algorithms for coding interviews

**2. Heaps**
* <a target="_blank" href="https://gist.github.com/raviranjan3570/8846614513ff40b6e9bbe74b06cfc5c9#file-buildingmaxheap-java">BuildingMaxHeap TC = O(n) | SC = O(logn)</a>

**3. Searching**
* <a target="_blank" href="https://gist.github.com/raviranjan3570/8846614513ff40b6e9bbe74b06cfc5c9#file-linearsearch-java">Linear Search TC = O(n) | SC = O(1)</a>

0 comments on commit 7848634

Please sign in to comment.