-
Notifications
You must be signed in to change notification settings - Fork 231
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
Added important containers and algorithms in cpp.md #115
Conversation
cpp.md
Outdated
|
||
``` | ||
|
||
## Algorithms |
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.
Can you make this as a Markdown table to represent in a concise way?
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.
@onecompiler-ops sure why not! I guess I had made it lengthy !
cpp.md
Outdated
} | ||
|
||
``` | ||
## Header Files |
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.
These changes are there, can you rebase?
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.
@onecompiler-ops rebase means?
cpp.md
Outdated
@@ -274,8 +278,56 @@ typedef data-type name; | |||
typedef unsigned int distance; // typedef of int | |||
``` | |||
|
|||
## Vectors | |||
Vectors are same as dynamic arrays. They will be resized on element inseertions & deletions. | |||
## Sort one-line |
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.
We want to cover basics only in Cheat Sheets, this is advanced information. You can always create these as posts in OneCompiler
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.
@onecompiler-ops which things should i remove from cheatsheet please elaborate...I will make it better. Thank you!
Hey @onecompiler-ops Idk how this pull request automatically got closed . Can you please open it? |
@onecompiler-ops can u suggest me the changes i have to make in my commits. I will make another pull request and submit my changes. |
Hello @onecompiler-ops, this is pull request with the reference to issue no. #66.
I hade made some changes in cpp.md file. I have added important containers and algorithms which is present in C++ standard template library. This will surely benefit the visitors to your website and add some more knowledge to them. Hope you find this useful.
Please review and merge my pull request. Thank you!