1
1
mirror of https://github.com/theoludwig/programming-challenges.git synced 2024-07-18 02:20:12 +02:00
programming-challenges/challenges
2023-05-21 12:02:02 +02:00
..
acronyms feat(solutions): add acronyms/rust/function 2023-01-04 07:50:35 +01:00
ascii-art feat(solutions): add ascii-art/rust/function 2023-01-04 09:30:10 +01:00
caesar-cipher feat(solutions): add caesar-cipher/rust/function 2023-01-04 10:10:54 +01:00
cakes-swerc-2020-2021 feat(solutions): add cakes-swerc-2020-2021/rust/function 2023-01-04 17:28:00 +01:00
camel-case feat(solutions): add camel-case/rust/function 2023-01-04 17:40:50 +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 feat(solutions): add fibonacci/rust/function 2023-01-05 18:34:25 +01:00
find-closest-number feat(solutions): add find-closest-number/rust/function 2023-01-04 18:45:30 +01:00
find-outlier-number feat(solutions): add find-outlier-number/c/function 2021-09-30 18:56:27 +02:00
first-non-repeating-character feat(solutions): add first-non-repeating-character/rust/function 2023-01-05 19:01:25 +01:00
fizzbuzz feat(solutions): add fizzbuzz/rust/function 2023-01-04 18:33:38 +01:00
heap-algorithm feat(solutions): add heap-algorithm/c/function 2021-11-08 16:56:46 +01:00
hello-world build(deps): update latest 2022-12-30 00:55:21 +01:00
is-palindrome feat(solutions): add is-palindrome/rust/function 2023-01-04 18:28:14 +01:00
is-prime-number feat(solutions): add is-prime-number/rust/function 2022-12-30 01:20:04 +01:00
is-valid-array-subsequence refactor: improve Python types for is-valid-array-subsequence/python/function 2022-04-24 20:59:53 +02:00
left-pad feat(challenges): add left-pad 2023-05-21 12:02:02 +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 feat(solutions): add slugify/rust/function 2023-01-04 18:16:29 +01:00
sorting-algorithms build(deps): update latest 2022-12-30 00:55:21 +01:00
sudoku refactor: usage of built-in type hinting in Python solutions 2022-04-24 20:27:51 +02:00
triangle-type feat(solutions): add triangle-type/rust/function 2023-01-04 17:59:38 +01:00