Skip to content

Commit 0050f0d

Browse files
committed
edit readme
1 parent b520a2e commit 0050f0d

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
> [Top Interview Preparation Questions](./Leetcode-Top-Interview-Questions)
88
> [Leetcode Daily Challenge](./Leetcode-Daily-Challenge)
99
10-
<br>
11-
1210
# C++ Data Structures and Algorithms Cheat Sheet
1311

1412
## Table of Contents
@@ -34,12 +32,12 @@
3432
- [2.3 Binary Search](#23-binary-search)
3533
- [2.4 Depth-First Search](#24-depth-first-search)
3634
- [2.5 Breadth-First Search](#25-breadth-first-search)
37-
- [3.0 Algorithms](#40-algorithms)
38-
- [3.1 Insertion Sort](#41-insertion-sort)
39-
- [3.2 Selection Sort](#42-selection-sort)
40-
- [3.3 Bubble Sort](#43-bubble-sort)
41-
- [3.4 Merge Sort](#44-merge-sort)
42-
- [3.5 Quicksort](#45-quicksort)
35+
- [3.0 Algorithms](#30-algorithms)
36+
- [3.1 Insertion Sort](#31-insertion-sort)
37+
- [3.2 Selection Sort](#32-selection-sort)
38+
- [3.3 Bubble Sort](#33-bubble-sort)
39+
- [3.4 Merge Sort](#34-merge-sort)
40+
- [3.5 Quicksort](#35-quicksort)
4341

4442
<!-- /TOC -->
4543

@@ -769,8 +767,6 @@ p.pop();
769767
- Choose median of the first, middle, and last elements as pivot
770768
- Counters worst-case complexity for already-sorted and reverse-sorted
771769

772-
<br>
773-
774770
# C++ Syntax Cheat Sheet
775771

776772
## Preface

0 commit comments

Comments
 (0)