1
1
mirror of https://github.com/theoludwig/programming-challenges.git synced 2024-07-18 02:20:12 +02:00
Commit Graph

225 Commits

Author SHA1 Message Date
c306b51b86
docs(license): add email address 2024-01-29 21:51:59 +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
d8ed31d3e8
fix(challenges): add 7th, 8th and 9th tests cases for frequency-deviation 2023-09-16 16:36:07 +02:00
d7c5790aba
feat(solutions): add frequency-deviation/javascript/function 2023-09-16 15:50:52 +02:00
8aaf81bc65
feat(challenges): add frequency-deviation 2023-09-16 15:50:35 +02:00
21f19c8a9f
build(deps): update latest 2023-09-16 14:38:47 +02:00
142dc9d1dd
docs(challenges): improvements to Constraints LaTeX/KaTeX syntax 2023-08-27 15:09:31 +02:00
a081ec8faf
style: fix linting 2023-08-22 00:09:38 +02:00
2a98eab556
feat(solutions): add cakes-swerc-2020-2021/c/function 2023-08-21 23:52:03 +02:00
25c07b1858
feat(solutions): add single-number/c/function 2023-08-21 23:11:33 +02:00
c49f8e1c61
feat(challenges): add single-number 2023-08-21 23:11:08 +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
d73ae4dd07
fix(solutions): fix: more memory issues thanks to -fsanitize=address flag with gcc 2023-08-21 21:37:54 +02:00
395cd142b8
fix(solutions): array 2D malloc initialization 2023-08-10 20:19:09 +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
3b6cc97bb5
feat(solutions): add print-pyramid/rust/function 2023-08-02 17:48:31 +02:00
8e97e9f65e
docs: add search command explanation + precise Python runtime (PyPy) 2023-08-02 17:26:47 +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
4e59513661
docs: add related blog post 2023-07-02 17:39:48 +02:00
e2300b117f
fix(solutions): char* issues with memory allocation 2023-07-02 17:37:35 +02:00
9c5c2ee48b
chore(cli): enable source maps for easier debugging 2023-07-02 17:32:11 +02:00
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
Divlo
f9a5b15e7a
feat(solutions): add left-pad/javascript/function 2023-05-21 12:02:22 +02:00
Divlo
47de82f417
feat(challenges): add left-pad 2023-05-21 12:02:02 +02:00
Divlo
b92b834458
build(deps): update latest 2023-05-21 11:28:53 +02:00
Divlo
399ba8a913
build(deps): update latest 2023-05-13 18:48:23 +02:00
Divlo
76bb060ecd
build(deps): update latest 2023-04-02 22:25:13 +02:00
Divlo
bc6ad699fc
build(deps): update latest 2023-01-10 23:15:36 +01:00
Divlo
1a12e0db0c
feat(solutions): add first-non-repeating-character/rust/function 2023-01-05 19:01:25 +01:00
Divlo
1553324b3a
feat(solutions): add fibonacci/rust/function 2023-01-05 18:34:25 +01:00
Divlo
c8a7a6dcd4
feat(cli): add commands/search 2023-01-05 18:29:07 +01:00
Divlo
70564f174a
feat(solutions): add find-closest-number/rust/function 2023-01-04 18:45:30 +01:00
Divlo
973a119487
feat(solutions): add fizzbuzz/rust/function 2023-01-04 18:33:38 +01:00
Divlo
e17156f0ab
feat(solutions): add is-palindrome/rust/function 2023-01-04 18:28:14 +01:00
Divlo
257ab19f53
feat(solutions): add slugify/rust/function 2023-01-04 18:16:29 +01:00
Divlo
1d87185e58
feat(solutions): add triangle-type/rust/function 2023-01-04 17:59:38 +01:00
Divlo
791b1a7d52
feat(solutions): add camel-case/rust/function 2023-01-04 17:40:50 +01:00
Divlo
431253da57
feat(solutions): add cakes-swerc-2020-2021/rust/function 2023-01-04 17:28:00 +01:00
Divlo
71e46d85fb
feat(solutions): add caesar-cipher/rust/function 2023-01-04 10:10:54 +01:00
Divlo
b8e38c3d58
feat(solutions): add ascii-art/rust/function 2023-01-04 09:30:10 +01:00
Divlo
31d1b65153
feat(solutions): add acronyms/rust/function 2023-01-04 07:50:35 +01:00
Divlo
29f8ac1da4
feat(solutions): add is-prime-number/rust/function 2022-12-30 01:20:04 +01:00
Divlo
9e751c53d9
build(deps): update latest 2022-12-30 00:55:21 +01:00
Mehln
a04240c0ab
feat(solutions): slugify/python/function (#16) 2022-10-14 13:23:03 +02:00