Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | C: Binary Search: Add solution | Andinus | 2021-09-05 | 9 | -0/+4101 |
| | |||||
* | JS: Raindrops: Move rules to a const | Andinus | 2021-09-05 | 1 | -8/+10 |
| | |||||
* | Add note about license | Andinus | 2021-09-05 | 1 | -0/+2 |
| | |||||
* | Clojure: Add Hello World solution and Two Fer exercise | Andinus | 2021-09-05 | 10 | -0/+261 |
| | |||||
* | Add ignores for Clojure | Andinus | 2021-09-05 | 1 | -0/+7 |
| | |||||
* | JS: Hamming: Add solution | Andinus | 2021-09-04 | 9 | -0/+274 |
| | |||||
* | JS: Raindrops: Remove repeated math logic | Andinus | 2021-09-04 | 1 | -5/+11 |
| | | | | | | - Removes repeated math logic. - Compares against "" instead of using .length. - Uses "number" instead of "num". | ||||
* | Raku: Luhn: Add solution | Andinus | 2021-09-03 | 1 | -1/+8 |
| | |||||
* | JS: Raindrops: Add solution | Andinus | 2021-09-03 | 9 | -0/+259 |
| | |||||
* | Raku: Phone Number: Remove duplicate code with the use of proceed | Andinus | 2021-09-03 | 1 | -12/+4 |
| | |||||
* | C: Acronym: Single statement for initial check | Andinus | 2021-09-03 | 1 | -2/+1 |
| | |||||
* | C: Acronym: Remove check for next character being NULL Terminator | Andinus | 2021-09-03 | 1 | -5/+5 |
| | | | | Turns out it's not required. | ||||
* | C: Solve leap exercise | Andinus | 2021-08-27 | 8 | -0/+3889 |
| | |||||
* | JS: Solve resistor-color exercise | Andinus | 2021-08-27 | 7 | -0/+207 |
| | |||||
* | JS: Use template literals in two-fer | Andinus | 2021-08-25 | 2 | -3/+3 |
| | |||||
* | JS: Remove Solution for square-root | Andinus | 2021-08-25 | 1 | -1/+4 |
| | | | | Cannot use built-in function. | ||||
* | JS: Solve hello-world, two-fer, square-root | Andinus | 2021-08-25 | 21 | -0/+498 |
| | |||||
* | C: Solution for sum-of-multiples | Andinus | 2021-08-25 | 8 | -0/+3952 |
| | |||||
* | C: Add square-root exercise | Andinus | 2021-08-25 | 8 | -0/+3855 |
| | |||||
* | C: Improve difference-of-squares | Andinus | 2021-08-25 | 1 | -28/+4 |
| | | | | Use sum of series instead of calculating it. | ||||
* | Raku: Solution for phone-number | Andinus | 2021-08-25 | 1 | -1/+35 |
| | |||||
* | Update .gitignore to add Javascript ignores | Andinus | 2021-08-25 | 1 | -0/+2 |
| | |||||
* | C: Two-fer | Andinus | 2021-08-11 | 8 | -0/+3866 |
| | |||||
* | C: Difference of Squares: Finding sum of squares without pow function | Andinus | 2021-08-11 | 1 | -3/+23 |
| | |||||
* | C: Difference of Squares: Use pow from math.h | Andinus | 2021-08-11 | 1 | -5/+6 |
| | |||||
* | Add solved exercises | Andinus | 2021-08-11 | 199 | -0/+55229 |
| | |||||
* | Initial commit | Andinus | 2021-08-11 | 2 | -0/+22 |