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

138 Commits

Author SHA1 Message Date
Divlo
b098e04cdc
style: fix editorconfig linting 2021-06-25 11:27:23 +02:00
divlo
8a41cb67f0
feat(languages): add Java support 2021-06-24 22:10:08 +02:00
divlo
719058b2ff
feat(languages): add C# support 2021-06-24 22:04:28 +02:00
Divlo
677a55a9d8
feat: rewrite programming-challenges CLI (#3) 2021-06-09 20:31:45 +02:00
divlo
7aa12f313e feat: add Defibrillators challenge and TypeScript solution 2021-02-18 19:40:44 +01:00
divlo
08e468535a build(deps): update latest version 2020-12-27 12:26:10 +01:00
divlo
0e0dc67efa chore: ignore lockfiles + markdownlint 2020-12-09 12:42:12 +01:00
divlo
d4428a6ade fix(scripts): better handle error case in solution 2020-11-15 12:37:54 +01:00
divlo
379f4e1050 feat(solution): javascript-non-repeating 2020-11-15 11:40:06 +01:00
divlo
721396e429 feat(challenge): first non-repeating character 2020-11-15 11:09:44 +01:00
divlo
954cd934b7 style: lint ignore and .md files 2020-11-15 10:56:27 +01:00
divlo
9db51da1b0 build(deps): upgrade to latest 2020-11-15 10:48:07 +01:00
divlo
253421fee9 feat(solution): add typescript-caesar-cipher 2020-10-21 11:30:48 +02:00
divlo
229dcf03c3 feat(challenge): add caesar-cipher 2020-10-21 11:30:34 +02:00
Divlo
1cdcd964b8
chore: add license 2020-10-06 18:47:56 +02:00
Divlo
8e93bfbff6 feat: add reverse-polish-notation javascript solution 2020-09-29 13:04:50 +00:00
Divlo
9999d34d9a feat: add reverse-polish-notation challenge 2020-09-29 08:22:14 +00:00
Divlo
390ae5b745 build(deps): update latest 2020-09-29 08:20:55 +00:00
Divlo
78438c6463 docs: fix typo 'at' should be 'on' 2020-09-12 22:15:21 +00:00
Divlo
c81d766bae feat: add cats-childrens-of-childrens challenge 2020-09-12 22:03:17 +00:00
Divlo
905b16289c
Merge pull request #2 from Divlo/Divlo/gitpod-setup
Fully automate dev setup with Gitpod
2020-09-12 23:30:55 +02:00
Divlo
3b11c3b037 docs: Update READMEs + fix scripts/create-solution.ts 2020-09-12 21:29:46 +00:00
Divlo
bd5bc38947 Fully automate dev setup with Gitpod
This commit implements a fully-automated development setup using Gitpod.io, an
online IDE for GitHub and GitLab that enables Dev-Environments-As-Code.
This makes it easy for anyone to get a ready-to-code workspace for any branch,
issue or pull request almost instantly with a single click.
2020-09-12 21:02:40 +00:00
Divlo
e63d3b8784
Merge pull request #1 from Divlo/dependabot/npm_and_yarn/lodash-4.17.19
Bump lodash from 4.17.15 to 4.17.19
2020-07-21 02:33:10 +02:00
dependabot[bot]
6d10503187
Bump lodash from 4.17.15 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-21 00:31:40 +00:00
divlo
60bb10be6e Add "pairwise" challenge 2020-07-08 19:56:30 +02:00
divlo
8be530c08d Add "inventory-update" challenge 2020-07-08 17:17:03 +02:00
divlo
565d95079f Add "sort-array-alphabet" challenge 2020-07-07 14:04:31 +02:00
Divlo
6a40154d93 Add "is-prime-number" challenge 2020-07-05 22:20:45 +02:00
Divlo
888940a04c Add "sort-array-number" challenge 2020-07-05 21:00:06 +02:00
Divlo
b06df550bb Add "find-outlier-number" challenge 2020-07-05 20:39:40 +02:00
Divlo
dd075269f2 Add "maskify-card-number" challenge 2020-07-05 20:30:27 +02:00
Divlo
3d4aa20915 Add "camel-case" challenge 2020-07-05 20:09:17 +02:00
Divlo
7c9c59e5b1 Add "is-palindrome" challenge 2020-07-05 19:01:27 +02:00
Divlo
957e13bc5e 📝 Fix a typo for fibonacci-suite 2020-07-05 18:47:38 +02:00
Divlo
59e0d5934d Add "fibonacci-suite" challenge 2020-07-05 18:29:17 +02:00
Divlo
e1eb4f73ea 🐛 Fix @mention in README.md files 2020-07-05 17:54:46 +02:00
Divlo
395ae0eff3 🎉 Initial commit 2020-07-05 15:48:51 +02:00