1
1
mirror of https://github.com/theoludwig/programming-challenges.git synced 2025-05-18 12:02:53 +02:00

40 Commits

Author SHA1 Message Date
643989cc44 build(deps): update latest 2025-05-13 23:04:47 +02:00
db15155137 ci: fix tests 2024-11-18 01:37:42 +01:00
9a187deaef build(deps): update latest 2024-11-18 01:04:51 +01:00
c807aeaf3f build(deps): update latest 2024-01-30 01:34:53 +01:00
02aa5c790b chore: cleaner configs 2024-01-30 01:21:19 +01:00
289a2b7813 build(deps): update latest 2023-12-26 23:05:18 +01:00
1e2736b8aa chore: better Prettier config for easier reviews 2023-10-23 23:16:24 +02:00
d7d5f9a5ac fix: downgrade GCC from 13.2 to 12.3 for C++ 2023-09-16 16:45:21 +02:00
21f19c8a9f build(deps): update latest 2023-09-16 14:38:47 +02:00
2386ea012d fix: avoid usage of .unwrap in Rust solutions 2023-08-21 22:45:05 +02:00
5b3048f305 build(deps): update latest 2023-08-21 22:09:24 +02:00
5cc8bea083 build(deps): update latest 2023-08-10 11:28:54 +02:00
0245c7a12c fix(solutions): memory issues thanks to -fsanitize=address flag with gcc 2023-08-10 11:13:06 +02:00
c53c2997ec refactor(cli): usage of node:test instead of tap 2023-07-20 22:00:11 +02:00
c25eeaaa98 fix: specify explicitly debian version with gcc 2023-07-02 17:56:13 +02:00
d772ed0345 build(deps): update latest 2023-07-02 17:24:48 +02:00
b92b834458 build(deps): update latest 2023-05-21 11:28:53 +02:00
399ba8a913 build(deps): update latest 2023-05-13 18:48:23 +02:00
76bb060ecd build(deps): update latest 2023-04-02 22:25:13 +02:00
bc6ad699fc build(deps): update latest 2023-01-10 23:15:36 +01:00
9e751c53d9 build(deps): update latest 2022-12-30 00:55:21 +01:00
df539a41c0 perf: use optimization options for Rust and gcc 2022-09-24 22:17:07 +02:00
6427b3d273 build(deps): update latest 2022-08-30 13:42:44 +02:00
34644bd333 refactor: usage of built-in type hinting in Python solutions 2022-04-24 20:27:51 +02:00
104c61935a feat: usage of ESM modules imports (instead of CommonJS) (#14) 2022-04-23 18:41:14 +02:00
6d12750ea1 feat(solutions): add sorting-algorithms/rust/bubble-sort 2022-03-08 09:48:57 +01:00
696de1580d chore: maintenance 2022-02-19 18:30:29 +01:00
938702c23f refactor: no duplicate of package.json in solutions 2021-12-06 19:04:16 +01:00
ee6733c760 feat(solutions): add rotate-2-dimensional-array-90-degrees/c/function 2021-12-05 17:19:10 +01:00
17efe8a113 fix(cli): changes to templates/docker, should run all affected tests 2021-11-09 16:45:42 +01:00
12d0d1b37a feat(challenges): add heap-algorithm 2021-11-08 16:56:22 +01:00
0a27b9e1a1 feat(cli): add --all option to run test command 2021-10-13 21:43:45 +02:00
a6bd36b754 feat(solutions): add is-palindrome/c/function 2021-09-28 23:58:00 +02:00
aabe22adbd build(deps): update latest 2021-09-21 15:24:57 +02:00
552277f22d feat(solutions): add acronyms/cs/function 2021-09-05 10:54:20 +02:00
c80eb11874 refactor: usage of node: for builtin modules 2021-07-03 18:40:17 +02:00
b098e04cdc style: fix editorconfig linting 2021-06-25 11:27:23 +02:00
8a41cb67f0 feat(languages): add Java support 2021-06-24 22:10:08 +02:00
719058b2ff feat(languages): add C# support 2021-06-24 22:04:28 +02:00
677a55a9d8 feat: rewrite programming-challenges CLI (#3) 2021-06-09 20:31:45 +02:00