Skip to content

Commit 7c480cc

Browse files
committed
Update patternsearchalgorithm.md
1 parent c78486f commit 7c480cc

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/dsa/algorithms/patternsearchalgorithm.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22
id: patternsearching-in-dsa
33
title: Pattern Searching Algorithm in Data Structures and Algorithms
44
sidebar_label: Pattern Searching Algorithm
5-
sidebar_position: 1
6-
description: ""
7-
tags:
8-
[dsa,data-algorithms , pattern-searching
9-
]
5+
sidebar_position: 7
6+
description: "The Pattern Searching Algorithm is a powerful tool used to find occurrences of a pattern within a larger text or string."
7+
tags:[dsa,data-algorithms , pattern-searching]
108
---
119

1210

0 commit comments

Comments
 (0)