Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rust: Lucian's Luscious Lasagna: No magic numbers | Andinus | 2021-09-08 | 1 | -2/+6 |
| | |||||
* | Mark Leap as Completed | Andinus | 2021-09-08 | 1 | -2/+2 |
| | |||||
* | Raku: Luhn: Improve solution | Andinus | 2021-09-08 | 1 | -8/+17 |
| | | | | | | - Use regex parameter in `.comb' and skip `.grep'. - Use a sub subtract-if-greater to reduce noise in ternary operation. - Remove trailing `;' if implicitly returning a value. | ||||
* | Record exercises in README | Andinus | 2021-09-07 | 1 | -0/+85 |
| | |||||
* | Rust: Add Armstrong Numbers | Andinus | 2021-09-07 | 6 | -0/+198 |
| | |||||
* | Rust: Lucian's Luscious Lasagna: Use implicit return | Andinus | 2021-09-07 | 1 | -7/+4 |
| | |||||
* | Rust: Add Hello World & Lucian's Luscious Lasagna | Andinus | 2021-09-07 | 14 | -0/+585 |
| | |||||
* | JS: Triangle: Add solution | Andinus | 2021-09-06 | 9 | -0/+351 |
| | |||||
* | Clojure: Raindrops: Improve solution | Andinus | 2021-09-06 | 1 | -12/+8 |
| | | | | Avoids logic repetition. | ||||
* | Clojure: Reverse String: Add solution | Andinus | 2021-09-05 | 5 | -0/+124 |
| | |||||
* | Raku: RNA: Add solution | Andinus | 2021-09-05 | 4 | -0/+143 |
| | |||||
* | Clojure: Two Fer: Use multi-arity function call | Andinus | 2021-09-05 | 1 | -1/+1 |
| | |||||
* | Clojure: Raindrops: Add solution | Andinus | 2021-09-05 | 5 | -0/+169 |
| | |||||
* | JS: Luhn: Add solution | Andinus | 2021-09-05 | 9 | -0/+354 |
| | |||||
* | Clojure: Two Fer: Add solution | Andinus | 2021-09-05 | 1 | -3/+3 |
| | |||||
* | JS: Raindrops: Switch to using a map | Andinus | 2021-09-05 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | I switched to single object literals initially: const factorToSound = { 3: "Pling", 5: "Plang", 7: "Plong" }; and used `for .. if` to iterate over them, that may cause some issues: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for...of#difference_between_for...of_and_for...in I decided to switch to using Maps and iterate over them with `for .. of` instead. | ||||
* | 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 |