This is a repo for all my wacky C related projects
# | Title | Description |
---|---|---|
1 | Hello World | The classical introductory exercise. Just say "Hello, World!". |
2 | Resistor Color | Map the colors to the numbers, that, when stored as an array, happen to map to their index in the array. |
3 | Isogram | Determine if a word or phrase is an isogram. |
4 | Grains | Calculate the number of grains of wheat on a chessboard given that the number on each square doubles. |
5 | Square Roots | Given a natural radicand, return its square root. |
6 | Hamming | Calculate the Hamming Distance between two DNA strands. |
7 | Difference of Squares | Find the difference between the square of the sum and the sum of the squares of the first N natural numbers. |
8 | Armstrong Numbers | Determine whether a number is an Armstrong number. |