algorithms_and_data_structures icon indicating copy to clipboard operation
algorithms_and_data_structures copied to clipboard

changed int size to long long and added a vector instead of array

Open namishagg2602 opened this issue 5 years ago • 0 comments

I have changed the code for better. I have added namespace std, so no need to use std:: again and again. I have used vector instead of pointer array. I have replaced int with long long int for better usage of the code.

namishagg2602 avatar Sep 30 '20 19:09 namishagg2602