We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c78486f commit 7c480ccCopy full SHA for 7c480cc
docs/dsa/algorithms/patternsearchalgorithm.md
@@ -2,11 +2,9 @@
2
id: patternsearching-in-dsa
3
title: Pattern Searching Algorithm in Data Structures and Algorithms
4
sidebar_label: Pattern Searching Algorithm
5
-sidebar_position: 1
6
-description: ""
7
-tags:
8
- [dsa,data-algorithms , pattern-searching
9
- ]
+sidebar_position: 7
+description: "The Pattern Searching Algorithm is a powerful tool used to find occurrences of a pattern within a larger text or string."
+tags:[dsa,data-algorithms , pattern-searching]
10
---
11
12
0 commit comments