From a4c93b95adbca63d75c05d5754ea81e540cba34c Mon Sep 17 00:00:00 2001 From: Yogesh Vishwakarma <103316955+Yogeshkarma@users.noreply.github.com> Date: Tue, 4 Jun 2024 17:13:27 +0530 Subject: [PATCH] Update two-pointer-technique.md Removed the footer line --- contrib/ds-algorithms/two-pointer-technique.md | 2 -- 1 file changed, 2 deletions(-) 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.