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

vector / data structure / c++ #781

Open
Saurabh-Dadhich opened this issue Oct 20, 2020 · 2 comments
Open

vector / data structure / c++ #781

Saurabh-Dadhich opened this issue Oct 20, 2020 · 2 comments
Assignees

Comments

@Saurabh-Dadhich
Copy link
Contributor

Saurabh-Dadhich commented Oct 20, 2020

🚀 Feature

vector data structure will be added in c++

Have you read the Contribution Guidelines?

yes

Pitch

Vectors are same as dynamic arrays with the ability to resize itself automatically when an element is inserted or deleted, with their storage being handled automatically by the container. Vector elements are placed in contiguous storage so that they can be accessed and traversed using iterators.

Assigned:

(Make sure to check the folder for duplicate entries, PR would be declined and marked Spam if it is a duplicate)
@Saurabh-Dadhich - C++

@Saurabh-Dadhich
Copy link
Contributor Author

hey, I have opened this issue, please assign me for this task.

@Saurabh-Dadhich
Copy link
Contributor Author

hey, I have send you pull request #790 , please review it

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

No branches or pull requests

2 participants