algorithms_and_data_structures
algorithms_and_data_structures copied to clipboard
changed int size to long long and added a vector instead of array
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.