Mehulcoder / Coding-ninjas-competitive

This will have all the solutions to the competitive programming course's problems by Coding ninjas. Star the repo if you like it.
240 stars 143 forks source link

Update maximumxorsub.cpp #2

Closed parikshit223933 closed 4 years ago

parikshit223933 commented 4 years ago

just a minor correction... corrected int arr* to int *arr. and now the code wont give errors. :)

Mehulcoder commented 4 years ago

Thanks for pointing it out!