-
Notifications
You must be signed in to change notification settings - Fork 273
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
DSA implemations of several Programming languages #930
Conversation
Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊 |
@jfmartinz please check this pr and merge . |
@jfmartinz please merge the pr please |
You don't need to add new readme, just add it here Follow this format, each language should have their own table |
@jfmartinz I add a new folder please level 3 or level 2 . |
Follow this format for adding a new table: https://github.com/jfmartinz/ResourceHub/blob/main/CONTRIBUTING.md |
Add it into a table. Each programing language shoukld have a table each |
@jfmartinz please check I have done the changes as you said earlier. |
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.
Co-authored-by: Joseph Martin <129386460+jfmartinz@users.noreply.github.com>
@jfmartinz sir check now , I think this is good , so please merge it. |
Follow the format. Each table should have only 2 cols, Resource Name and Description. |
Co-authored-by: Joseph Martin <129386460+jfmartinz@users.noreply.github.com>
@jfmartinz I guess now all the changes has done ✌️ |
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.
add space before the '-'. Like this
- C++
- JS
-
Change the heading to DSA by language
-
I already provided the template for addign new table and still not following it.
Check the format of your table, is your table same thing with this format:
### Section name
<table width="100%">
<tr>
<th>Resource Name</th>
<th>Description</th>
</tr>
<tr>
<td><a href="URL HERE">RESOURCE NAME</a></td>
<td>RESOURCE DESCRIPTION</td>
</tr>
</table>
@jfmartinz now check |
@jfmartinz If this is not working then unassign me i will work on any other issue |
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.
LGTML!
🎉 Your pull request has been successfully merged! 🎉 Thank you for your valuable contribution to our project. Your efforts are greatly appreciated. Feel free to reach out if you have any more contributions or if there's anything else we can assist you with. Keep up the fantastic work! 🚀 |
Pull Request
Description
This repository contains a collection of Data Structures and Algorithms (DSA) implementations across various programming languages. Each section is organized by language and includes common DSA topics such as arrays, strings, linked lists, trees, and more.
Fixes #796
Type of change
Checklist: