Randell Dawson
1494a50123
fix(guide): restructure curriculum guide articles ( #36501 )
...
* fix: restructure certifications guide articles
* fix: added 3 dashes line before prob expl
* fix: added 3 dashes line before hints
* fix: added 3 dashes line before solutions
2019-07-24 13:29:27 +05:30
Randell Dawson
331cbb88f8
fix(guide): Remove repl.it links from challenge related guide articles (English) ( #36204 )
...
* fix: remove repl.it links english
* fix: add extra line
Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com >
* fix: add extra line
Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com >
* fix: add extra line
Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com >
* fix: add extra line
Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com >
* fix: add extra line
Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com >
* fix: add extra line
Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com >
* fix: add extra line
Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com >
* fix: add extra line
Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com >
* fix: add extra line
Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com >
2019-07-01 08:49:24 -05:00
Zheng Fu
5dd27f88e4
simplifying the mathematical solution for Sum All Numbers in a Range ( #35007 )
...
* simplifying the mathematical solution
We don't need to sort the two number array, using Math.abs() we can get the count of the numbers in range and calculate the sum.
* Remove previously relevant info regarding sort()
* Clarify code for better readability
* change let to const according to review
* added missing semicolon
2019-03-27 22:26:59 +05:30
Randell Dawson
6f5610c4f3
fix: removed thanks and username references in english guide ( #34946 )
2019-03-27 22:25:49 +05:30
Mrugesh Mohapatra
da0df12ab7
fix(guide): simplify directory structure
2018-10-16 21:32:40 +05:30