problem :https://online.codingblocks.com/player/11536/content/4932?s=1615
code: https://ide.codingblocks.com/s/49712
Giving runtime error
'Hy Gaurav, this problem’s link is not accessible can you please mention the problem’s exact name here.
it is problem of counting sort
Hy Gaurav, check the constraints mentioned in the problem carefully, you are supposed to take the data type as long int instead of int for large numbers.
help me here please…
Hey Gaurav, do check the constraints mentioned in the problem carefully, it is given that 1<=N<=10^6 and in your code you are making the array of size 100 only.