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

184 Commits

Author SHA1 Message Date
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
50a1cda3d8 feat(solutions): add sorting-algorithms/dart/bubble-sort 2021-06-29 22:38:17 +02:00
aa3eec06ba feat(solutions): add sorting-algorithms/c/bubble-sort 2021-06-29 22:12:13 +02:00
3a28a3b52d feat(solutions): add sorting-algorithms/c/insertion-sort 2021-06-29 22:07:12 +02:00
6d7011f3a7 feat(solutions): add sorting-algorithms/c/merge-sort 2021-06-29 22:02:52 +02:00
cdf7ba5026 feat(solutions): add sorting-algorithms/python/insertion-sort 2021-06-29 20:41:11 +02:00
d45453e00a feat(solutions): add sorting-algorithms/python/bubble-sort 2021-06-29 20:38:10 +02:00
0c441c2e9d feat(solutions): add sorting-algorithms/python/merge-sort 2021-06-29 20:35:07 +02:00
d1c9a7ef3e feat(solutions): add sorting-algorithms/javascript/insertion-sort 2021-06-29 20:08:05 +02:00
09df7526b1 feat(solutions): add sorting-algorithms/javascript/bubble-sort 2021-06-29 20:05:54 +02:00
aca703c6de feat(solutions): add sorting-algorithms/javascript/merge-sort 2021-06-29 20:02:18 +02:00
62c078d9a1 feat(challenges): add sorting-algorithms 2021-06-29 20:01:58 +02:00
0e6bca44b2 feat(solutions): add offset-arrays/typescript/function 2021-06-29 19:27:11 +02:00
b9d99fb522 feat(challenges): add offset-arrays 2021-06-29 19:26:47 +02:00
9a700a0220 fix(challenges): update consecutive-numbers
A little bit harder by having as input consecutive numbers needed to consider
2021-06-29 17:35:54 +02:00
5b2b72df16 feat(solutions): add consecutive-numbers/python/function 2021-06-28 20:15:35 +02:00
8eae4313a9 feat(challenges): add consecutive-numbers 2021-06-28 20:04:14 +02:00
a630f6f7fb feat(solutions): add defibrillators/python/function 2021-06-28 17:36:42 +02:00
9254b43a55 feat(challenges): add defibrillators 2021-06-28 17:36:15 +02:00
39ecfdff7f feat(solutions): add caesar-cipher/python/function 2021-06-25 13:45:52 +02:00
01804ace41 feat(challenges): add caesar-cipher 2021-06-25 13:45:14 +02:00
99d5290e49 fix(cli): improve error handling in run test command 2021-06-25 13:02:34 +02:00
59df53fcad docs(contributing): add a programming language 2021-06-25 12:58:20 +02:00
c55c67e0a5 feat(cli): add --ci option to run test command 2021-06-25 12:46:01 +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