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

233 Commits

Author SHA1 Message Date
46e6f2d7ca feat(challenges): add look-and-say-sequence-conway 2021-11-30 16:15:10 +01:00
569d3cf702 build(deps): bump actions/setup-node from 2.4.1 to 2.5.0 (#11) 2021-11-30 14:51:20 +01:00
4bb9e6b656 style: fix editorconfig linting 2021-11-10 20:17:14 +01:00
0e0fd0b86d feat(solutions): add slugify/c/function 2021-11-10 20:09:01 +01:00
2f60b3f73d feat(challenges): add slugify 2021-11-10 20:08:25 +01:00
d18ca22470 fix(cli): changes to input/output should run all affected tests 2021-11-10 18:57:10 +01:00
17efe8a113 fix(cli): changes to templates/docker, should run all affected tests 2021-11-09 16:45:42 +01:00
9621751a4d feat(solutions): add heap-algorithm/c/function 2021-11-08 16:56:46 +01:00
12d0d1b37a feat(challenges): add heap-algorithm 2021-11-08 16:56:22 +01:00
d97fe47377 feat(solutions): add convert-number-from-base-to-another/c/function 2021-10-20 15:31:49 +02:00
42e6ade610 feat(challenges): add convert-number-from-base-to-another 2021-10-20 15:31:26 +02:00
0893aac35d refactor(solutions): headers file in C 2021-10-19 09:37:49 +02:00
953323781c fix(cli): paths normalization to support Windows 2021-10-16 15:20:15 +02:00
c682b174f3 feat(solutions): add prime-numbers-decomposition/c/function 2021-10-16 15:19:56 +02:00
74ded41d4d feat(challenges): add prime-numbers-decomposition 2021-10-16 15:15:37 +02:00
0a27b9e1a1 feat(cli): add --all option to run test command 2021-10-13 21:43:45 +02:00
aeff95e691 feat(solutions): add consecutive-numbers/c/function 2021-10-13 11:49:19 +02:00
cc8bb07a96 feat(solutions): add reverse-polish-notation/c/function 2021-10-12 22:48:23 +02:00
5f7ba3b5ae feat(solutions): add first-non-repeating-character/c/function 2021-10-08 13:36:22 +02:00
108642e57f feat(solutions): add caesar-cipher/c/function 2021-10-07 14:51:19 +02:00
3b153a9f1f feat(solutions): add offset-arrays/python/function 2021-10-04 10:06:05 +02:00
a9287a87fe fix(cli): don't run tests for removed solutions 2021-09-30 19:08:50 +02:00
9ae0cadb72 feat(solutions): add find-outlier-number/c/function 2021-09-30 18:56:27 +02:00
b46ed6f28e feat(solutions): add triangle-type/c/function 2021-09-30 18:16:39 +02:00
122e62aee5 docs: clarify usage of the project to contribute 2021-09-30 13:25:24 +02:00
264da68a20 feat(solutions): add print-pyramid/c/function 2021-09-29 23:10:38 +02:00
7d140cb8a9 feat(solutions): add acronyms/c/function 2021-09-29 22:34:22 +02:00
0c078abb89 feat(solutions): add camel-case/c/function 2021-09-29 22:20:41 +02:00
a1a0c65c16 feat(solutions): add fizzbuzz/c/function 2021-09-29 10:15:08 +02:00
e308210f16 feat(solutions): add fibonacci/c/function 2021-09-29 10:04:18 +02:00
0bd0cc4669 feat(solutions): add is-prime-number/c/function 2021-09-29 09:31:49 +02:00
08fd145584 style: fix editorconfig lint 2021-09-29 00:10:40 +02:00
a6bd36b754 feat(solutions): add is-palindrome/c/function 2021-09-28 23:58:00 +02:00
96ca014afd build(deps): bump actions/setup-node from 2.4.0 to 2.4.1 (#8) 2021-09-27 23:15:02 +02:00
aabe22adbd build(deps): update latest 2021-09-21 15:24:57 +02:00
939e7a57ac feat(solutions): add print-pyramid/cs/function 2021-09-21 15:19:16 +02:00
b0d90e03bc feat(challenges): add print-pyramid 2021-09-21 15:18:51 +02:00
b824619dd9 feat(solutions): add sorting-algorithms/cs/function 2021-09-11 19:00:56 +02:00
6638ed59ae feat(solutions): add sorting-algorithms/cs/insertion-sort 2021-09-11 18:58:16 +02:00
0d1dc719e1 feat(solutions): add sorting-algorithms/cs/merge-sort 2021-09-11 18:55:46 +02:00
2d13544b26 feat(solutions): add sorting-algorithms/cs/bubble-sort 2021-09-11 18:51:27 +02:00
02bfe7454f feat(solutions): add is-palindrome/cs/function 2021-09-10 22:43:35 +02:00
2e15a21206 feat(solutions): add `is-prime-number/cs/function
`
2021-09-10 22:37:50 +02:00
a1f20afb36 feat(solutions): add fizzbuzz/cs/function 2021-09-10 22:28:04 +02:00
43fe49a5be feat(solutions): add acronyms/cs/with-loops 2021-09-10 22:18:41 +02:00
ef084b6bfe feat(solutions): add camel-case/cs/function 2021-09-08 19:17:59 +02:00
3f5c0fe276 docs(readme): add more usage examples 2021-09-05 11:20:19 +02:00
552277f22d feat(solutions): add acronyms/cs/function 2021-09-05 10:54:20 +02:00
d934d6e7c2 build(deps): update latest, fix issue with jest 2021-08-27 13:03:41 +02:00
d795650689 build(deps): bump actions/setup-node from 2.2.0 to 2.4.0 (#7) 2021-08-11 20:53:25 +02:00