Skip to content

Commit 88bcb06

Browse files
Utkarsh MishraUtkarsh Mishra
Utkarsh Mishra
authored and
Utkarsh Mishra
committed
more lesson added
1 parent 999d194 commit 88bcb06

File tree

7 files changed

+19
-5
lines changed

7 files changed

+19
-5
lines changed

lessons/countsort.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
path: "/countsort"
3+
title: "Count Sort"
4+
order: "5F"
5+
section: "Searching & Sorting"
6+
description: "learn Sorting algorithms"
7+
---

lessons/cyclesort.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
path: "/cyclesort"
33
title: "Cyclic Sort"
4-
order: "5E"
4+
order: "5H"
55
section: "Searching & Sorting"
66
description: "learn Sorting algorithms"
77
---

lessons/practise-question.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
path: "/practise-question"
33
title: "Practise Questions"
4-
order: "5F"
4+
order: "5I"
55
section: "Searching & Sorting"
66
description: "learn Searching & sorting algorithms"
77
---

lessons/radixsort.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
path: "/countsort"
3+
title: "Radix Sort"
4+
order: "5G"
5+
section: "Searching & Sorting"
6+
description: "learn Sorting algorithms"
7+
---

lessons/recurrence.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
path: "/recurrence"
33
title: "Recurrence Relations"
4-
order: "7B"
4+
order: "7D"
55
section: "Space & Time Complexity"
66
description: "learn about time and space complexity for various algorithms"
77
---

lessons/space-complexity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
path: "/space-complexity"
33
title: "Space Complexity"
4-
order: "7D"
4+
order: "7C"
55
section: "Space & Time Complexity"
66
description: "learn about time and space complexity for various algorithms"
77
---

lessons/time-complexity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
path: "/time-complexity"
33
title: "Time Complexity"
4-
order: "7C"
4+
order: "7B"
55
section: "Space & Time Complexity"
66
description: "learn about time and space complexity for various algorithms"
77
---

0 commit comments

Comments
 (0)