Skip to content

Commit cd5910d

Browse files
committed
Update
1 parent c1d9f86 commit cd5910d

File tree

8 files changed

+17
-8
lines changed

8 files changed

+17
-8
lines changed

Diff for: README.md

+17-8
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,24 @@
1-
### Algorithms explained
1+
<h1>Algorithms explained</h1>
22

3-
<h5>Let's make algorithms easy and understandable once and for all!
3+
<h5>Let's make algorithms easy and understandable once and for all!</h5>
4+
<br/>
45

5-
<img src="https://pandorafms.com/blog/wp-content/uploads/2018/05/what-is-an-algorithm-featured.png" />
6+
<h5>Big O cheatsheet</h5>
7+
<img src="./assets/bigO.png" />
68

79
<h5><u>List of algos until now:</u></h5>
8-
<ol>
9-
<li>Caesar Cipher</li>
10-
<li>Bubble sort</li>
11-
</ol>
12-
10+
<ul>
11+
<li>Sorting algorithms</li>
12+
<ul>
13+
<li>Bubble sort</li>
14+
<li>Selection sort</li>
15+
<li>Insertion sort</li>
16+
<li>Merge sort</li>
17+
<li>Quick sort</li>
18+
<li>Heap sort</li>
19+
</ul>
20+
<li>Ceasar cipher</li>
21+
</ul>
1322

1423
<h5><u>Running algorithms</u></h5>
1524
<span>Open your terminal inside algos-explained root folder:</span>

Diff for: assets/bigO.png

729 KB
Loading
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)