Andrei Vatavu
Results
1
issues of
Andrei Vatavu
https://github.com/margiki/UdemyCourse/blob/c7cb833d02728910eb1446c0c898938bf7895c9a/MajorityElement#L13 Are you sure the first argument of sort should be A+1? My opinion is that it should be A: i.e. `std::sort(A,A+n+1);`