Skip to content

docs: add comprehensive educational content for algorithm design and analysis#107

Open
Aarush-Pradhan wants to merge 3 commits into
pushkarscripts:mainfrom
Aarush-Pradhan:docs/openCSE-documentation
Open

docs: add comprehensive educational content for algorithm design and analysis#107
Aarush-Pradhan wants to merge 3 commits into
pushkarscripts:mainfrom
Aarush-Pradhan:docs/openCSE-documentation

Conversation

@Aarush-Pradhan
Copy link
Copy Markdown

@Aarush-Pradhan Aarush-Pradhan commented May 20, 2026

Related Issue

Fixes #84

Description

This PR adds Algorithm Design and Analysis (ADA) notes under the Sem 5 ADA module.
It includes structured chapter-wise documentation with beginner-friendly explanations for core DSA concepts such as:

  • Introduction to Algorithms
  • Time and Space Complexity
  • Searching and Sorting Algorithms
  • Divide and Conquer Technique

The content is integrated into the existing Next.js documentation structure and follows the project’s modular chapter-based design.


Type of Change

  • Bug fix
  • New feature
  • Documentation update
  • UI/UX improvement
  • Refactor

Screenshots / Demo

image

UI shows ADA course page with chapter-wise navigation working correctly.


How Has This Been Tested?

  • Verified locally using npm run dev
  • Tested chapter navigation (Previous/Next buttons)
  • Checked routing consistency under /sem5/ada2/[chapter]
  • Ensured all chapter content renders properly without “Notes not found” errors

Checklist

  • My code follows the project structure and conventions
  • I have tested the changes locally
  • I have linked the related issue properly
  • I have added screenshots where applicable
  • No existing functionality was broken

AI Usage

  • I have used AI tools (ChatGPT, Copilot, Claude, etc.) and I have reviewed, verified, and understood all generated code/content before submitting this PR

If AI tools were used, briefly explain how:

Used ChatGPT for debugging routing issues in Next.js, fixing chapter navigation links.


Additional Notes

This PR improves the ADA documentation module and ensures proper routing consistency across all chapters.

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented May 20, 2026

@Aarush-Pradhan is attempting to deploy a commit to the PushkarScripts Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[DOCS] Add Algorithm Design and Analysis Notes & Structured Documentation

1 participant