Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ <h3>Sorting Algorithms</h3>
<li>Radix Sort</li>
<li>Shell Sort</li>
</ul>
<a href="https://github.com/TheAlgorithms/Algorithms-Explanation/tree/master/en/Sorting" class="algo-link">Learn More →</a>
<a href="https://github.com/TheAlgorithms/Algorithms-Explanation/tree/master/en/Sorting%20Algorithms" class="algo-link">Learn More →</a>
</div>
<div class="algo-card">
<i class="fas fa-search"></i>
Expand All @@ -237,7 +237,7 @@ <h3>Searching Algorithms</h3>
<li>Fibonacci Search</li>
<li>Ternary Search</li>
</ul>
<a href="https://github.com/TheAlgorithms/Algorithms-Explanation/tree/master/en/Searching" class="algo-link">Learn More →</a>
<a href="https://github.com/TheAlgorithms/Algorithms-Explanation/tree/master/en/Search%20Algorithms" class="algo-link">Learn More →</a>
</div>
<div class="algo-card">
<i class="fas fa-project-diagram"></i>
Expand Down