1
1
mirror of https://github.com/theoludwig/programming-challenges.git synced 2024-10-29 22:17:23 +01:00

Commit Graph

  • 0c26280e81
    build(deps): bump actions/setup-node from 2.4.1 to 2.5.0 dependabot[bot] 2021-11-29 21:22:15 +0000
  • 4bb9e6b656
    style: fix editorconfig linting Divlo 2021-11-10 20:17:14 +0100
  • 0e0fd0b86d
    feat(solutions): add slugify/c/function Divlo 2021-11-10 20:09:01 +0100
  • 2f60b3f73d
    feat(challenges): add slugify Divlo 2021-11-10 20:08:25 +0100
  • d18ca22470
    fix(cli): changes to input/output should run all affected tests Divlo 2021-11-10 18:57:10 +0100
  • 17efe8a113
    fix(cli): changes to templates/docker, should run all affected tests Divlo 2021-11-09 16:45:42 +0100
  • 9621751a4d
    feat(solutions): add heap-algorithm/c/function Divlo 2021-11-08 16:56:46 +0100
  • 12d0d1b37a
    feat(challenges): add heap-algorithm Divlo 2021-11-08 16:56:22 +0100
  • d97fe47377
    feat(solutions): add convert-number-from-base-to-another/c/function Divlo 2021-10-20 15:31:49 +0200
  • 42e6ade610
    feat(challenges): add convert-number-from-base-to-another Divlo 2021-10-20 15:31:26 +0200
  • 0893aac35d
    refactor(solutions): headers file in C Divlo 2021-10-19 09:37:49 +0200
  • 953323781c
    fix(cli): paths normalization to support Windows Divlo 2021-10-16 15:20:15 +0200
  • c682b174f3
    feat(solutions): add prime-numbers-decomposition/c/function Divlo 2021-10-16 15:19:56 +0200
  • 74ded41d4d
    feat(challenges): add prime-numbers-decomposition Divlo 2021-10-16 15:15:37 +0200
  • 0a27b9e1a1
    feat(cli): add --all option to run test command Divlo 2021-10-13 21:43:45 +0200
  • aeff95e691
    feat(solutions): add consecutive-numbers/c/function Divlo 2021-10-13 11:49:19 +0200
  • cc8bb07a96
    feat(solutions): add reverse-polish-notation/c/function Divlo 2021-10-12 22:48:23 +0200
  • 5f7ba3b5ae
    feat(solutions): add first-non-repeating-character/c/function Divlo 2021-10-08 13:36:22 +0200
  • 108642e57f
    feat(solutions): add caesar-cipher/c/function Divlo 2021-10-07 14:51:19 +0200
  • 3b153a9f1f
    feat(solutions): add offset-arrays/python/function Divlo 2021-10-04 10:06:05 +0200
  • a9287a87fe
    fix(cli): don't run tests for removed solutions Divlo 2021-09-30 19:08:50 +0200
  • 9ae0cadb72
    feat(solutions): add find-outlier-number/c/function Divlo 2021-09-30 18:56:27 +0200
  • b46ed6f28e
    feat(solutions): add triangle-type/c/function Divlo 2021-09-30 18:16:39 +0200
  • 122e62aee5
    docs: clarify usage of the project to contribute Divlo 2021-09-30 13:25:24 +0200
  • 264da68a20
    feat(solutions): add print-pyramid/c/function Divlo 2021-09-29 23:10:38 +0200
  • 7d140cb8a9
    feat(solutions): add acronyms/c/function Divlo 2021-09-29 22:34:22 +0200
  • 0c078abb89
    feat(solutions): add camel-case/c/function Divlo 2021-09-29 22:20:41 +0200
  • a1a0c65c16
    feat(solutions): add fizzbuzz/c/function Divlo 2021-09-29 10:15:08 +0200
  • e308210f16
    feat(solutions): add fibonacci/c/function Divlo 2021-09-29 10:04:18 +0200
  • 0bd0cc4669
    feat(solutions): add is-prime-number/c/function Divlo 2021-09-29 09:31:49 +0200
  • 08fd145584
    style: fix editorconfig lint Divlo 2021-09-29 00:10:40 +0200
  • a6bd36b754
    feat(solutions): add is-palindrome/c/function Divlo 2021-09-28 23:58:00 +0200
  • 96ca014afd
    build(deps): bump actions/setup-node from 2.4.0 to 2.4.1 (#8) dependabot[bot] 2021-09-27 23:15:02 +0200
  • 9ca5421853
    build(deps): bump actions/setup-node from 2.4.0 to 2.4.1 dependabot[bot] 2021-09-27 21:14:11 +0000
  • aabe22adbd
    build(deps): update latest Divlo 2021-09-21 15:24:57 +0200
  • 939e7a57ac
    feat(solutions): add print-pyramid/cs/function Divlo 2021-09-21 15:19:16 +0200
  • b0d90e03bc
    feat(challenges): add print-pyramid Divlo 2021-09-21 15:18:51 +0200
  • b824619dd9
    feat(solutions): add sorting-algorithms/cs/function Divlo 2021-09-11 19:00:56 +0200
  • 6638ed59ae
    feat(solutions): add sorting-algorithms/cs/insertion-sort Divlo 2021-09-11 18:58:16 +0200
  • 0d1dc719e1
    feat(solutions): add sorting-algorithms/cs/merge-sort Divlo 2021-09-11 18:55:46 +0200
  • 2d13544b26
    feat(solutions): add sorting-algorithms/cs/bubble-sort Divlo 2021-09-11 18:51:27 +0200
  • 02bfe7454f
    feat(solutions): add is-palindrome/cs/function Divlo 2021-09-10 22:43:35 +0200
  • 2e15a21206
    feat(solutions): add is-prime-number/cs/function Divlo 2021-09-10 22:37:50 +0200
  • a1f20afb36
    feat(solutions): add fizzbuzz/cs/function Divlo 2021-09-10 22:28:04 +0200
  • 43fe49a5be
    feat(solutions): add acronyms/cs/with-loops Divlo 2021-09-10 22:18:41 +0200
  • ef084b6bfe
    feat(solutions): add camel-case/cs/function Divlo 2021-09-08 19:17:59 +0200
  • 3f5c0fe276
    docs(readme): add more usage examples Divlo 2021-09-05 11:20:19 +0200
  • 552277f22d
    feat(solutions): add acronyms/cs/function Divlo 2021-09-05 10:54:20 +0200
  • d934d6e7c2
    build(deps): update latest, fix issue with jest Divlo 2021-08-27 13:03:41 +0200
  • d795650689
    build(deps): bump actions/setup-node from 2.2.0 to 2.4.0 (#7) dependabot[bot] 2021-08-11 20:53:25 +0200
  • 81d9ab5f72
    build(deps): bump actions/setup-node from 2.2.0 to 2.4.0 dependabot[bot] 2021-08-05 21:17:36 +0000
  • e835734554
    build(deps): bump actions/setup-node from 2.2.0 to 2.3.2 dependabot[bot] 2021-08-04 21:12:54 +0000
  • e1c21dcb65
    build(deps): bump actions/setup-node from 2.2.0 to 2.3.1 dependabot[bot] 2021-08-03 21:11:23 +0000
  • fe9d6e4d0f
    build(deps): bump actions/setup-node from 2.2.0 to 2.3.0 dependabot[bot] 2021-07-20 21:13:08 +0000
  • 33ecc52554
    style: fix editorconfig-checker linting Divlo 2021-07-06 16:21:01 +0200
  • face9ed698
    feat(solutions): add sudoku/python/function Divlo 2021-07-06 15:59:33 +0200
  • 08ba65ad6e
    feat(challenges): add sudoku Divlo 2021-07-06 15:59:01 +0200
  • c80eb11874
    refactor: usage of node: for builtin modules Divlo 2021-07-03 18:40:17 +0200
  • fd830c9a8b
    ci: add dependabot for GitHub Actions Divlo 2021-07-01 10:00:59 +0200
  • b37a70a1f6
    build(deps): bump actions/setup-node from 2.1.5 to 2.2.0 Divlo 2021-07-01 10:00:18 +0200
  • d0aee3a376
    docs(readme): add build cli in installation steps Divlo 2021-06-30 15:36:19 +0200
  • 996dcd89c3
    fix(cli): add --base option to run test command Divlo 2021-06-30 15:23:58 +0200
  • ede3e7526b
    feat(solutions): add roman-numerals/python/function Divlo 2021-06-30 15:03:59 +0200
  • 213ae08fb3
    feat(challenges): add roman-numerals Divlo 2021-06-30 15:03:39 +0200
  • 57950426d3
    chore: simplify tsconfig.json Divlo 2021-06-30 13:49:18 +0200
  • 70e7c937d0
    feat(solutions): add fizzbuzz/python/function Divlo 2021-06-30 13:35:26 +0200
  • 685eeb9de9
    feat(challenges): add fizzbuzz Divlo 2021-06-30 13:35:03 +0200
  • eafb394187
    feat(solutions): add acronyms/python/function Divlo 2021-06-30 12:51:53 +0200
  • 2b0ff4b877
    feat(challenges): add acronyms Divlo 2021-06-30 12:51:28 +0200
  • d16d026672
    feat(solutions): add sorting-algorithms/python/function Divlo 2021-06-30 12:34:29 +0200
  • b70b089702
    feat(solutions): add sorting-algorithms/javascript/function Divlo 2021-06-30 12:31:43 +0200
  • 1dbe602f15
    feat(solutions): add triangle-type/typescript/function Divlo 2021-06-30 12:28:30 +0200
  • b045c70c1a
    feat(challenges): add triangle-type Divlo 2021-06-30 12:25:29 +0200
  • b3f558b862
    docs(readme): add badges Divlo 2021-06-30 11:35:41 +0200
  • 7148fdf16d
    feat(solutions): add sorting-algorithms/dart/merge-sort Divlo 2021-06-29 22:42:13 +0200
  • 727bb97cab
    feat(solutions): add sorting-algorithms/dart/insertion-sort Divlo 2021-06-29 22:40:45 +0200
  • 50a1cda3d8
    feat(solutions): add sorting-algorithms/dart/bubble-sort Divlo 2021-06-29 22:38:17 +0200
  • aa3eec06ba
    feat(solutions): add sorting-algorithms/c/bubble-sort Divlo 2021-06-29 22:12:13 +0200
  • 3a28a3b52d
    feat(solutions): add sorting-algorithms/c/insertion-sort Divlo 2021-06-29 22:07:12 +0200
  • 6d7011f3a7
    feat(solutions): add sorting-algorithms/c/merge-sort Divlo 2021-06-29 22:02:52 +0200
  • cdf7ba5026
    feat(solutions): add sorting-algorithms/python/insertion-sort Divlo 2021-06-29 20:41:11 +0200
  • d45453e00a
    feat(solutions): add sorting-algorithms/python/bubble-sort Divlo 2021-06-29 20:38:10 +0200
  • 0c441c2e9d
    feat(solutions): add sorting-algorithms/python/merge-sort Divlo 2021-06-29 20:35:07 +0200
  • d1c9a7ef3e
    feat(solutions): add sorting-algorithms/javascript/insertion-sort Divlo 2021-06-29 20:08:05 +0200
  • 09df7526b1
    feat(solutions): add sorting-algorithms/javascript/bubble-sort Divlo 2021-06-29 20:05:54 +0200
  • aca703c6de
    feat(solutions): add sorting-algorithms/javascript/merge-sort Divlo 2021-06-29 20:02:18 +0200
  • 62c078d9a1
    feat(challenges): add sorting-algorithms Divlo 2021-06-29 20:01:58 +0200
  • 0e6bca44b2
    feat(solutions): add offset-arrays/typescript/function Divlo 2021-06-29 19:27:11 +0200
  • b9d99fb522
    feat(challenges): add offset-arrays Divlo 2021-06-29 19:26:47 +0200
  • 9a700a0220
    fix(challenges): update consecutive-numbers Divlo 2021-06-29 17:35:54 +0200
  • 5b2b72df16
    feat(solutions): add consecutive-numbers/python/function Divlo 2021-06-28 20:15:35 +0200
  • 8eae4313a9
    feat(challenges): add consecutive-numbers Divlo 2021-06-28 20:04:14 +0200
  • a630f6f7fb
    feat(solutions): add defibrillators/python/function Divlo 2021-06-28 17:36:42 +0200
  • 9254b43a55
    feat(challenges): add defibrillators Divlo 2021-06-28 17:36:15 +0200
  • 39ecfdff7f
    feat(solutions): add caesar-cipher/python/function Divlo 2021-06-25 13:45:52 +0200
  • 01804ace41
    feat(challenges): add caesar-cipher Divlo 2021-06-25 13:45:14 +0200
  • 99d5290e49
    fix(cli): improve error handling in run test command Divlo 2021-06-25 13:02:34 +0200
  • 59df53fcad
    docs(contributing): add a programming language Divlo 2021-06-25 12:58:20 +0200
  • c55c67e0a5
    feat(cli): add --ci option to run test command Divlo 2021-06-25 12:46:01 +0200
  • b098e04cdc
    style: fix editorconfig linting Divlo 2021-06-25 11:27:23 +0200