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

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

Hi, Every Programmer! I'm starting walk into Competitive Programming Worlds. And, I have decived to reading and learning with Introduction To Algorithms Book (CLRS)  ! As result, I am needing any help about this book: Guides , Solution, source Code,... etc. Please share for me :)! Any help will be appreciated, thankyou very much and good programming to all friends!

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

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

This is a difficult book for a self-learner. (at least for me)

I highly recommend Introduction to Algorithms (SMA 5503) — MIT lectured by one of the coauthors — Prof. Charles Leiserson (The 'L' of CLRS) and Prof. Erik Demaine who is a bright and fantastic teacher (Perhaps you've heard about Cartesian Trees(treaps)?).
I especially love the materials which offer more intuitive (and perhaps easier) proofs.

In case you need solutions when you're stuck, here is a CLRS Study Group.
But note that some solutions are apparently incorrect.

In case you want to know more about CLRS, consider giving Prof. Thomas Cormen (The 'C' of CLRS) a follow on quora :)
It's also worth mentioning that he recommends another book for starters — Algorithms Unlocked