diff --git a/README.md b/README.md index a2811b195..1d8d3386e 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,8 @@ Comparing the complexity of sorting algorithms (Bubble Sort, Insertion Sort, Sel [Complexity Graphs](https://github.com/prateekiiest/Python/blob/master/sorts/sortinggraphs.png) +---------------------------------------------------------------------------------- + ## Search Algorithms ### Linear @@ -114,6 +116,8 @@ __Properties__ * Average case performance O(log n) * Worst case space complexity O(1) +---------------------------------------------------------------------------------------------------------------------- + ## Ciphers ### Caesar