-
Notifications
You must be signed in to change notification settings - Fork 233
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
Organized readme.md of data structures and added time complexity #31
Conversation
Created a blob access for other readme.md files which prevents the data structures readme to get too long. Will be adding the same for stack and other data structures as well
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.
Each data structure should have a short description in Data Structure/readme.md file so you can just add time complexity to each data structure should do the job. And long descriptions like #30 in this PR should be added as extra.
Applied the requested changes. |
No. Merging. |
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.
No problem.
I will be adding extra content in array and linked list files for visualisation of data structures. |
Sure why not. @AnjumanHasan |
All the information in the same readme.md file makes it difficult to read and lengthy as well.
I created a folder called blobaccess which will work in helping to guide from one readme to another hence make the project look clean.
I have also added time complexities table in array and linked list