Counting sort in some other sorting techniques

https://ide.codingblocks.com/s/331334 if i am giving input as 1 5 2 6 0 0 its giving wrong output as 0 0 1 2 5 0 instead of 0 0 1 2 5 6

hello @shrutikatyal

image

here it should be <=