Skip to content

Commit b16cc59

Browse files
Utkarsh MishraUtkarsh Mishra
Utkarsh Mishra
authored and
Utkarsh Mishra
committed
site updated 1.0
1 parent 3f20f67 commit b16cc59

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

lessons/intro-ds.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
path: "/intro-ds"
3+
title: "Introduction to Data Structures"
4+
order: "12A"
5+
section: "Linked Lists"
6+
description: "complete intro to data structures"
7+
icon: "link"
8+
---

lessons/intro-linkedlist.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
path: "/intro-linkedlist"
33
title: "Introduction to Linked List"
4-
order: "12A"
4+
order: "12B"
55
section: "Linked Lists"
66
description: "learn Linked list from scratch"
7-
icon: "link"
87
---

lessons/properties.md

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

lessons/radixsort.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
path: "/countsort"
2+
path: "/radixsort"
33
title: "Radix Sort"
44
order: "5G"
55
section: "Searching & Sorting"

0 commit comments

Comments
 (0)