361 Commits

Author SHA1 Message Date
2217358ead Merge pull request #1106 from AfnanCSE98/patch-2
Update RemoveDuplicatesfromSortedArray.md
2023-08-01 11:32:23 +08:00
55509305d1 typo fixes to SUMMARY.md 2023-03-26 14:19:10 +08:00
e3116f63a8 Fixing typo 2023-03-26 14:16:35 +08:00
612b8d62eb Update RemoveDuplicatesfromSortedArray.md
checking for n==0 is not necessary.Removed this redundant code
2023-02-25 12:35:41 +06:00
37cbcaeac2 Update DetailedBinarySearch.md
Remove duplicate line
2022-10-20 15:56:48 +08:00
468226524c Fix some grammar mistakes 2022-09-06 20:51:19 +08:00
cd566779ef Fixed Minor Typo
I know this is small, but I thought I'd PR, anyway.
2022-03-17 05:56:36 +08:00
5640976122 Update Framework and thoughts about learning data structure and algorithm.md
Thanks for this, I found it helpful. But the English could be improved.

I improved the language quality. Mostly grammar, but also changed some wording choices that felt unnatural. Also did some very minor formatting.

I removed the Redis paragraph because I couldn't really make sense of it. Perhaps @labuladong can clarify?
2022-03-17 05:55:50 +08:00
15b428a8ab [English] Correct Edit Distance
(I feel a need to preface this by saying that the changes I made were based solely on the English version, and the reading experience, for I do not speak Chinese (I'm not even sure if it's Mandarin, Cantonese or which one, nor if there's any difference in writing). Should you object to any changes, please let me know)

1. Changed the apostrophe character from *`* to *'*. The former is not used as an apostrophe, and is actually an accent mark (for preferred characters, refer to (this)[http://snowball.tartarus.org/texts/apostrophe.html] (U+0027 ', U+2019 ’, U+201B ‛)).
2. Changed certain verb forms. For instance: *"The last question is that **writing** a function to calculate [...]"* to *"The last question is **to write** a function which calculates [...]"* (also *which* -> *to* in order to avoid the repetition).
3. Changed the capitalization where necessary. For example: *Helpless* to *helpless* (since it's not a proper name); *We* to *we* (middle of a sentence).
4. Changed a few verbs to nouns, and vice versa: *"explain"* (on its own serves as an imperative, which would demand that the reader explain it) to *"explanation"*; *"storage"* to "store [the least editing distance of s1 and s2; L226]".
5. Fixed redundant spaces: *"[...] `s2`  in [...]"* to *"[...] `s2` in [...]"*; *"s1[i]!=s2[j]"* to *"s1[i] != s2[j]"*
6. Changed a few odd phrases: *"a violent solution"* to *"a brute force solution"* ( (most)[https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwiolLjsxK3xAhUspIsKHU-9BwEQFjADegQIBBAD&url=https%3A%2F%2Fgsdrc.org%2Fwp-content%2Fuploads%2F2019%2F11%2F671_P-CVE_Programming_on_Men_Women_Boys_and_Girls.pdf&usg=AOvVaw2QjJ_-yjxxw2oWYtG77sgE], albeit (not all)[https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwiolLjsxK3xAhUspIsKHU-9BwEQFjABegQIAhAE&url=https%3A%2F%2Fwww.programmersought.com%2Farticle%2F27011223160%2F&usg=AOvVaw1f6OCbf1r7M8GAfmGotBDg], uses of the former did not refer to programming ); *"from the bottom to up"* to *"from the bottom up"* (or *"bottom-up"*; see: (from the bottom up)[https://www.lexico.com/definition/from_the_bottom_up], and (bottom-up)[https://dictionary.cambridge.org/dictionary/english/bottom-up] ); *"operation number"* to *"the number of operations"* (this one might have been more subjective).
7. Removed latex dollar signs (since github markdown does not support it): *"$O(min(M, N))$"* to *"O(min(M, N))"* (as used in other articles).
8. Pluralized certain nouns after *"any"* ( ("We use any for indefinite quantities in questions and negative sentences")[https://dictionary.cambridge.org/grammar/british-grammar/any] ): *"any operation"* to *"any operations"*.
9. Added some formatting: "dp(i, j)" to "`dp(i, j)`" (L98).

I'm also not sure if *"[...] I wrote some words out of place by mistake"* refers to mistyping, but it's still more than clear, albeit slightly wordy.

To reiterate, should any of these be of concern, let me know, especially since it is my second language.
Best regards
2021-07-06 20:29:38 +08:00
ac3abb668a Update FourKeysKeyboard.md
Update FourKeysKeyboard.md
2021-03-21 12:06:38 +08:00
b3ff32c47d Merge pull request #636 from stephanlin/patch-1
Fix typo
2021-03-21 12:05:59 +08:00
ee6de37283 Merge pull request #654 from Github119aaa/english
Revert "Address comment in #427"
2021-03-21 12:05:34 +08:00
8b863408bb revise translation
revise translation
2021-03-20 17:02:26 +08:00
3cea27d6d5 revise translation
revise translation
2021-03-20 17:01:18 +08:00
9e2b55d88f revise translation
revise translation
2021-03-20 17:00:54 +08:00
3390d2452e update the EditDistance content.
update the EditDistance content.
2021-03-20 16:59:34 +08:00
5bbc288efd Changed a translation
Changed a translation
2021-03-20 16:58:55 +08:00
007d26fdfa Fixed english translation
Fixed english translation
2021-03-09 19:30:36 +08:00
caedd0dd12 Revert "Address comment in #427"
This reverts commit 73d040f386773b5257173b4c7cd8e8d0f61b0875.
2021-02-16 04:26:50 +08:00
f52474f14a Update FourKeysKeyboard.md
Fixing grammatical errors and translators
2021-01-13 11:50:38 +08:00
48bfaf8a77 Fix typo
Binary Head -> Binary Heap
2021-01-05 00:35:45 -05:00
a8a68197d9 Update DetailedBinarySearch.md 2020-12-22 15:59:41 +01:00
e5d454008d update the wrong title 2020-12-20 16:56:36 -08:00
54b1848a98 fix typos in gameproblemsindynamicprogramming
fix typos in gameproblemsindynamicprogramming
2020-12-17 09:58:00 -08:00
8fbe4cd85c update the EditDistance content. 2020-12-15 16:21:16 -08:00
b4aa8afbc3 Changed a translation
The term "brute-force" would be more appropriate than the term "violent" when describing the O(n2) here.
2020-11-23 09:49:02 +05:30
286754bdc5 Fixed english translation 2020-11-11 08:31:00 +00:00
73d040f386 Address comment in #427 2020-09-23 11:29:54 +08:00
63b74aaf88 Sync Table of Contents with master/Chinese branch 2020-09-23 11:29:54 +08:00
db95ca5baf typo 2020-09-17 10:18:36 +08:00
278986710c fix: miss matched md formatting (#441)
* fix: fix reverse link

- Add title to readme

* fix: md formatting

* fix: md formatting

* fix: md formatting

Co-authored-by: labuladong <labuladong@foxmail.com>
2020-09-17 09:54:36 +08:00
b7629db90b Fixed critical typo
"Determine if two numbers are different"  ---> "Determine if the sign of two numbers are different"
2020-09-17 09:52:07 +08:00
b61c5bf24e Merge pull request #449 from arocketman/patch-1
Fix minor typo
2020-09-07 09:25:31 +08:00
67ccd23786 fix: typo of nohup 2020-09-07 09:25:04 +08:00
57aa5a472e Fix minor typo 2020-08-25 10:29:27 +02:00
c06bbf3d5e Fix Detail typos 2020-06-25 14:04:48 +08:00
05da30e70b Introduce another good learning resource for regex 2020-06-22 10:14:19 +08:00
6822a24e10 Introduce another regex testing site 2020-06-22 10:14:19 +08:00
bb75b5ed61 Fixed typo in README.md 2020-06-22 10:09:24 +08:00
a57e12d204 Merge pull request #230 from changyujiang/english
change - update expression, fix typo, improve clarity
2020-06-08 08:43:20 +08:00
9f3d0106a4 Merge pull request #291 from rpivo/patch-1
update readme to be more grammatically correct
2020-06-08 08:41:28 +08:00
d94dbdf064 Merge pull request #287 from ML-Chen/patch-1
Improve grammar of AnalysisOfDynamicProgramming.md
2020-06-08 08:40:33 +08:00
6c3d44d2c9 update readme to be more grammatically correct 2020-06-05 13:05:17 -04:00
fde9470e40 Improve grammar 2020-05-21 18:55:38 -04:00
8b9bda57e6 change - update expression, fix typo, improve clarity 2020-03-27 00:09:05 -07:00
ae25f8f108 Merge pull request #220 from freerambo/english
translated the Demystifying Dynamic Programming
2020-03-25 08:31:25 +08:00
3e8b5f7968 Merge pull request #219 from Wonderxie/english
翻译《团灭LeetCode股票买卖问题》文章
2020-03-21 09:47:01 +08:00
yb
b9c60b22be add author and translator 2020-03-20 23:29:25 +08:00
yb
1cb9de02da revert back README/SUMMARY.md 2020-03-19 00:21:35 +08:00
yb
306df0e010 translated 动态规划详解.md -> DemystifyingDynamicProgramming.md 2020-03-19 00:12:52 +08:00