Commit graph

32 commits

Author SHA1 Message Date
Ilya Kantor
8f13d61a8b Sketch editor update (no important image changes) 2019-04-05 09:17:57 +03:00
Ilya Kantor
be9c5a7b5f re-export pictures 2019-03-02 23:36:52 +03:00
Ilya Kantor
408ba7d4e4 make sure a solution always shows up, use "demo" if exists 2019-02-21 19:35:04 +03:00
Ronak Harkhani
46c88b4df7
"In practice we meet it very often." is wrong.
Changed to "In practice we need it very often."
or "In practice we use it very often" would also work.
2019-02-03 20:26:05 +05:30
Ilya Kantor
8c1782b50c
Merge pull request #748 from 11un/patch-7
typo "Reggie" to "Reggae"
2019-01-21 22:15:20 +03:00
11un
009f87a4d5 typo "Reggie" to "Reggae" 2019-01-21 11:01:50 -08:00
11un
4c18a452cd typo / language edit 2019-01-21 09:59:50 -08:00
Mojtaba Javan
20ee100c20
Typo correction
"seroius" to "serious"
2018-12-27 04:53:34 +03:30
dagolinuxoid
7dc3cdac4a add test for getMaxSubSum 2018-11-26 17:04:28 +03:00
daGo
6a718598f3
a tiny correction
I guess 'find return' looks a bit awkward, maybe you wanted to write 'find and return' but dropped 'and'. Just 'return' seems fine.
PS. I don't believe that I didn't solve the simple task yet. Few years ago I was able to handle much more complex stuff ... feelsWierdAndBadMan.
2018-10-17 20:14:31 +03:00
Ilya Kantor
d0fcf522da sketch downgrade to 50 for good arrows, closes #494 2018-10-09 12:00:34 +03:00
Ilya Kantor
e19f368ed5 closes #502 2018-10-07 21:18:10 +03:00
Ilya Kantor
aa43deef3b closes #516 2018-10-07 20:19:48 +03:00
Helen Durrant
537a96a596
Small grammatical corrections 2018-09-08 21:40:11 +02:00
Ben James
e4a4426ff1 Use gender neutral pronouns 2018-08-02 15:15:35 +01:00
Ilya Kantor
8d69ef158f closes #441 2018-07-19 23:39:01 +03:00
Ilya Kantor
be007e78ef remove cut 2018-02-06 13:07:22 +03:00
Alexander
089af82ee2 Update article.md 2017-10-14 11:31:13 +03:00
Ilya Kantor
61f92a158c Merge pull request #235 from amid11/patch-1
Fix for replacing the middle item in an Array
2017-10-07 17:04:53 +03:00
Johann Miller
34c0a5a704 Fix typo: 'pop to end' in Arrays:Stacks 2017-10-06 16:01:26 -04:00
Amid Dadgar
70d1d874f6 Fix for replacing the middle item in an Array
the provided code `styles[(styles.length - 1) / 2] = "Classics";` will replace the last item instead of the middle one. in order to fix that we need to change code like this : `styles[Math.floor((styles.length - 1) / 2)] = "Classics";`
2017-10-06 17:05:26 +03:30
Micah Stubbs
2b166e9447 Reggie --> Reggae
https://en.wikipedia.org/wiki/Reggae
2017-09-17 17:12:54 -07:00
Heramb
4e3d209fc2 Updated solution.md
the function sumInput() needs return statement (added now at line 23) so that the alert(sumInput()) shows correct output (now on line 26).
2017-08-23 16:31:57 -07:00
Su
7bf7aa5675 fix a typo
add "is"
2017-08-08 15:28:35 +09:00
Ilya Kantor
1cf212893a Merge pull request #53 from Yofri/master
another typo
2017-06-30 13:56:46 +03:00
Yofri
d2691263ce typo 2017-06-26 20:42:44 +07:00
Aadith PM
5547a46216 Edit typo 2017-06-19 19:37:40 +05:30
Ilya Kantor
2c57f11fdf fixes 2017-06-03 08:15:03 +03:00
Thierry Parmentelat
936a921d8a typos 2017-05-10 16:15:43 +02:00
Skubie Doo
f50b304a2b Fix typo 2017-03-26 14:24:01 -04:00
Ilya Kantor
75e30539ef replace 2017-03-19 17:09:37 +03:00
Ilya Kantor
9ad9063d00 up 2016-11-28 21:35:42 +03:00