Prakash Natarajan
Results
3
comments of
Prakash Natarajan
okay dude. I will transfer all the language based questions to the appropriate markdown files :+1:
I find this solution to be easy: ``` Sort(A) candidate = 1 for i from 1 to length(A): if A[i] > candidate: return candidate else: candidate = candidate + A[i]...
May I know which package this change will be available in?