From a4abfc141bb4cabafe9bd6fbb48a4d23ca78b916 Mon Sep 17 00:00:00 2001 From: sujal Date: Tue, 27 May 2025 19:52:21 +0530 Subject: [PATCH] Fixed the href links which before routed to wrong page (github's 404) --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index fc58ea0..0c32aae 100644 --- a/index.html +++ b/index.html @@ -223,7 +223,7 @@

Sorting Algorithms

  • Radix Sort
  • Shell Sort
  • - Learn More → + Learn More →
    @@ -237,7 +237,7 @@

    Searching Algorithms

  • Fibonacci Search
  • Ternary Search
  • - Learn More → + Learn More →