30-seconds-of-cpp
30-seconds-of-cpp copied to clipboard
Sorting for vector in case size changes in large arrays
We should use vectors in case we need to increase or decrease size of array.
This PR...
Fixes #
Changes
Checklist
- [ ] I have read CONTRIBUTING guidelines.
- [ ] This is a typo fix.
- [ ] I am not updating any
todo.txt
files.