Skip to content

Commit 7d81739

Browse files
Merge branch 'main' of https://github.com/siddharth25pandey/visualAlgo into main
2 parents adaf9da + c6c2e93 commit 7d81739

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# visualAlgo
2-
lgorithms visualised:
2+
## Algorithms visualised:
33
# 1) Sorting Algorithms
44
a) Bubble Sort
55
b) Selection Sort
66
c) Merge Sort
77
d) Quick Sort
88
e) Insertion Sort
99
# 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
1212

1313
a) Breadth First Search (BFS)
1414
b) Depth First Search (DFS)

0 commit comments

Comments
 (0)