docs: add comprehensive educational content for algorithm design and analysis#107
docs: add comprehensive educational content for algorithm design and analysis#107Aarush-Pradhan wants to merge 5 commits into
Conversation
|
@Aarush-Pradhan is attempting to deploy a commit to the PushkarScripts Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Since this PR is for ADA subject only, remove this file from the commit as its unrelated.
There was a problem hiding this comment.
I have updated the code from your main branch, so all the changes which i had made should be reverted into the code that is now in the main branch of your repo. If any further changes are required, feel free to let me know.
pushkarscripts
left a comment
There was a problem hiding this comment.
Make the necessary changes and update the PR.
74d43a5 to
0b6afaf
Compare
|
Deployment failed with the following error: |
|
hey @pushkarscripts I've forcefully reset the The PR should now cleanly show only the documentation for the ADA subject. Let me know if everything looks good on your end now! |
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:
The content is integrated into the existing Next.js documentation structure and follows the project’s modular chapter-based design.
Type of Change
Screenshots / Demo
UI shows ADA course page with chapter-wise navigation working correctly.
How Has This Been Tested?
npm run dev/sem5/ada2/[chapter]Checklist
AI Usage
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.