Skip to content

Commit c477b4e

Browse files
Utkarsh MishraUtkarsh Mishra
authored andcommitted
site updated
1 parent b376504 commit c477b4e

File tree

11 files changed

+55
-4
lines changed

11 files changed

+55
-4
lines changed

lessons/bmmv-algorithm.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
path: "/bmmv-algorithm"
3+
title: "Boyer-Moore Majority Voting Algorithm"
4+
order: "4D"
5+
section: "Arrays"
6+
description: "arrays"
7+
icon: "map"
8+
---

lessons/intro-complexity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
path: "/intro-complexity"
3-
title: "Intro to Complexity Analysis"
3+
title: "Complexity Analysis"
44
order: "7A"
55
section: "Space & Time Complexity"
66
description: "learn about time and space complexity for various algorithms"

lessons/intro-linkedlist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
path: "/intro-linkedlist"
3-
title: "Intro to Linked List"
3+
title: "Introduction to Linked List"
44
order: "12A"
55
section: "Linked Lists"
66
description: "learn Linked list from scratch"

lessons/intro-maths.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
path: "/intro-maths"
3-
title: "Intro to Maths in DSA"
3+
title: "Introduction to Maths in DSA"
44
order: "10A"
55
section: "Maths for DSA"
66
description: "learn maths required in DSA"

lessons/intro-oop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
path: "/intro-oop"
3-
title: "Introduction to OOP"
3+
title: "Introduction"
44
order: "11A"
55
section: "Object Oriented Programming"
66
description: "complete introduction to object oriented programming"

lessons/properties.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
path: "/properties"
3+
title: "Properties of OPP"
4+
order: "11C"
5+
section: "Object Oriented Programming"
6+
description: "complete introduction to object oriented programming"
7+
icon: "object-ungroup"
8+
---

lessons/recurrence.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
path: "/recurrence"
3+
title: "Recurrence Relations"
4+
order: "7B"
5+
section: "Space & Time Complexity"
6+
description: "learn about time and space complexity for various algorithms"
7+
---

lessons/space-complexity.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
path: "/space-complexity"
3+
title: "Space Complexity"
4+
order: "7D"
5+
section: "Space & Time Complexity"
6+
description: "learn about time and space complexity for various algorithms"
7+
---

lessons/subarrays.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
path: "/subarrays"
3+
title: "Subarrays"
4+
order: "4E"
5+
section: "Arrays"
6+
description: "arrays"
7+
---

lessons/this-constructor.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
path: "/this-constructor"
3+
title: "this Keyword & Constructor"
4+
order: "11B"
5+
section: "Object Oriented Programming"
6+
description: "complete introduction to object oriented programming"
7+
---

0 commit comments

Comments
 (0)