sreekumar menon
dec4b2180f
Scalar addition issue on Element-wise operations ( #40013 )
...
* Scalar addition issue on Element-wise operations
* remove chinese from PR
Co-authored-by: Sreekumar Menon <sreekumar@roofstock.com>
2020-10-19 11:29:23 -07:00
Bobby BuffaloBoy
71659b7c94
fix(learn): Date corrected the example description from Sunday, to Friday, in the date-format Rosetta Code Challenge (English) ( #39998 )
2020-10-17 23:01:18 +02:00
Ke Cleveland
13e7251ed9
fix(learn): Update findXmasSunday function arguments from (2008,2121) to (1970, 2017) to match expected return. ( #39996 )
...
Co-authored-by: keiveland <keivelanddev@gmail.com>
2020-10-17 22:46:03 +02:00
Oliver Eyton-Williams
35c4020f4d
fix(curriculum): test typos ( #39984 )
2020-10-15 14:49:57 -04:00
Oliver Eyton-Williams
a71150074d
fix(learn): preserve whitespace in the tool panel ( #39973 )
2020-10-14 21:40:15 +05:30
Oliver Eyton-Williams
2b9e38a17b
fix: replace .english.md extension with .md
2020-09-29 22:09:04 +02:00
Jeremy A Gray
0e3c3e2ff7
fix(learn): avoid conflict with spring forward EST to EDT ( #39681 )
...
March 8, 2009 is the weekend of spring forward to EDT in the US. This change moves the example date and test back one day to add twelve hours to a time on March 6, 2009, resulting in a time on March 7, 2009.
2020-09-29 20:47:26 +05:30
Hassaan Pasha
80438cac3e
feat(client, learn): add helper functions for common validation operations ( #38605 )
...
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
2020-09-17 19:38:01 +05:30
Randell Dawson
876d9f3994
fix(learn): Consolidated comments for Coding Interview Prep challenges - part 2 of 2 ( #39576 )
...
* fix: consolidate comments for use with the translation dictionary
* fix: added blank line between comments
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
* fix: removed unneeded comment
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
2020-09-16 01:01:21 +05:30
Randell Dawson
8788ad946b
fix: remove Good luck! comment from challenge seed code ( #39575 )
2020-09-15 22:27:40 +05:30
Oliver Eyton-Williams
bd68b70f3d
Feat: hide blocks not challenges ( #39504 )
...
* fix: remove isHidden flag from frontmatter
* fix: add isUpcomingChange
Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>
* feat: hide blocks not challenges
Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>
Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>
2020-09-03 15:07:40 -07:00
Tom
6ce2db7bb2
feat(learn): add word frequency challenge to rosetta section ( #39424 )
...
* feat(learn): add word frequency challenge to rosetta section
* Update curriculum/challenges/english/10-coding-interview-prep/rosetta-code/word-frequency.english.md
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
* Update curriculum/challenges/english/10-coding-interview-prep/rosetta-code/word-frequency.english.md
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
* Update curriculum/challenges/english/10-coding-interview-prep/rosetta-code/word-frequency.english.md
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
* Update curriculum/challenges/english/10-coding-interview-prep/rosetta-code/word-frequency.english.md
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
* Update curriculum/challenges/english/10-coding-interview-prep/rosetta-code/word-frequency.english.md
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
* Update curriculum/challenges/english/10-coding-interview-prep/rosetta-code/word-frequency.english.md
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
* fix: tests
* fix: revert challenge so it can have multiple solutions
* Update curriculum/challenges/english/10-coding-interview-prep/rosetta-code/word-frequency.english.md
Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com>
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com>
2020-09-03 06:30:57 -07:00
Pyi Theim Kyaw
faf426bb40
PR ready fix(learn) ( #39208 )
2020-08-31 15:31:30 -05:00
Joseph Mawa
fccc436e23
Fixed test description for Rosetta Code: Euler method challenge. ( #39452 )
...
* Update greatest-subsequential-sum.english.md
Added missing closing bracket in test description in the tests section.
Removed variable declared twice in the solution section.
* Update euler-method.english.md
* Update euler-method.english.md
* Update euler-method.english.md
Added parameter description fixing the suggested changes.
* Update euler-method.english.md
Removed some formatting from the added text.
* Update euler-method.english.md
Moved seed function parameter description to instructions section.
2020-08-25 08:37:10 -07:00
Joseph Mawa
fc1200ae2c
Update greatest-subsequential-sum.english.md ( #39422 )
...
Added missing closing bracket in test description in the tests section.
Removed variable declared twice in the solution section.
2020-08-19 08:04:47 -07:00
Oliver Eyton-Williams
c40eab94b7
fix(curriculum): add missing .english extensions
2020-08-16 04:45:17 +05:30
Kartik Soneji
f813dfff87
fix: Replace Array.prototype.sort and update old isSorted method. ( #39360 )
...
* fix: Replace Array.prototype.sort and update old isSorted method.
* fix: Change name of function from 'checkInBuiltSort' to 'checkBuilitInSort'.
* fix: Change name of function from 'checkBuilitInSort' to 'isBuiltInSortUsed'.
2020-08-10 13:31:18 -07:00
Amy Gurski
8996fa7502
fix: rosetta day of week typos ( #39380 )
...
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com>
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com>
2020-08-08 19:00:29 -07:00
Kartik Soneji
f844ea3620
fix(learn): Add arguments to test case titles. ( #39248 )
2020-07-23 23:39:17 -07:00
Kartik Soneji
7a51540127
fix(learn): Add arguments to test case titles. ( #39247 )
2020-07-23 23:36:37 -07:00
Kartik Soneji
df3322eb97
Add descriptive titles for Extensible Prime Generator challenge ( #39246 )
...
* fix(learn): Add descriptive titles to tests.
* fix: Add missing word.
Co-authored-by: Nicholas Carrigan <nhcarrigan@gmail.com>
* fix: Display expected output to user.
Co-authored-by: Nicholas Carrigan <nhcarrigan@gmail.com>
2020-07-23 23:28:16 -07:00
Bhanu Pratap Singh Rathore
fbdba9edb1
feat(interview-prep): Converting and Tranfering Rosetta challenges ( #38754 )
...
* feat(interview-prep): Converting and Tranfering Rosetta challenges
2020-07-20 12:02:06 +09:00
c-logan
ca2b97f11e
commit 7/8 Rosetta tokenize ( #39213 )
2020-07-08 17:21:01 -05:00
Rajat Gupta
fd2ca5cf40
Add: forumTopicId for rosetta code ( #38855 )
2020-06-08 20:07:41 +05:30
Mrugesh Mohapatra
8248d704ce
fix: move around new CIP challenges
...
Move newly added rosetta code challenges
2020-05-27 13:19:15 +05:30
mrugesh
22afc2a0ca
feat(learn): python certification projects ( #38216 )
...
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com>
Co-authored-by: Beau Carnes <beaucarnes@gmail.com>
2020-05-27 13:19:08 +05:30