Divlo
|
31d1b65153
|
feat(solutions): add acronyms/rust/function
|
2023-01-04 07:50:35 +01:00 |
|
Divlo
|
29f8ac1da4
|
feat(solutions): add is-prime-number/rust/function
|
2022-12-30 01:20:04 +01:00 |
|
Divlo
|
9e751c53d9
|
build(deps): update latest
|
2022-12-30 00:55:21 +01:00 |
|
Mehln
|
a04240c0ab
|
feat(solutions): slugify/python/function (#16)
|
2022-10-14 13:23:03 +02:00 |
|
Divlo
|
df539a41c0
|
perf: use optimization options for Rust and gcc
|
2022-09-24 22:17:07 +02:00 |
|
Divlo
|
5e5a248238
|
ci(challenges): remove --ci option
|
2022-09-22 16:22:25 +02:00 |
|
Divlo
|
64d71d6920
|
perf: run tests in parallel
fixes #12
|
2022-09-22 16:16:21 +02:00 |
|
Divlo
|
d6a6c706ce
|
feat(cli): add commands/run/solution
|
2022-08-30 15:48:07 +02:00 |
|
Divlo
|
6427b3d273
|
build(deps): update latest
|
2022-08-30 13:42:44 +02:00 |
|
Divlo
|
244300408c
|
feat(solutions): add ascii-art/python/function
|
2022-05-01 20:07:49 +02:00 |
|
Divlo
|
19d3d407ca
|
feat(challenges): add ascii-art
|
2022-05-01 20:07:35 +02:00 |
|
Divlo
|
173c32d6f2
|
feat(solutions): add find-closest-number/python/linear
|
2022-05-01 19:11:11 +02:00 |
|
Divlo
|
530f433028
|
feat(solutions): add find-closest-number/python/function
|
2022-05-01 19:07:49 +02:00 |
|
Divlo
|
4e7cad4a70
|
feat(challenges): add find-closest-number
|
2022-05-01 19:05:41 +02:00 |
|
Divlo
|
a6fee4de05
|
feat(solutions): add maximum-subarray-sum/python/recursive
|
2022-05-01 18:45:28 +02:00 |
|
Divlo
|
ca5d3a5a55
|
feat(solutions): add maximum-subarray-sum/python/linear
|
2022-05-01 18:44:07 +02:00 |
|
Divlo
|
2b6ace9eb5
|
feat(solutions): add maximum-subarray-sum/python/cubic
|
2022-05-01 18:42:30 +02:00 |
|
Divlo
|
26c468b879
|
feat(challenges): add maximum-subarray-sum
|
2022-05-01 18:41:47 +02:00 |
|
Divlo
|
45ae2dcf5c
|
refactor: improve Python types for is-valid-array-subsequence/python/function
|
2022-04-24 20:59:53 +02:00 |
|
Divlo
|
b31e144201
|
ci: set correctly last-successful-commit-action
|
2022-04-24 20:48:38 +02:00 |
|
Divlo
|
34644bd333
|
refactor: usage of built-in type hinting in Python solutions
|
2022-04-24 20:27:51 +02:00 |
|
Divlo
|
64c5d41358
|
feat(solutions): add is-valid-array-subsequence/python/function
|
2022-04-23 21:48:12 +02:00 |
|
Divlo
|
c4b0e9e757
|
feat(challenges): add is-valid-array-subsequence
|
2022-04-23 21:47:58 +02:00 |
|
Divlo
|
0df7b6620e
|
feat(solutions): add cakes-swerc-2020-2021/python/function
|
2022-04-23 20:52:00 +02:00 |
|
Divlo
|
112a141caa
|
feat(challenges): add cakes-swerc-2020-2021
|
2022-04-23 20:51:38 +02:00 |
|
Divlo
|
104c61935a
|
feat: usage of ESM modules imports (instead of CommonJS) (#14)
|
2022-04-23 18:41:14 +02:00 |
|
Divlo
|
c502c17e7c
|
feat(solutions): add sorting-algorithms/rust/insertion-sort
|
2022-03-08 10:02:48 +01:00 |
|
Divlo
|
88e466cb11
|
feat(solutions): add sorting-algorithms/rust/merge-sort
|
2022-03-08 09:59:07 +01:00 |
|
Divlo
|
a18d9045dd
|
feat(solutions): add sorting-algorithms/rust/function
|
2022-03-08 09:49:09 +01:00 |
|
Divlo
|
6d12750ea1
|
feat(solutions): add sorting-algorithms/rust/bubble-sort
|
2022-03-08 09:48:57 +01:00 |
|
Divlo
|
696de1580d
|
chore: maintenance
|
2022-02-19 18:30:29 +01:00 |
|
dependabot[bot]
|
bc1d34f126
|
build(deps): bump actions/setup-node from 2.5.0 to 2.5.1 (#13)
|
2021-12-28 22:56:56 +01:00 |
|
Divlo
|
d5cc915a32
|
docs(readme): edit the correct CI badges
|
2021-12-07 12:19:00 +01:00 |
|
Divlo
|
0175a7fb1c
|
test(cli): add GitAffected automated tests
|
2021-12-07 12:11:54 +01:00 |
|
Divlo
|
0b59c19885
|
fix(cli): add timeout for running solutions
|
2021-12-07 11:35:47 +01:00 |
|
Divlo
|
938702c23f
|
refactor: no duplicate of package.json in solutions
|
2021-12-06 19:04:16 +01:00 |
|
Divlo
|
cffaa9ec40
|
test(cli): add commands/run/test
|
2021-12-06 18:27:05 +01:00 |
|
Divlo
|
249bb3a367
|
test(cli): add commands/generate/solution
|
2021-12-06 16:35:45 +01:00 |
|
Divlo
|
ee6733c760
|
feat(solutions): add rotate-2-dimensional-array-90-degrees/c/function
|
2021-12-05 17:19:10 +01:00 |
|
Divlo
|
b70ff28313
|
feat(challenges): add rotate-2-dimensional-array-90-degrees
|
2021-12-04 15:50:34 +01:00 |
|
Divlo
|
eb6e11ab5f
|
feat(solutions): add prefix-suffix/c/function
|
2021-12-02 15:25:38 +01:00 |
|
Divlo
|
ab09295fca
|
feat(challenges): add prefix-suffix
|
2021-12-02 15:25:16 +01:00 |
|
Divlo
|
d14fd0b62a
|
test(cli): add commands/generate/challenge
|
2021-11-30 21:42:43 +01:00 |
|
Divlo
|
88acd8cfef
|
fix(cli): remove duplicate solutions to test
|
2021-11-30 17:13:37 +01:00 |
|
Divlo
|
6d30c3defe
|
feat(solutions): add look-and-say-sequence-conway/c/function
|
2021-11-30 16:42:54 +01:00 |
|
Divlo
|
b3fb594865
|
feat(solutions): add look-and-say-sequence-conway/cs/function
|
2021-11-30 16:15:25 +01:00 |
|
Divlo
|
46e6f2d7ca
|
feat(challenges): add look-and-say-sequence-conway
|
2021-11-30 16:15:10 +01:00 |
|
dependabot[bot]
|
569d3cf702
|
build(deps): bump actions/setup-node from 2.4.1 to 2.5.0 (#11)
|
2021-11-30 14:51:20 +01:00 |
|
Divlo
|
4bb9e6b656
|
style: fix editorconfig linting
|
2021-11-10 20:17:14 +01:00 |
|
Divlo
|
0e0fd0b86d
|
feat(solutions): add slugify/c/function
|
2021-11-10 20:09:01 +01:00 |
|