Skip to content

Commit

Permalink
Merge pull request #89 from sujitmemane/sujitmemane/added-dsa
Browse files Browse the repository at this point in the history
Added DSA files and List in Sidebar
  • Loading branch information
Vishal-raj-1 authored Oct 2, 2023
2 parents dbef60c + d683a0e commit 55e065c
Show file tree
Hide file tree
Showing 15 changed files with 188 additions and 0 deletions.
61 changes: 61 additions & 0 deletions config/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,67 @@ export const docsConfig: DocsConfig = {
}
],
},

{
title:"DSA in Javascript",
items: [
{
title: "Loops",
href: "/batch/dsa/loops",
},
{
title: "Time Complexity",
href: "/batch/dsa/time-complexity",
},
{
title: "Array",
href: "/batch/dsa/array",
},
{
title: "Polyfills",
href: "/batch/dsa/polyfills",
},
{
title: "String",
href: "/batch/dsa/string",
},
{
title: "Recursion",
href: "/batch/dsa/recursion",
},
{
title: "Linear & Binary Search",
href: "/batch/dsa/search",
},
{
title: "Objects",
href: "/batch/dsa/objects",
},
{
title: "Basic Sorting",
href: "/batch/dsa/basic-sorting",
},
{
title: "Advance Sorting",
href: "/batch/dsa/advance-sorting",
},
{
title: "Set and Map",
href: "/batch/dsa/set-map",
},{
title: "Linked List",
href: "/batch/dsa/linked-list",
},
{
title: "Stack",
href: "/batch/dsa/stack",
},
{
title: "Queue",
href: "/batch/dsa/queue",
},
],
},
{
title: "Build Batch",
items: [
Expand Down
10 changes: 10 additions & 0 deletions content/batch/dsa/advance-sorting.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title:Advance Sorting
description: Learn Advance Sorting in JavaScript
---

<Callout>

Want to improve this page?. Raise a issue on [@github](https://github.com/FrontendFreaks/Official-Website).

</Callout>
9 changes: 9 additions & 0 deletions content/batch/dsa/array.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Arrays
description: Learn Arrays in JavaScript
---

<Callout>

Want to improve this page?. Raise a issue on [@github](https://github.com/FrontendFreaks/Official-Website).
</Callout>
9 changes: 9 additions & 0 deletions content/batch/dsa/basic-sorting.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Basic Sorting
description: Learn Sorting in JavaScript
---

<Callout>

Want to improve this page?. Raise a issue on [@github](https://github.com/FrontendFreaks/Official-Website).
</Callout>
9 changes: 9 additions & 0 deletions content/batch/dsa/linked-list.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Linked List
description: Learn Linked List in JavaScript
---

<Callout>

Want to improve this page?. Raise a issue on [@github](https://github.com/FrontendFreaks/Official-Website).
</Callout>
9 changes: 9 additions & 0 deletions content/batch/dsa/loops.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Loops
description: Learn Loops in JavaScript
---

<Callout>

Want to improve this page?. Raise a issue on [@github](https://github.com/FrontendFreaks/Official-Website).
</Callout>
9 changes: 9 additions & 0 deletions content/batch/dsa/objects.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Objects
description: Learn Objects in JavaScript
---

<Callout>

Want to improve this page?. Raise a issue on [@github](https://github.com/FrontendFreaks/Official-Website).
</Callout>
9 changes: 9 additions & 0 deletions content/batch/dsa/polyfills.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Polyfills
description: Learn Polyfills in JavaScript
---

<Callout>

Want to improve this page?. Raise a issue on [@github](https://github.com/FrontendFreaks/Official-Website).
</Callout>
9 changes: 9 additions & 0 deletions content/batch/dsa/queue.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Queue
description: Learn Queue in JavaScript
---

<Callout>

Want to improve this page?. Raise a issue on [@github](https://github.com/FrontendFreaks/Official-Website).
</Callout>
9 changes: 9 additions & 0 deletions content/batch/dsa/recursion.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Recursion
description: Learn Recursion in JavaScript
---

<Callout>

Want to improve this page?. Raise a issue on [@github](https://github.com/FrontendFreaks/Official-Website).
</Callout>
9 changes: 9 additions & 0 deletions content/batch/dsa/search.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Search
description: Lear Search in JavaScript
---

<Callout>

Want to improve this page?. Raise a issue on [@github](https://github.com/FrontendFreaks/Official-Website).
</Callout>
9 changes: 9 additions & 0 deletions content/batch/dsa/set-map.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Set & Map
description: Learn Set and Map in JavaScript
---

<Callout>

Want to improve this page?. Raise a issue on [@github](https://github.com/FrontendFreaks/Official-Website).
</Callout>
9 changes: 9 additions & 0 deletions content/batch/dsa/stack.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Stack
description: Learn Stack in JavaScript
---

<Callout>

Want to improve this page?. Raise a issue on [@github](https://github.com/FrontendFreaks/Official-Website).
</Callout>
9 changes: 9 additions & 0 deletions content/batch/dsa/string.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: String
description: Learn String in JavaScript
---

<Callout>

Want to improve this page?. Raise a issue on [@github](https://github.com/FrontendFreaks/Official-Website).
</Callout>
9 changes: 9 additions & 0 deletions content/batch/dsa/time-complexity.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Time Complexity
description: Learn Time Complexity in JavaScript
---

<Callout>

Want to improve this page?. Raise a issue on [@github](https://github.com/FrontendFreaks/Official-Website).
</Callout>

0 comments on commit 55e065c

Please sign in to comment.