Skip to content

Commit

Permalink
again-_-
Browse files Browse the repository at this point in the history
  • Loading branch information
raviranjan3570 committed Oct 23, 2020
1 parent 0bacebd commit 7b8c08c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ Important algorithms for coding interviews
* <a target="_blank" href="https://gist.github.com/raviranjan3570/8846614513ff40b6e9bbe74b06cfc5c9#file-quicksort-java">Quick Sort TC = (Best Case = O(nlogn)), (Worst Case = O(n^2)) | SC = (Best Case = O(logn)), (Worst Case = O(n))</a>

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

0 comments on commit 7b8c08c

Please sign in to comment.