Skip to content

Commit 6b6a3d9

Browse files
committed
Commit 2
1 parent e7c5461 commit 6b6a3d9

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

dsa-solutions/gfg-solutions/Hard/0101-0200/0105-Scrambled-String.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
---
2-
id: BFS-traversal-of-graph
3-
title: BFS Traversal of Graph (Geeks for Geeks)
4-
sidebar_label: BFS Traversal of Graph
2+
id: Scrambled-String
3+
title: Scrambled-String (Geeks for Geeks)
4+
sidebar_label: Scrambled-String
55
tags:
66
- Intermediate
7-
- Graph
8-
- Breadth-First Search
97
- Geeks for Geeks
108
- CPP
119
- Python
1210
- DSA
13-
description: "This is a solution to the BFS Traversal of Graph problem on Geeks for Geeks."
11+
description: "This is a solution to the Scrambled-String problem on Geeks for Geeks."
1412
---
1513

1614
## Problem Description

0 commit comments

Comments
 (0)