-
-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f5d7de8
commit 5b2837b
Showing
16 changed files
with
150 additions
and
3,864 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
|
||
// @ts-check | ||
|
||
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */ | ||
const sidebarsDSAInterview = { | ||
// By default, Docusaurus generates a sidebar from the docs folder structure | ||
tutorialSidebar: [{type: 'autogenerated', dirName: '.'}], | ||
|
||
}; | ||
|
||
export default sidebarsDSAInterview; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
id: dsa-interview | ||
title: "Welcome to DSA Interview Preparation" | ||
sidebar_label: DSA Interview Preparation | ||
sidebar_position: 1 | ||
slug: / | ||
description: "DSA Interview Preparation is your gateway to mastering Data Structures and Algorithms (DSA) for technical interviews. Whether you're a coding enthusiast, a student, or a professional looking to enhance your programming skills, DSA Interview Preparation is here to guide you through the intricate world of DSA." | ||
tags: [dsa, data structures, algorithms, interview-preparation] | ||
--- | ||
|
||
DSA Interview Preparation is your gateway to mastering Data Structures and Algorithms (DSA) for technical interviews. Whether you're a coding enthusiast, a student, or a professional looking to enhance your programming skills, DSA Interview Preparation is here to guide you through the intricate world of DSA. | ||
|
||
<Ads /> | ||
|
||
## What Sets DSA Interview Preparation Apart? | ||
|
||
### Comprehensive Learning Pathways | ||
|
||
DSA Interview Preparation provides carefully curated learning pathways designed to take you from a DSA novice to a proficient coder. Our structured approach ensures a smooth learning curve, starting with the basics and gradually progressing to advanced topics. | ||
|
||
### Interactive Coding Challenges | ||
|
||
Learning by doing is at the heart of DSA Interview Preparation. Engage in hands-on coding challenges that reinforce your understanding of key concepts. Our interactive platform allows you to apply what you've learned in a practical and engaging manner. | ||
|
||
<Ads /> | ||
|
||
### Supportive Community | ||
|
||
Join a vibrant community of learners, mentors, and industry experts who are passionate about DSA. Collaborate, share knowledge, and grow together as you embark on your coding journey. | ||
|
||
### Personalized Learning Experience | ||
|
||
DSA Interview Preparation's adaptive learning platform tailors the content to your skill level and learning pace. Whether you're a beginner or an experienced coder, DSA Interview Preparation provides a personalized learning experience that meets your unique needs. | ||
|
||
## Get Started with DSA Interview Preparation | ||
|
||
Ready to dive into the world of Data Structures and Algorithms for technical interviews? Start your learning journey with DSA Interview Preparation today! Explore our learning pathways, tackle coding challenges, and connect with a community of like-minded individuals who share your passion for coding. | ||
|
||
--- | ||
|
||
<h2 className="text-center">Feedback and Support</h2> | ||
|
||
<GiscusComponent /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.