File tree 8 files changed +17
-8
lines changed
8 files changed +17
-8
lines changed Original file line number Diff line number Diff line change 1
- ### Algorithms explained
1
+ < h1 > Algorithms explained</ h1 >
2
2
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 />
4
5
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 " />
6
8
7
9
<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 >
13
22
14
23
<h5 ><u >Running algorithms</u ></h5 >
15
24
<span >Open your terminal inside algos-explained root folder:</span >
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments