1
1
mirror of https://github.com/theoludwig/programming-challenges.git synced 2024-07-18 02:20:12 +02:00
programming-challenges/challenges
2022-09-24 22:17:07 +02:00
..
acronyms refactor: usage of built-in type hinting in Python solutions 2022-04-24 20:27:51 +02:00
ascii-art feat(solutions): add ascii-art/python/function 2022-05-01 20:07:49 +02:00
caesar-cipher refactor: usage of built-in type hinting in Python solutions 2022-04-24 20:27:51 +02:00
cakes-swerc-2020-2021 feat(solutions): add find-closest-number/python/function 2022-05-01 19:07:49 +02:00
camel-case refactor: no duplicate of package.json in solutions 2021-12-06 19:04:16 +01:00
consecutive-numbers refactor: usage of built-in type hinting in Python solutions 2022-04-24 20:27:51 +02:00
convert-number-from-base-to-another feat: usage of ESM modules imports (instead of CommonJS) (#14) 2022-04-23 18:41:14 +02:00
defibrillators feat(challenges): add ascii-art 2022-05-01 20:07:35 +02:00
fibonacci refactor: usage of built-in type hinting in Python solutions 2022-04-24 20:27:51 +02:00
find-closest-number feat(solutions): add find-closest-number/python/linear 2022-05-01 19:11:11 +02:00
find-outlier-number feat(solutions): add find-outlier-number/c/function 2021-09-30 18:56:27 +02:00
first-non-repeating-character refactor: no duplicate of package.json in solutions 2021-12-06 19:04:16 +01:00
fizzbuzz refactor: usage of built-in type hinting in Python solutions 2022-04-24 20:27:51 +02:00
heap-algorithm feat(solutions): add heap-algorithm/c/function 2021-11-08 16:56:46 +01:00
hello-world refactor: usage of built-in type hinting in Python solutions 2022-04-24 20:27:51 +02:00
is-palindrome refactor: no duplicate of package.json in solutions 2021-12-06 19:04:16 +01:00
is-prime-number refactor: usage of built-in type hinting in Python solutions 2022-04-24 20:27:51 +02:00
is-valid-array-subsequence refactor: improve Python types for is-valid-array-subsequence/python/function 2022-04-24 20:59:53 +02:00
look-and-say-sequence-conway perf: use optimization options for Rust and gcc 2022-09-24 22:17:07 +02:00
maximum-subarray-sum feat(solutions): add maximum-subarray-sum/python/recursive 2022-05-01 18:45:28 +02:00
offset-arrays feat(solutions): add find-closest-number/python/function 2022-05-01 19:07:49 +02:00
prefix-suffix feat(solutions): add prefix-suffix/c/function 2021-12-02 15:25:38 +01:00
prime-numbers-decomposition refactor(solutions): headers file in C 2021-10-19 09:37:49 +02:00
print-pyramid feat(cli): add --all option to run test command 2021-10-13 21:43:45 +02:00
reverse-polish-notation refactor: no duplicate of package.json in solutions 2021-12-06 19:04:16 +01:00
roman-numerals refactor: usage of built-in type hinting in Python solutions 2022-04-24 20:27:51 +02:00
rotate-2-dimensional-array-90-degrees feat(solutions): add rotate-2-dimensional-array-90-degrees/c/function 2021-12-05 17:19:10 +01:00
slugify style: fix editorconfig linting 2021-11-10 20:17:14 +01:00
sorting-algorithms refactor: usage of built-in type hinting in Python solutions 2022-04-24 20:27:51 +02:00
sudoku refactor: usage of built-in type hinting in Python solutions 2022-04-24 20:27:51 +02:00
triangle-type feat: usage of ESM modules imports (instead of CommonJS) (#14) 2022-04-23 18:41:14 +02:00