-
-
Notifications
You must be signed in to change notification settings - Fork 64.3k
Reorganize Algorithms and Data Structures sections in free-courses-hi.md #11954
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reorganize Algorithms and Data Structures sections in free-courses-hi.md #11954
Conversation
- Merged separate Algorithms and Data Structures sections into a combined 'Algorithms and Data Structures' section - Added subheadings for 'Algorithms' and 'Data Structures' within the combined section - Moved common DSA courses to the main combined section - Organized exclusive algorithm courses under 'Algorithms' subheading - Organized exclusive data structure courses under 'Data Structures' subheading - Updated index to reflect the new structure - Maintained Soft Computing as a subheading under the combined section This reorganization improves the structure and makes it easier to find relevant courses while maintaining logical grouping of related content.
Linter failed, fix the error(s):
|
- Fixed incorrect number of blank lines between Data Science and Databases sections - Changed from 3 blank lines to 1 blank line as required by remark-lint - Resolves blank-lines-1-0-2 linting rule violation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this looks great!
One suggestion: we've used "See Also" links when we've moved things previously.
so where ### Data Structures
was
### Data Structures
try putting the line:
Data Structures :information_source: See … [Data Structures](#data-structures)
see how it looks
… section (per PR review)
8394cfb
to
616c5c8
Compare
… remove generic note
Linter failed, fix the error(s):
|
Linter failed, fix the error(s):
|
…ed heading; remove duplicates; fix blank lines
Linter failed, fix the error(s):
|
Linter failed, fix the error(s):
|
Linter failed, fix the error(s):
|
Linter failed, fix the error(s):
|
Linter failed, fix the error(s):
|
I guess that didn't work, thanks for trying |
Thank you for merging.. |
may i know that issue clearly |
As you discovered, the linter didn't like it |
OK |
What does this PR do?
Improve repo
For resources
Description
This PR reorganizes the Algorithms and Data Structures sections in the Hindi free courses file by merging them into a combined section with subheadings, as requested in issue #7323.
Why is this valuable (or not)?
This reorganization is valuable because:
How do we know it's really free?
All existing courses remain unchanged - this is purely a structural reorganization. No new resources are added or removed.
For book lists, is it a book? For course lists, is it a course? etc.
This is a reorganization of existing courses in the free-courses-hi.md file. All courses remain the same YouTube playlists and tutorials.
Checklist:
Follow-up
Fixes #7323