File tree 4 files changed +18
-0
lines changed
4 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -49,3 +49,7 @@ Binary Search should return -1 as 9 is not present in the array
49
49
#### Video Explanation
50
50
51
51
[ A CS50 video explaining the Binary Search Algorithm] ( https://www.youtube.com/watch?v=5xlIPT1FRcA )
52
+
53
+ #### Animation Explanation
54
+
55
+ - [ Tute Board] ( https://boardhub.github.io/tute/?wd=binarySearchAlgo2 )
Original file line number Diff line number Diff line change @@ -42,3 +42,7 @@ Linear Search should return -1 as 6 is not present in the array
42
42
#### Video Explanation
43
43
44
44
[ A CS50 video explaining the Linear Search Algorithm] ( https://www.youtube.com/watch?v=CX2CYIJLwfg )
45
+
46
+
47
+ #### Animation Explanation
48
+ - [ Tute Board] ( https://boardhub.github.io/tute/?wd=linearSearchAlgo )
Original file line number Diff line number Diff line change @@ -102,3 +102,8 @@ Indexes: 0 1 2 3
102
102
#### Others
103
103
104
104
Bubble sort is also known as Sinking sort.
105
+
106
+ #### Animation Explanation
107
+
108
+ - [ Tute Board] ( https://boardhub.github.io/tute/?wd=bubbleSortAlgo2 )
109
+
Original file line number Diff line number Diff line change @@ -66,3 +66,8 @@ Indexes: 0 1 2 3
66
66
#### Video Explanation
67
67
68
68
[ A video explaining the Selection Sort Algorithm] ( https://www.youtube.com/watch?v=f8hXR_Hvybo )
69
+
70
+
71
+ #### Animation Explanation
72
+
73
+ - [ Tute Board] ( https://boardhub.github.io/tute/?wd=selectSortAlgo2 )
You can’t perform that action at this time.
0 commit comments