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

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

Hi everyone.I am new in Codeforces and i need your precious advices for me.In fact,i am in fourth(last)grade of highschool and i contributed in numerous biology competitions,including IBO(International Biology Olympiad)and i will study medicine.But i am really crazy for programming and i want to be a programming guru.For now,i know Python 3's structure well(or i think).My problem is algorithms and practice i think.I can solve some kind of problems including brute force(which i manage with loops :D),implementation etc.I solved a few(5 or 6 i think)in two days in this site.So ,after that i am turning through and listening you...

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

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

If you want to start learning algorithms and Data Structures go for Introduction to algorithms book .

it the best book to learn algorithms for .

you can solve problems that targeting specific algorithm . you can a2oj for that .

and solve a lot of problems practicing is the most important thing .

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

Keep solving problems now and then, attend contests regularly. Within 1/2 weeks you'll know what is your place.

If in that time you face difficulty in coding (not in thinking part) then you need to master your language first. Bcz many ash/grey coders in cf are ash/grey because of their lack of knowledge in the language they use.

Otherwise just try to up solve the problems from those contests. Face the hard problems. Most of the time you'll see you don't know what you have to do, then look at the editorials for the problems. Figure out what algorithm/data structure is used to solve that problem, then google about that topic and learn that. It's a long process but it is surely worth it.

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

Solve problems from codeforces from easy to hard http://codeforces.com/problemset?order=BY_SOLVED_DESC,and this book is for you https://cses.fi/book.html by pllk . If you want to solve problems you can solve from https://www.e-olymp.com/en/ . You must solve more problems! I solved more 500+ or 400+ problems but is few for me ,i think that.

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

    Yeah,I already started reading it.But it says that i must learn c++.Is it fundamental?Cus i use Python and don't face difficulties while coding(maybe because of its obviously basic nature).Is c++ necessary for competitive programming?Thx a lot.

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

      In IOI and other international programming olympiads don't allow programming in python it is first and second i advice you to learn c++. It isn't difficult and very comfortable. If you don't want to learn c++ ,it isn't a big problem ,because some languages is similar .You must learn algorithms,it is important.

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

      The main criticism of Python is that it is slower than C++ so there could be cases where the same algorithm will work in C++ but will exceed the time limit in Python. It shouldn't be a problem when the limit on the test case size is small like in earlier questions but when you start needing close to 2*10^8 operations it could hurt you.

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

UPD: you can solve problems from https://www.codechef.com/ .In practice will be problems beginner,easy,medium,and hard problems.Good luck to you !

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

e-maxx, but you need to know russian language:(