Developer-Students-Club-MAIT / cool_code_snippets

This is a repository for adding not so popular/known but very useful and cool code snippets in any language or framework that the community might benefit from
MIT License
12 stars 16 forks source link

Array #50

Closed Manikant25 closed 4 years ago

Manikant25 commented 4 years ago

Increase Size of Array

An indirect way of increasing the size of array Fixes: # (issue)

Type of change

No change as such

Checklist:

Manikant25 commented 4 years ago

kindly review it

sakshamarora1 commented 4 years ago

@Manikant25 Looks like you already have this code in your repository - https://github.com/Manikant25/Data-Structures-And-Algorithm/blob/master/Array%20ADT/Increase_array_size.cpp. We don't want to promote duplication of code just for the sake of creating Pull Requests. What we want here is to motivate people to code stuff they haven't already coded before or have a really cool snippet of code that will benefit everyone in the community. So, for that reason we will be closing this PR.