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.
It would also be more correct since
pow
returns adouble
, which gets imprecise atn = 94906269
.i love it
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
What do you mean by this? Can you explain how it uses more memory?
Not sure why everyone's so chuffed about this solution, as it scans the input strings for every letter of the alphabet -- and these strings could be large. A better solution scans the input strings only once.
numbers is const
Pretty sure sorting like this is slower than just doing a lineair search, no?
fantasicccccc!!!!!!
Great resolution and easy to understand. Thank you!
Hey, I am still learning c and was wondering if you could use sprintf instead?
Ha, didn't know about asprintf(), and overlooked it when looking at snprintf() manpage, thanks!