Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
hello
This comment is hidden because it contains spoiler information about the solution
your one is just perfect.
great! even tho it is waisting a lot of memory, its easy to understand
for a beginner C programmer like me.
what i like about C is that, even a single miscalculation about 1byte can make things go wrong. these are the things where i'm making mistakes. ;)
ya, true. took me a while as well.
pointers!!! they give you pain.
yes
Does size_t count variable provided as the length of the array?
yiks, i should've used ternary :)
im grinding C, but its difficult. gotta grind more.
this is someone else's solution but i learned alot from it.
can any one suggest the ternary solution to this!
had fun doing this one :)
I think, here freq[10] stores occurrence of specific intiger, and since we have int, from 0 to 9; any array value, for example 3, if occur 5 times for example, then freq[3] index will contain 5. this is possible through freq[*a]++
Loading more items...