Skip to content

Commit 5bd861f

Browse files
authored
Update README.md
1 parent f1e660e commit 5bd861f

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
1-
# TugasBesarWeb-Kelompok3
1+
# Sorting and Searching Visualizer
22

3-
Anggota Kelompok :<br>
3+
Sorting Algorithm :<br>
4+
1. Bubble Sort<br>
5+
2. Selection Sort<br>
6+
3. Merge Sort<br>
7+
4. Insertion Sort<br>
8+
5. Quick Sort<br>
9+
<br>
10+
Searching Algorithm :<br>
11+
1. Linear Search<br>
12+
2. Binary Search<br>
13+
<br>
414

5-
1. (105220005) Ahmad Afdhal<br>
6-
2.
15+
Pick the size of array and speed of process!<br>
16+
Auto generate random array!<br>
17+
See how long the time of execution and big-O notation<br>

0 commit comments

Comments
 (0)