Hi there
Here is my solution for the first practice exercise of Google Code Jam 2008, called Alien Numbers.
I haven’t had much time to code recently, due to exams, but didn’t resist and took a look at the first exercise ![]()
I did it in C.
Hi there
Here is my solution for the first practice exercise of Google Code Jam 2008, called Alien Numbers.
I haven’t had much time to code recently, due to exams, but didn’t resist and took a look at the first exercise ![]()
I did it in C.
What are Crwld Libraries?
Crwld Libraries are a collection of free and open source C libraries.
They are simple and easy to use.
Available Libraries:
- crmath.h 1.0.0 (download | documentation)
Description: math related libraries. Currently, there are functions to calculate the maximum, minimum, sum, and average of an array of numbers. There’s also two sorting functions, one sorts an array into descending order and the other into ascending order.