Skip to content

Commit d9165b1

Browse files
authored
Merge pull request #1361 from CodeHarborHub/dev-3
new update for DSA Docs in Structure way
2 parents 1cc106b + 1ebc6eb commit d9165b1

35 files changed

+307
-24
lines changed

dsa-solutions/lc-solutions/3100-3199/3181-Maximum total rewards using rewards II.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
id: max-total-reward
2+
id: 3181-max-total-reward
33
title: Maximum Total Reward Using Operations
44
level: hard
55
sidebar_label: Max Total Reward

dsa/basic-topics/_category_.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"label": "Basic Topics",
3+
"position": 2,
4+
"link": {
5+
"type": "generated-index",
6+
"description": "In this section, you will find topics that are essential to understanding the basics of the DSA and how to start your DSA learning journey."
7+
}
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"label": "Arrays",
3+
"position": 5,
4+
"link": {
5+
"type": "generated-index",
6+
"description": "In this section, you will learn about arrays and how to use them in your programs."
7+
}
8+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
id: introduction-to-array
3+
title: Introduction to Arrays
4+
sidebar_label: Introduction to Arrays
5+
sidebar_position: 1
6+
---

dsa/basic-topics/arrays/multi-dimensional.md

Whitespace-only changes.

dsa/basic-topics/arrays/operations.md

Whitespace-only changes.

dsa/basic-topics/arrays/practice-problems.md

Whitespace-only changes.

dsa/basic-topics/backtracking.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
id: backtracking
3+
title: Backtracking
4+
sidebar_label: Backtracking
5+
sidebar_position: 6
6+
---

dsa/basic-topics/binary-search.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
id: binary-search
3+
title: Binary Search
4+
sidebar_label: Binary Search
5+
sidebar_position: 7
6+
---

dsa/basic-topics/brute-force.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
id: brute-force
3+
title: Brute Force Algorithm
4+
sidebar_label: Brute Force
5+
sidebar_position: 8
6+
---

0 commit comments

Comments
 (0)