Sanket Kogekar 
							
						 
					 
					
						
						
							
						
						1a87f1f7c0 
					 
					
						
						
							
							add: solution to project euler problem 20 ( #38257 )  
						
						 
						
						... 
						
						
						
						* add: solution to project euler problem 20
* Update curriculum/challenges/english/08-coding-interview-prep/project-euler/problem-20-factorial-digit-sum.english.md
Accidentally added last line. Calling function is unnecessary in solution.
Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
* right place for starting braces
Co-Authored-By: Manish Giri <manish.giri.me@gmail.com >
* moved starting brace to previous line.
Co-Authored-By: Manish Giri <manish.giri.me@gmail.com >
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
Co-authored-by: Manish Giri <manish.giri.me@gmail.com > 
						
						
					 
					
						2020-02-26 14:22:40 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Josh Soref 
							
						 
					 
					
						
						
							
						
						004b99bf8f 
					 
					
						
						
							
							chore: fix typos in spelling ( #38100 )  
						
						 
						
						... 
						
						
						
						* spelling: accidentally
* spelling: announce
* spelling: assembly
* spelling: avoid
* spelling: backend
* spelling: because
* spelling: claimed
* spelling: candidate
* spelling: certification
* spelling: certified
* spelling: challenge
* spelling: circular
* spelling: it isn't
* spelling: coins
* spelling: combination
* spelling: compliant
* spelling: containers
* spelling: concise
* spelling: deprecated
* spelling: development
* spelling: donor
* spelling: error
* spelling: everything
* spelling: exceed
* spelling: exist
* spelling: falsy
* spelling: faulty
* spelling: forward
* spelling: handle
* spelling: indicates
* spelling: initial
* spelling: integers
* spelling: issealed
* spelling: javascript
* spelling: length
* spelling: maximum
* spelling: minimum
* spelling: mutable
* spelling: notifier
* spelling: coordinate
* spelling: passport
* spelling: perform
* spelling: permuter
* spelling: placeholder
* spelling: progressively
* spelling: semantic
* spelling: submission
* spelling: submit
* spelling: translations
* spelling: turquoise
* spelling: visualization
* spelling: without
* spelling: registration
* spelling: representation 
						
						
					 
					
						2020-02-08 23:59:10 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Oliver Eyton-Williams 
							
						 
					 
					
						
						
							
						
						a7075a579c 
					 
					
						
						
							
							Fix: Problem 39: Integer right triangles ( #38145 )  
						
						 
						
						... 
						
						
						
						* fix: correct test and add solution
I also changed the seed to report the results of an easier example to
the user, since just evaluating the function mostly wastes time.
* fix: use a better solution
* fix: credit original author 
						
						
					 
					
						2020-02-08 21:09:32 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sidtharthan A N 
							
						 
					 
					
						
						
							
						
						8cf64f2539 
					 
					
						
						
							
							ProjectEuler | Update Problem statement of 002 to match projecteuler.net ( #38101 )  
						
						 
						
						... 
						
						
						
						* Correct ProjectEuler:002 definition and tests
From projecteuler.net:
By considering the terms in the Fibonacci sequence whose values do not exceed four million, find the sum of the even-valued terms.
Correct: take all f(n) where f(n) <= 4,000,000 and f(n) is even
Incorrect: take all f(n) where n <= 4,000,000 and f(n) is even
* Incorporate PR review suggestios to ProjectEuler 002
Reword the problem statement
Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com >
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com > 
						
						
					 
					
						2020-02-07 10:09:35 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kristofer Koishigawa 
							
						 
					 
					
						
						
							
						
						4ef445c543 
					 
					
						
						
							
							feat: add styles for markdown tables and convert some HTML tables to markdown ( #38126 )  
						
						 
						
						
						
						
					 
					
						2020-02-07 09:47:35 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dylan Cutler 
							
						 
					 
					
						
						
							
						
						15d5824795 
					 
					
						
						
							
							Change n pounds to n pence in Project Euler problem 31 ( #38144 )  
						
						 
						
						
						
						
					 
					
						2020-01-31 15:23:15 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Oliver Eyton-Williams 
							
						 
					 
					
						
						
							
						
						e4a229187e 
					 
					
						
						
							
							fix: speed up tests  
						
						 
						
						... 
						
						
						
						Either improved the algorithm or reduced the difficulty for the slowest
tests. All these pass with testProtectTimeout = 500, so should be safe
on most machines with the current timeout of 2500. 
						
						
					 
					
						2020-01-03 11:41:52 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Oliver Eyton-Williams 
							
						 
					 
					
						
						
							
						
						e5abfa15ad 
					 
					
						
						
							
							Revert "fix: stop user code after 100ms of execution" ( #37965 )  
						
						 
						
						... 
						
						
						
						This reverts commit 01b37f664f . 
						
						
					 
					
						2019-12-21 11:09:32 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Oliver Eyton-Williams 
							
						 
					 
					
						
						
							
						
						01b37f664f 
					 
					
						
						
							
							fix: stop user code after 100ms of execution ( #37841 )  
						
						 
						
						... 
						
						
						
						Co-authored-by: mrugesh <1884376+raisedadead@users.noreply.github.com >
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com > 
						
						
					 
					
						2019-12-20 19:28:17 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Randell Dawson 
							
						 
					 
					
						
						
							
						
						c25916c9a2 
					 
					
						
						
							
							fix(curriculum): changed test text to use should for Coding Interview Prep - part 2 of 2 ( #37766 )  
						
						 
						
						... 
						
						
						
						* fix: changed test text to use should
* fix: corrected typo
Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com >
* fix: removed extra period
Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com >
* fix: removed extra period
Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com >
* fix: removed extra period
Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com >
* fix: removed extra period
Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com >
* fix: corrected typo
Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com > 
						
						
					 
					
						2019-11-20 10:01:31 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Randell Dawson 
							
						 
					 
					
						
						
							
						
						568f00e02a 
					 
					
						
						
							
							fix(curriculum): Added forumTopicId to remaining 1200 challeng… ( #36558 )  
						
						 
						
						
						
						
					 
					
						2019-08-05 22:14:37 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Randell Dawson 
							
						 
					 
					
						
						
							
						
						a7eb800450 
					 
					
						
						
							
							fix(curriculum): Remove unnecessary assert message argument from English Coding Interview Prep challenges - Project Euler - 04 ( #36418 )  
						
						 
						
						... 
						
						
						
						* fix: removed assert msg argument-4
* fix: remove double quotes surrounding testString code
Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com > 
						
						
					 
					
						2019-07-27 07:34:19 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Randell Dawson 
							
						 
					 
					
						
						
							
						
						5cf3b458fa 
					 
					
						
						
							
							fix: removed assert msg argument-7 ( #36421 )  
						
						 
						
						
						
						
					 
					
						2019-07-26 21:48:23 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Randell Dawson 
							
						 
					 
					
						
						
							
						
						6e40dd2e50 
					 
					
						
						
							
							fix: removed assert msg argument-6 ( #36420 )  
						
						 
						
						
						
						
					 
					
						2019-07-26 21:45:56 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Randell Dawson 
							
						 
					 
					
						
						
							
						
						71e873128a 
					 
					
						
						
							
							fix: removed assert msg argument-5 ( #36419 )  
						
						 
						
						
						
						
					 
					
						2019-07-26 21:41:55 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Randell Dawson 
							
						 
					 
					
						
						
							
						
						3e237f43ad 
					 
					
						
						
							
							fix: removed assert msg argument-3 ( #36417 )  
						
						 
						
						
						
						
					 
					
						2019-07-26 21:30:17 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Randell Dawson 
							
						 
					 
					
						
						
							
						
						399705a37a 
					 
					
						
						
							
							fix: removed assert msg argument-2 ( #36416 )  
						
						 
						
						
						
						
					 
					
						2019-07-26 21:26:37 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Randell Dawson 
							
						 
					 
					
						
						
							
						
						d73b94133a 
					 
					
						
						
							
							fix: removed assert msg argument ( #36415 )  
						
						 
						
						
						
						
					 
					
						2019-07-25 17:44:15 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Randell Dawson 
							
						 
					 
					
						
						
							
						
						ee97fa4542 
					 
					
						
						
							
							fix(curriculum): Remove additional unnecessary assert message argument from English Coding Interview Prep challenges ( #36440 )  
						
						 
						
						... 
						
						
						
						* fix: removed more assert msg args
* fix: remove single quotes wrapping testString
Co-Authored-By: Parth Parth <34807532+thecodingaviator@users.noreply.github.com >
* fix: remove single quotes wrapping testString
Co-Authored-By: Parth Parth <34807532+thecodingaviator@users.noreply.github.com >
* fix: remove single quotes wrapping testString
Co-Authored-By: Parth Parth <34807532+thecodingaviator@users.noreply.github.com >
* fix: remove single quotes wrapping testString
Co-Authored-By: Parth Parth <34807532+thecodingaviator@users.noreply.github.com >
* fix: remove single quotes wrapping testString
Co-Authored-By: Parth Parth <34807532+thecodingaviator@users.noreply.github.com >
* fix: remove single quotes wrapping testString
Co-Authored-By: Parth Parth <34807532+thecodingaviator@users.noreply.github.com >
* fix: remove single quotes wrapping testString
Co-Authored-By: Parth Parth <34807532+thecodingaviator@users.noreply.github.com >
* fix: remove single quotes wrapping testString
Co-Authored-By: Parth Parth <34807532+thecodingaviator@users.noreply.github.com > 
						
						
					 
					
						2019-07-24 13:09:23 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Oliver Eyton-Williams 
							
						 
					 
					
						
						
							
						
						7d4dc382b4 
					 
					
						
						
							
							fix(curriculum): format challenge markdown as per linting rules ( #36326 )  
						
						 
						
						... 
						
						
						
						* fix: Format challenge markdown according to linting rules
* fix: Put spaces after section tags 
						
						
					 
					
						2019-07-19 15:30:17 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Randell Dawson 
							
						 
					 
					
						
						
							
						
						c387873640 
					 
					
						
						
							
							fix(curriculum): added extra line before </section> tag - Engl… ( #36278 )  
						
						 
						
						
						
						
					 
					
						2019-07-19 15:30:17 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Oliver Eyton-Williams 
							
						 
					 
					
						
						
							
						
						6745009490 
					 
					
						
						
							
							fix(curriculum): Add more valid triples to the test ( #35870 )  
						
						 
						
						
						
						
					 
					
						2019-05-26 14:02:20 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ahmad Abdolsaheb 
							
						 
					 
					
						
						
							
						
						8b4fb5a452 
					 
					
						
						
							
							fix: imgur to s3 for various files without conflict ( #36057 )  
						
						 
						
						
						
						
					 
					
						2019-05-20 23:58:20 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Oliver Eyton-Williams 
							
						 
					 
					
						
						
							
						
						51fcc8e509 
					 
					
						
						
							
							fix: Improve formatting for Pascal's triangle challenge ( #35531 )  
						
						 
						
						
						
						
					 
					
						2019-03-07 01:55:37 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Rohan Mohammad 
							
						 
					 
					
						
						
							
						
						39e36a1702 
					 
					
						
						
							
							Project Euler: Problem 2: Even Fibonacci Numbers - fiboEvenSum(10) sh… ( #34722 )  
						
						 
						
						
						
						
					 
					
						2019-01-19 18:50:53 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aditya 
							
						 
					 
					
						
						
							
						
						9e688056ef 
					 
					
						
						
							
							fix(curriculum): Problem 10 added optimized code ( #31066 )  
						
						 
						
						
						
						
					 
					
						2018-11-11 17:50:08 +03:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aditya 
							
						 
					 
					
						
						
							
						
						aaba2298bf 
					 
					
						
						
							
							fix(curriculum): Problem 47 - Added optimized solution  
						
						 
						
						
						
						
					 
					
						2018-11-11 17:39:45 +03:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aditya 
							
						 
					 
					
						
						
							
						
						c353c4c659 
					 
					
						
						
							
							fix(curriculum): Problem 35 - update solution  
						
						 
						
						
						
						
					 
					
						2018-11-10 10:19:16 +03:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Valeriy 
							
						 
					 
					
						
						
							
						
						e099d6486d 
					 
					
						
						
							
							fix: test curriculum challenges ( #24180 )  
						
						 
						
						
						
						
					 
					
						2018-10-23 18:51:53 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Valeriy 
							
						 
					 
					
						
						
							
						
						79d9012432 
					 
					
						
						
							
							fix(curriculum): quotes in tests ( #18828 )  
						
						 
						
						... 
						
						
						
						* fix(curriculum): tests quotes
* fix(curriculum): fill seed-teardown
* fix(curriculum): fix tests and remove unneeded seed-teardown 
						
						
					 
					
						2018-10-20 23:32:47 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bouncey 
							
						 
					 
					
						
						
							
						
						ee9f6b2d72 
					 
					
						
						
							
							chore(meta): Move challenge meta to challenges root  
						
						 
						
						
						
						
					 
					
						2018-10-11 02:15:05 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Camille Hagenbourger 
							
						 
					 
					
						
						
							
						
						3f328b73dc 
					 
					
						
						
							
							Fix Euler Project problem 19  
						
						 
						
						
						
						
					 
					
						2018-10-10 13:56:57 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bouncey 
							
						 
					 
					
						
						
							
						
						a859035023 
					 
					
						
						
							
							fix(challenge-md): Fix quotes that failed in the transform  
						
						 
						
						
						
						
					 
					
						2018-10-08 11:38:26 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bouncey 
							
						 
					 
					
						
						
							
						
						8f39bc1288 
					 
					
						
						
							
							chore(curriculum): Remove files in wrong format  
						
						 
						
						
						
						
					 
					
						2018-10-05 15:58:12 +01:00