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

111 Commits

Author SHA1 Message Date
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
33ecc52554 style: fix editorconfig-checker linting 2021-07-06 16:21:01 +02:00
face9ed698 feat(solutions): add sudoku/python/function 2021-07-06 15:59:33 +02:00
08ba65ad6e feat(challenges): add sudoku 2021-07-06 15:59:01 +02:00
c80eb11874 refactor: usage of node: for builtin modules 2021-07-03 18:40:17 +02:00
fd830c9a8b ci: add dependabot for GitHub Actions 2021-07-01 10:00:59 +02:00
b37a70a1f6 build(deps): bump actions/setup-node from 2.1.5 to 2.2.0 2021-07-01 10:00:18 +02:00
d0aee3a376 docs(readme): add build cli in installation steps 2021-06-30 15:36:19 +02:00
996dcd89c3 fix(cli): add --base option to run test command 2021-06-30 15:23:58 +02:00
ede3e7526b feat(solutions): add roman-numerals/python/function 2021-06-30 15:03:59 +02:00
213ae08fb3 feat(challenges): add roman-numerals 2021-06-30 15:03:39 +02:00
57950426d3 chore: simplify tsconfig.json 2021-06-30 13:49:18 +02:00
70e7c937d0 feat(solutions): add fizzbuzz/python/function 2021-06-30 13:35:26 +02:00
685eeb9de9 feat(challenges): add fizzbuzz 2021-06-30 13:35:03 +02:00
eafb394187 feat(solutions): add acronyms/python/function 2021-06-30 12:51:53 +02:00
2b0ff4b877 feat(challenges): add acronyms 2021-06-30 12:51:28 +02:00
d16d026672 feat(solutions): add sorting-algorithms/python/function 2021-06-30 12:34:29 +02:00
b70b089702 feat(solutions): add sorting-algorithms/javascript/function 2021-06-30 12:31:43 +02:00
1dbe602f15 feat(solutions): add triangle-type/typescript/function 2021-06-30 12:28:30 +02:00
b045c70c1a feat(challenges): add triangle-type 2021-06-30 12:25:29 +02:00
b3f558b862 docs(readme): add badges 2021-06-30 11:35:41 +02:00
7148fdf16d feat(solutions): add sorting-algorithms/dart/merge-sort 2021-06-29 22:42:13 +02:00
727bb97cab feat(solutions): add sorting-algorithms/dart/insertion-sort 2021-06-29 22:40:45 +02:00