Skip to content

Commit 9318e91

Browse files
committed
problem name modified
1 parent 66abafb commit 9318e91

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dsa-solutions/Searching-Algorithms/01-Linear-Search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: Linear-Search
33
title: Linear Search (Geeks for Geeks)
4-
sidebar_label: Problems - Linear Search
4+
sidebar_label: Linear Search
55
tags:
66
- Beginner
77
- Search Algorithms

dsa-solutions/Searching-Algorithms/03-Breadth-First-Search (BFS).md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: Breadth-First-Search-BFS
33
title: Breadth First Search (BFS) (Geeks for Geeks)
4-
sidebar_label: Problems - Breadth First Search (BFS)
4+
sidebar_label: Breadth First Search (BFS)
55
tags:
66
- Beginner
77
- Graph Algorithms

dsa-solutions/Searching-Algorithms/04-Depth-First-Search (DFS).md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: Depth-First-Search-DFS
33
title: Depth First Search (DFS) (Geeks for Geeks)
4-
sidebar_label: Problems - Depth First Search (DFS)
4+
sidebar_label: Depth First Search (DFS)
55
tags:
66
- Beginner
77
- Graph Algorithms

0 commit comments

Comments
 (0)