6750f6f1b6
Merge pull request #16788 from Bouncey/feat/legacyCerts
...
Feat(legacy-certs): Claim legacy certificates from the settings page
2018-03-08 07:33:20 -08:00
8d599d3e8a
fix(seed): Format description, add tests and solution for Project Euler 18 ( #16693 )
...
Changed the description to more closely match the one on the Project
Euler page. Also added another test and solution.
Edit: Moved the numTriangle array to the head array to prevent lag.
Edit 2: Forgot to remove numTriangle from the solutions array. Should pass the test now.
BREAKING CHANGE: None
2018-03-06 10:52:22 +00:00
ce8e8b8a63
chore(twitch): Make twitch title compatable with DynamicForm
2018-03-05 14:25:51 +00:00
fda1be8066
fix(cert-settings): Uncouple Cert-Settings from dashedName's
2018-03-05 14:15:30 +00:00
7ab7cbdd95
chore(legacy): Add legacy projects
2018-03-05 13:30:07 +00:00
07ea50fdd0
feat(seed): Feat: add new set of systems design questions ( #16778 )
...
Closes #16758
2018-02-28 13:13:46 -06:00
6b6c9c9c54
perf(challenges): Add Head and Remove Multiple Function Calls in Project Euler 22 ( #16741 )
...
Added a head section and moved the large names array to it to prevent
the page from lagging. Also removed multiple calls to the challenge
funtion in the challenge seed.
BREAKING CHANGE: None
2018-02-26 12:58:53 +00:00
ee086ae693
perf(challenges): Remove Multiple Calls to Challenge Function in Project Euler Problems ( #16733 )
...
Removed multiple calls to the challenge function in Project Euler
problems 11 and 14. Also adjusted the spacing of the tests array for
problem 23 to make it consistent with the rest of the file.
BREAKING CHANGE: None
2018-02-26 12:40:09 +00:00
be7245bb0f
fix(seed): Add legacy project back in and update id ( #16749 )
...
Closes #16336
2018-02-24 11:56:15 +05:30
0136b82c0e
fix(seed): Add tests and solution for Project Euler 19 ( #16694 )
...
Added additional tests and a working solution for this problem.
BREAKING CHANGE: None
2018-02-15 09:11:54 +00:00
5d14e4bdd5
fix(seed): Add tests, solution, and edit description for Project Euler 16 ( #16641 )
...
Edited the description so the exponents are displayed properly, and
added more tests and a solution.
Amend: Edited the seed so that the challenge function in the seed is called only once.
BREAKING CHANGE: None
2018-02-15 09:06:41 +00:00
4a3d1c9dce
fix(challenges): Add tests and solution for Project Euler problem 17 ( #16685 )
...
Added a couple of additional tests and a working solution for this
problem.
BREAKING CHANGE: None
2018-02-15 09:04:01 +00:00
8cdc783378
fix(seed): Add tests, solution, and image for Project Euler problem 15 ( #16626 )
...
Added more tests, a solution, and an image to make the description more
clear. The image is from Project Euler but is rehosted on imgur.
Amend: Edited the seed so that the challenge function in the seed is called only once.
BREAKING CHANGE: None
2018-02-15 09:02:17 +00:00
a3c546e1a3
fix(seed): Add tests for Project Euler problem 13 ( #16617 )
...
Added a head property to the challenge object and moved the large fiftyDigitNums array to it, preventing the browser from having to re-render it with every keystroke and causing lag. Also fixed a problem where the testNums and fiftyDigitNums arrays were not declared with const properly in my original PR.
BREAKING CHANGE: None
2018-02-14 10:55:21 +00:00
084ad620ec
fix(seed): Add tests and solution for Project Euler 14 ( #16621 )
...
Added tests and a working solution for problem.
2018-02-10 21:13:22 +00:00
f3ad9ff6f8
fix(challenges): Fix typos in some project Euler problems ( #16605 )
2018-01-31 01:37:20 +05:30
632c6c8840
Validate ObjectId on test ( #16579 )
...
* feat(challenges): Validate ObjectId on test
* fix(challenges): Fix 'id' field typo
2018-01-29 10:11:27 -06:00
3ef9315310
fix(challenges): Add tests for Project Euler problem 12 ( #16545 )
2018-01-28 13:22:50 +05:30
8b5b0f338a
fix(URLs): Changed protocol relative URLs to Https URLs
...
BREAKING CHANGE: None
Closes #16522
2018-01-25 20:11:01 +05:30
47845755d3
feat(seed): Added Bright-Light app as a new home-assignment ( #16513 )
2018-01-19 00:19:07 -06:00
c2e057aadc
fix(challenges): Add Project Euler problem 11 solution and tests ( #16480 )
...
Added tests and a working solution for Project Euler problem 11. Also added some styling to the problem's description to highlight four numbers in red to be more in-line with the description on the projecteuler.net.
2018-01-18 23:03:17 +05:30
e5a053302b
fix(seed): fixed typo in question 6 code ( #16482 )
2018-01-18 12:12:50 +05:30
6e3fb92c9b
Merge pull request #16437 from scissorsneedfoodtoo/feature/euler-problem-22
...
feat(challenges): Add Project Euler problem 22
2018-01-17 12:06:23 +05:30
65a37c32dc
Merge pull request #15856 from AungMyoKyaw/feat/eluer-prob-4
...
feat(euler-problem): Add tests and solution for Problem 4: Largest palindrome product
2018-01-16 08:13:31 -08:00
cdd9c54192
fix(challenges): Add tests and solution for Euler Problem 10 ( #16431 )
...
Added tests and working solution for Euler Problem 10.
2018-01-15 11:37:56 +05:30
c79068e058
fix(challenges): Add tests and solution for Euler problem 5 ( #16421 )
2018-01-15 11:36:42 +05:30
3c266b2663
feat(euler-problem): Add Test and solution for euler problem 9 ( #16029 )
...
* feat(euler-problem): Add Test and solution for euler problem 9
* style: Fix up formating per comments
2018-01-11 21:22:04 -05:00
3b291b26ef
fix(euler): Fixed broken build
2018-01-12 04:09:37 +05:30
36612f023a
feat(euler-problem): Add tests and solution for Problem 4: Largest palindrome product
2018-01-12 03:52:28 +05:30
9a4623eef3
feat(challenges): Add Project Euler problem 22
...
Noticed that problem 22 was missing from the seed file and decided to
add it along with some additional tests. However, I didn't include a
solution because I would have had to repeat the entire names array in
the solution string.
BREAKING CHANGE: None
2018-01-07 19:46:33 +09:00
ac0883f208
feat(seed): Added more assertions for project euler ( #16079 )
2018-01-05 18:50:03 +05:30
3fdce08890
feat(challenges): Added pong game as a take home project ( #16400 )
2018-01-03 17:15:55 -06:00
ac37176d1b
style(challenges): Style changes and added solutions ( #16372 )
...
Renamed some of the functions in the challengeSeeds/tests, and added a
couple of solutions.
BREAKING CHANGE: None
2018-01-01 17:33:18 -06:00
575f366cad
fix(seed): fixed correct answer typo in explanation of question 2
2017-12-30 16:51:16 +05:30
222b520657
feat(challenges): Added challenge stubs including pre-formatted solu ( #16339 )
2017-12-28 00:47:16 -06:00
3d3a3343ba
feat(seed): Added more assertions for Project Euler Problem ( #15953 )
2017-12-26 15:10:39 +05:30
ffc03dcdf6
feat(seed): Added more assertions for Project Euler Problem ( #15952 )
2017-12-26 15:10:11 +05:30
0ee6572a86
feat(seed): Added more assertions for Project Euler Problem ( #15950 )
2017-12-26 15:09:32 +05:30
7c0f1fafeb
Merge pull request #16223 from mpontus/fix/merge-a29a928
...
fix(seed): Update Show the Local Weather challenge
2017-12-21 01:19:41 +05:30
992b154497
Merge pull request #16232 from cassidypignatello/fix/size-of-set-challenge
...
Fixes undeclared index variable in Set challenges
2017-12-21 01:15:15 +05:30
3737ed3eab
fix: declares index variable in Set challenges
2017-12-20 14:00:39 -05:00
403049ea1f
fix(seed): Update Show the Local Weather challenge
...
Pulling changes from commit a29a928f49
Preserve glitch weather API from commit ddd852df7b
2017-12-20 03:06:41 +03:00
fc8a7cc07e
feat(seed): Move required projects into new algorithm projects
2017-12-15 15:22:19 -06:00
81a8505a79
fix bookclub p2p_chat pinterest_clone glitch apps and links ( #16172 )
2017-12-11 00:31:55 +05:30
c27f270c8d
fix(seed): Add pass through details
...
Closes #16148
2017-12-08 13:29:48 -08:00
1bd7648058
docs(seed): Added Guide for contributing project euler ( #16140 )
2017-12-05 00:41:25 -06:00
05cb7f5702
Merge pull request #16116 from QuincyLarson/fix/cleanup-map-seed-files
...
fix: cleanup seed files and landing pages.
2017-11-29 15:48:45 -08:00
79c5d96bac
feat(seed): Added more assertions for Project Euler ( #16078 )
2017-11-25 12:09:23 -06:00
278ba0a57c
fix(seed): Clean up seed directory and add open source for go
2017-11-24 14:50:04 -06:00
1b8d28c0be
feat(seed): Added more assertions for Project Euler ( #16065 )
2017-11-09 20:38:07 -06:00