Skip to content
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

Closed
wants to merge 0 commits into from
Closed

Added important containers and algorithms in cpp.md #115

wants to merge 0 commits into from

Conversation

sumitkr2000
Copy link

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!

cpp.md Outdated Show resolved Hide resolved
cpp.md Outdated Show resolved Hide resolved
cpp.md Outdated

```

## Algorithms
Copy link
Member

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?

Copy link
Author

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
Copy link
Member

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?

Copy link
Author

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
Copy link
Member

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

Copy link
Author

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!

@sumitkr2000 sumitkr2000 closed this Oct 3, 2022
@sumitkr2000
Copy link
Author

Hey @onecompiler-ops Idk how this pull request automatically got closed . Can you please open it?

@onecompiler-ops
Copy link
Member

onecompiler-ops commented Oct 3, 2022

You have closed it, you can only re-open

Screenshot 2022-10-03 at 1 05 27 PM

@sumitkr2000
Copy link
Author

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants