Skip to content

Commit b9023fb

Browse files
committed
solved broken links found
1 parent fa41d5c commit b9023fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: 'A comprehensive guide to Data Structures and Algorithms (DSA) incl
1010

1111
> Data Structures and Algorithms are the building blocks of computer science. They are the tools you'll use to build software systems. This section is a collection of resources to help you understand and master Data Structures and Algorithms.
1212
13-
If you're new to Data Structures and Algorithms, start with the [Introduction to Data Structures and Algorithms](/docs/dsa/) guide.
13+
If you're new to Data Structures and Algorithms, start with the [Introduction to Data Structures and Algorithms](#) guide.
1414

1515
```mermaid
1616
graph TD;

solutions/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ In this section, you will learn about the solutions of the problems of Data Stru
3131
- [Bit Manipulation](#): Bit Manipulation is the act of algorithmically manipulating bits or binary digits.
3232
- [Graph Algorithms](#): Graph Algorithms are algorithms that operate on graphs to solve problems.
3333
- [Mathematical Algorithms](#): Mathematical Algorithms are algorithms that solve mathematical problems.
34-
- [String Algorithms](../dsa/category/string-algorithms): String Algorithms are algorithms that operate on strings to solve problems.
34+
- [String Algorithms](#): String Algorithms are algorithms that operate on strings to solve problems.
3535

3636
## Problems
3737

0 commit comments

Comments
 (0)