diff --git a/contrib/ds-algorithms/two-pointer-technique.md b/contrib/ds-algorithms/two-pointer-technique.md index cec588f..6b8720a 100644 --- a/contrib/ds-algorithms/two-pointer-technique.md +++ b/contrib/ds-algorithms/two-pointer-technique.md @@ -130,5 +130,3 @@ Minimizes redundant operations and enhances performance, especially with large d ### Example - **Partitioning problems**: Efficiently partitions elements with minimal operations. - -These advantages make the two-pointer technique a valuable approach for many algorithmic challenges.