You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
# visualAlgo
2
-
lgorithms visualised:
2
+
## Algorithms visualised:
3
3
# 1) Sorting Algorithms
4
4
a) Bubble Sort
5
5
b) Selection Sort
6
6
c) Merge Sort
7
7
d) Quick Sort
8
8
e) Insertion Sort
9
9
# 2) Graph Traversal (Path finding Algos)
10
-
# Blind search algorithms such as breadth-first and depth-first exhaust all possibilities; starting from the given node, they iterate over all possible paths until they reach the goal node.
11
-
# Dijkstra follows a greedy approach and is smart path finding algorithm
10
+
####Blind search algorithms such as breadth-first and depth-first exhaust all possibilities; starting from the given node, they iterate over all possible paths until they reach the goal node.
11
+
####Dijkstra follows a greedy approach and is smart path finding algorithm
0 commit comments