Блог пользователя accidentallygivenfuck

Автор accidentallygivenfuck, 9 лет назад, По-английски

Hello Codeforces!

Today, I translated the BIT tutorial by e-maxx into English:
http://silap.tk/blog/2014/12/fenwick-tree/

PS Please, inform if there are any grammar mistakes or typos.

  • Проголосовать: нравится
  • +25
  • Проголосовать: не нравится

»
9 лет назад, # |
  Проголосовать: нравится -9 Проголосовать: не нравится

Xdd, in search of your mistakes I've accidently learned BIT and several rules of english language.

Sylap or Silap?) Anyway, that's what should be edited I think:

  1. I think the definition should be rephrased from "BIT is .., which: can calculate; can update" to "BIT is .., that able to: calculate; update" or "BIT is .. that: calculates; updates". I can't suggest the best one or even explain why I wrote them since my English is 100% intuitive.
  2. I don't like to see unordered list after "The function sum works as follows:".
»
9 лет назад, # |
Rev. 2   Проголосовать: нравится +7 Проголосовать: не нравится

In case you did not know, there's a project on Github to translate all articles from e-maxx to English which was started by RodionGork.

If you want to contribute (either directly through Github, or indirectly by let us use your translation), please comment or message me :)

  • »
    »
    9 лет назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

    I would love to contribute :)

    • »
      »
      »
      9 лет назад, # ^ |
        Проголосовать: нравится +5 Проголосовать: не нравится

      Well, there're many ways:

      • If you're familiar with (or willing to learn) Git & Markdown, you can follow instructions here. If you're not familiar with Git, you can read some tutorials. It would be a bit overwhelming at first, but as you get used to it, it is actually very easy to use & helpful later if you're going to be a programmer.

      • Otherwise, you can send me the translation, and I'll add it for you :)

»
9 лет назад, # |
Rev. 4   Проголосовать: нравится +20 Проголосовать: не нравится

A bit off-topic but anyone who uses google translate to use http://e-maxx.ru/ should try yandex translate https://translate.yandex.com/translate I found it much better than google translate.