Commit graph

51 commits

Author SHA1 Message Date
Ilya Kantor
d92cb4743f minor fixes 2020-09-24 23:01:09 +03:00
Ilya Kantor
2d63151779 minor fixes 2020-09-24 23:00:02 +03:00
Ilya Kantor
e4c928ba2d minor fixes 2020-09-24 22:59:06 +03:00
Ilya Kantor
e76cf3a3c2 closes #2136 #2150 2020-09-24 22:51:36 +03:00
joaquinelio
bcf49d1607
internal link format info:
plis check my syntax , I can't test
2020-08-31 03:56:09 -03:00
Matt Lim
a6c9f30cb8 5.4 - change 7 basic types to eight basic types 2020-08-10 23:02:31 -07:00
Violet Bora Lee
b782700818 minor fixes 2020-05-06 17:10:53 +09:00
Aniket Kudale
76bf5ec8a9
Corrected Grammar 2020-03-09 23:22:36 +05:30
Ilya Kantor
81def0275e minor fixes 2020-02-18 23:46:24 +00:00
Ilya Kantor
9bfc8cfa9c minor 2019-08-11 14:24:31 +03:00
Ilya Kantor
4d44df6a3a Embed font to SVG 2019-08-11 14:17:38 +03:00
Ilya Kantor
def343004f minor 2019-07-29 11:58:52 +03:00
Ilya Kantor
e4b22f47fd minor 2019-07-29 08:08:30 +03:00
Ilya Kantor
3ba28aa104 images to svg 2019-07-28 15:42:37 +03:00
DouglasMV
cce0816096
typo 2019-06-11 17:10:37 -03:00
DouglasMV
1856fe3868
missing backticks 2019-06-11 16:36:39 -03:00
Mau Di Bert
7df2a2a7e1
Update article.md
typo
2019-05-26 10:54:21 -03:00
Ilya Kantor
2c4cc643af up 2019-05-15 08:39:38 +03:00
Himanshu Singh
557d170c81
Update solution.md
Changed the sign on line 32,33.
2019-04-20 14:39:00 +05:30
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