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

199 Commits

Author SHA1 Message Date
1c1c55088f fix: update author - Théo LUDWIG 2023-07-02 17:28:54 +02:00
d772ed0345 build(deps): update latest 2023-07-02 17:24:48 +02:00
f9a5b15e7a feat(solutions): add left-pad/javascript/function 2023-05-21 12:02:22 +02:00
47de82f417 feat(challenges): add left-pad 2023-05-21 12:02:02 +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
1a12e0db0c feat(solutions): add first-non-repeating-character/rust/function 2023-01-05 19:01:25 +01:00
1553324b3a feat(solutions): add fibonacci/rust/function 2023-01-05 18:34:25 +01:00
c8a7a6dcd4 feat(cli): add commands/search 2023-01-05 18:29:07 +01:00
70564f174a feat(solutions): add find-closest-number/rust/function 2023-01-04 18:45:30 +01:00
973a119487 feat(solutions): add fizzbuzz/rust/function 2023-01-04 18:33:38 +01:00
e17156f0ab feat(solutions): add is-palindrome/rust/function 2023-01-04 18:28:14 +01:00
257ab19f53 feat(solutions): add slugify/rust/function 2023-01-04 18:16:29 +01:00
1d87185e58 feat(solutions): add triangle-type/rust/function 2023-01-04 17:59:38 +01:00
791b1a7d52 feat(solutions): add camel-case/rust/function 2023-01-04 17:40:50 +01:00
431253da57 feat(solutions): add cakes-swerc-2020-2021/rust/function 2023-01-04 17:28:00 +01:00
71e46d85fb feat(solutions): add caesar-cipher/rust/function 2023-01-04 10:10:54 +01:00
b8e38c3d58 feat(solutions): add ascii-art/rust/function 2023-01-04 09:30:10 +01:00
31d1b65153 feat(solutions): add acronyms/rust/function 2023-01-04 07:50:35 +01:00
29f8ac1da4 feat(solutions): add is-prime-number/rust/function 2022-12-30 01:20:04 +01:00
9e751c53d9 build(deps): update latest 2022-12-30 00:55:21 +01:00
a04240c0ab feat(solutions): slugify/python/function (#16) 2022-10-14 13:23:03 +02:00
df539a41c0 perf: use optimization options for Rust and gcc 2022-09-24 22:17:07 +02:00
5e5a248238 ci(challenges): remove --ci option 2022-09-22 16:22:25 +02:00
64d71d6920 perf: run tests in parallel
fixes #12
2022-09-22 16:16:21 +02:00
d6a6c706ce feat(cli): add commands/run/solution 2022-08-30 15:48:07 +02:00
6427b3d273 build(deps): update latest 2022-08-30 13:42:44 +02:00
244300408c feat(solutions): add ascii-art/python/function 2022-05-01 20:07:49 +02:00
19d3d407ca feat(challenges): add ascii-art 2022-05-01 20:07:35 +02:00
173c32d6f2 feat(solutions): add find-closest-number/python/linear 2022-05-01 19:11:11 +02:00
530f433028 feat(solutions): add find-closest-number/python/function 2022-05-01 19:07:49 +02:00
4e7cad4a70 feat(challenges): add find-closest-number 2022-05-01 19:05:41 +02:00
a6fee4de05 feat(solutions): add maximum-subarray-sum/python/recursive 2022-05-01 18:45:28 +02:00
ca5d3a5a55 feat(solutions): add maximum-subarray-sum/python/linear 2022-05-01 18:44:07 +02:00
2b6ace9eb5 feat(solutions): add maximum-subarray-sum/python/cubic 2022-05-01 18:42:30 +02:00
26c468b879 feat(challenges): add maximum-subarray-sum 2022-05-01 18:41:47 +02:00
45ae2dcf5c refactor: improve Python types for is-valid-array-subsequence/python/function 2022-04-24 20:59:53 +02:00
b31e144201 ci: set correctly last-successful-commit-action 2022-04-24 20:48:38 +02:00
34644bd333 refactor: usage of built-in type hinting in Python solutions 2022-04-24 20:27:51 +02:00
64c5d41358 feat(solutions): add is-valid-array-subsequence/python/function 2022-04-23 21:48:12 +02:00
c4b0e9e757 feat(challenges): add is-valid-array-subsequence 2022-04-23 21:47:58 +02:00
0df7b6620e feat(solutions): add cakes-swerc-2020-2021/python/function 2022-04-23 20:52:00 +02:00
112a141caa feat(challenges): add cakes-swerc-2020-2021 2022-04-23 20:51:38 +02:00
104c61935a feat: usage of ESM modules imports (instead of CommonJS) (#14) 2022-04-23 18:41:14 +02:00
c502c17e7c feat(solutions): add sorting-algorithms/rust/insertion-sort 2022-03-08 10:02:48 +01:00
88e466cb11 feat(solutions): add sorting-algorithms/rust/merge-sort 2022-03-08 09:59:07 +01:00
a18d9045dd feat(solutions): add sorting-algorithms/rust/function 2022-03-08 09:49:09 +01:00
6d12750ea1 feat(solutions): add sorting-algorithms/rust/bubble-sort 2022-03-08 09:48:57 +01:00