Пожалуйста, прочтите новое правило об ограничении использования AI-инструментов. ×

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

Автор Madiyar, 13 лет назад, По-русски
Can you give me some advices, which math books are usefull for programming ?

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

13 лет назад, # |
  Проголосовать: нравится +26 Проголосовать: не нравится
I think Concrete Mathematics: A Foundation for Computer Science (R. Graham, D. Knuth, O. Patashnik) is one of the best math book for programming
  • 13 лет назад, # ^ |
    Rev. 2   Проголосовать: нравится 0 Проголосовать: не нравится

    Случайно написал комментарий по-английски в русский интерфейс.
13 лет назад, # |
Rev. 2   Проголосовать: нравится 0 Проголосовать: не нравится

double post
13 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится
Well, personally I find this book difficult (and, what's more important, not necessary) to read.

Firstly, it is written in the famous Knuth's eccentric way. Besides that, it is a 'chaotic' collection of some tricks that you will never use.
  • 13 лет назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится
    The previous comment is on Knuth's concrete mathematics.
  • 13 лет назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится
    What do you recommened to read instead of that?
    • 13 лет назад, # ^ |
        Проголосовать: нравится +2 Проголосовать: не нравится
      It depends on what math do you need and like. It seems that programmers could live without any math, so let's put the question this way: what math book is useful for setting programmer's mind.

      I would recommend books on advanced algorithms (say, Vazirani -- Approximation Algorithms) or complexity theory (Arora, Barak -- Computational Complexity).

      And if you are interested in pure math, then read Lang's Algebra. :)