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
4ef445c543
feat: add styles for markdown tables and convert some HTML tables to markdown ( #38126 )
2020-02-07 09:47:35 +01:00
8b692560e8
Fix: (Rosetta-Code) Correct the Test suite and make expression clearer ( #38102 )
...
* Fix: Correct the Test suite and make expression clearer
* Update 24-game.english.md
2020-02-04 07:08:32 +05:30
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
e5abfa15ad
Revert "fix: stop user code after 100ms of execution" ( #37965 )
...
This reverts commit 01b37f664f
.
2019-12-21 11:09:32 +05:30
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
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
76b9525a54
fix: added forumTopicId to recently added Rosetta Code challen… ( #37479 )
2019-10-23 21:34:34 +05:30
ca63f90070
feat(interview-prep): Converting and transfering Rosetta problems ( #35770 )
...
* feat(interview-prep): Converting and transfering Rosetta problems
2019-10-23 23:23:50 +09:00
52bd3a65de
fix: balanced-brackets-tests ( #36807 )
2019-09-25 11:39:11 +02:00
5d946f3d77
valid factorial number update under the tests ( #36792 )
...
* valid factorial number update under the tests
* Update curriculum/challenges/english/08-coding-interview-prep/rosetta-code/factorial.english.md
Co-Authored-By: Parth Parth <34807532+thecodingaviator@users.noreply.github.com >
* Update curriculum/challenges/english/08-coding-interview-prep/rosetta-code/factorial.english.md
Co-Authored-By: Parth Parth <34807532+thecodingaviator@users.noreply.github.com >
* Update curriculum/challenges/english/08-coding-interview-prep/rosetta-code/factorial.english.md
Co-Authored-By: Parth Parth <34807532+thecodingaviator@users.noreply.github.com >
* Removed redundant array in the tests
2019-09-19 08:52:09 -07:00
568f00e02a
fix(curriculum): Added forumTopicId to remaining 1200 challeng… ( #36558 )
2019-08-05 22:14:37 +05:30
3ec1fe8ea7
feat: add forumTopicId to challenge frontmatter [pre-existing]
...
This commit adds the pre-existing challenge guide topics in the
forum to the forntmatter of their challenge markdown files.
2019-08-05 22:14:37 +05:30
91df817cfe
fix(guide) add stubs, update spellings and prepare for move ( #36531 )
...
* fix(guide) add stubs and correct file path misspellings and pr… (#36528 )
* fix: corrected file path to match curriculum
* fix: renamed to newer challenge name
* fix: added solutions to articles from challenge files
* fix: added missing .english to file name
* fix: added missing title to guide article
* fix: correct solution for guide article
* fix: replaced stub with hint
* fix: added space in Hint headers
* fix: added solution to guide article
* fix: added solution to guide article
* test: replaced stub with hint and solution
* fix: add Problem number: to title
* fix: changed generatorexponential to correct name
* fix: renamed knight's tour to knights-tour
* fix: updated guide article
2019-07-30 00:25:58 +05:30
e23c80a021
fix: remove assert messages from gamma function ( #36530 )
2019-07-29 17:38:29 +01:00
54a65d1bf0
fix: correct titles for 5 challenges ( #36527 )
2019-07-29 19:44:15 +05:30
ba6ae7154c
fix: removed more assert msg arguments ( #36439 )
2019-07-28 05:16:04 +01:00
04f18e43f6
fix(curriculum): Remove unnecessary assert message argument from English Coding Interview Prep challenges - 02 ( #36412 )
...
* fix: removed assert msg argument
* fix: removed msgs surrounded by 2 single quotes
* fix: removed missing 2 assert msg arguments
* fix: remove msg surrounded by two single quotes
* fix: removed unnecessary assert msg args
* fix; remove msgs surrounded by double quotes
* fix: removed unnecessary assert msg args
* fix: remove unnecessary assert msg args
* fix: removed unnecessary assert msg arg
* fix: removed unnecessary assert msg args
* fix: removed unnecessary assert msg arg
* fix: removed unnecessary assert msg args
* fix: removed unnecessary assert msg args
* fix: removed unnecessary assert msg args
* fix: removed unnecessary assert msg args
* fix: removed unnecessary assert msg args
* fix: removed unnecessary assert msg arg
* fix: removed unnecessary assert msg args
* fix: Restore expected values to assertions
* fix: remove assertion message
Co-authored-by: Vivek Agrawal <vivekmittalagrawal@gmail.com >
2019-07-26 14:24:52 +02:00
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
d0d8282f86
fix(curriculum): Remove additional unnecessary assert message argument wrapped in double quotes from various curriculum sections ( #36457 )
...
* fix: remove double quoted assert msg arg - responsive
* fix: remove double quoted assert msg arg - js
* fix: remove double quoted assert msg arg - libraries
* fix: remove double quoted assert msg arg - coding interview
2019-07-24 13:06:12 +01:00
55b5d22d68
fix: use rounding to fix floating point comparison
2019-07-22 17:10:54 +05:30
b8593326b0
fix: remove guide linting and fix failing challenges
2019-07-19 15:30:17 +05:30
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
1028310819
Changed bold to strong or code tags where possible
2019-06-26 17:34:03 +08:00
3ce97bbd81
Fixing other problems from comments
2019-06-26 17:34:03 +08:00
0544554b00
Fix curly quotes
2019-06-26 17:34:03 +08:00
a6ed1e51b7
Change links from http to https
2019-06-26 17:34:03 +08:00
32b24a3a20
Fixing merge conflicts
2019-06-26 17:34:03 +08:00
ae49dfd376
fix(challenges): Fix merge conflicts convert seconds and towers of hanoi
2019-06-26 17:34:03 +08:00
14bcbac669
fix(challenges): Added blockquote to department numbers and fixed fractions in fractran
2019-06-26 17:34:03 +08:00
aeb0dccb15
fix(challenges): Added left margin to blockquote footer in Babbage Problem
2019-06-26 17:34:03 +08:00
12d84e83a8
fix(challenges): Y problem
2019-06-26 17:34:03 +08:00
723ee2cfa5
W problem
2019-06-26 17:34:03 +08:00
a0e68a39a7
fix(challenges): V problems
2019-06-26 17:34:03 +08:00
74f70c19d8
fix(challenges): T problems
2019-06-26 17:34:03 +08:00
539e93d01b
fix(challenges): The rest of the S problems
2019-06-26 17:34:03 +08:00
442c9c291d
fix(challenges): More S problems
2019-06-26 17:34:03 +08:00
c752d57611
Added sorting algorithms
2019-06-26 17:34:03 +08:00
2053e99cd5
S problems
2019-06-26 17:34:03 +08:00
df88daa482
fix(challenges): J problems
2019-06-26 17:34:03 +08:00
263d2c496b
fix(challenges): I problems
2019-06-26 17:34:03 +08:00
a3fd1aa284
fix(challenges): H problems
2019-06-26 17:34:03 +08:00
537d1ed642
fix(challenges): G problems
2019-06-26 17:34:03 +08:00
abbfee1189
fix(challenges): Formatted F challenges
2019-06-26 17:34:03 +08:00
1a56a5b0ae
fix(challenges): Minor changes to D challenges. Add E challenges
2019-06-26 17:34:03 +08:00
461155f7ef
fix(challenges): Replaced image with svg in Cut a Rectangle
2019-06-26 17:34:03 +08:00
da4999cb46
fix(challenges): Moved challenge instructions to instructions section
2019-06-26 17:34:03 +08:00
3a7ac2c0c0
fix(challenges): Forgot to remove the space between the function name and first parenthesis
2019-06-26 17:34:03 +08:00
bc1d2be822
fix(challenges): Added all D problems except Department Numbers
2019-06-26 17:34:03 +08:00
d024b96a92
fix(challenges): Went back and fixed a missing A problem. Fixed C problems.
2019-06-26 17:34:03 +08:00