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

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

which academic discipline corresponds to what we do at programming contests?

contests like codeforces, topcoder, google codejam, ICPC and other similar contests.
  • Проголосовать: нравится
  • +6
  • Проголосовать: не нравится

»
12 лет назад, скрыть # |
 
Проголосовать: нравится +14 Проголосовать: не нравится

Combinatorial Optimization, maybe?

»
12 лет назад, скрыть # |
Rev. 2  
Проголосовать: нравится +3 Проголосовать: не нравится

Well, I don't know, but when I went for Computer Science as discipline in university the interviewers in the universities were amazed how I could solve the problems they gave me. And I think that such questions are pretty easy for everyone doing programming contests. I don't know whether you are asking because you are intending to study somewhere, but that is what I have seen and have as experience

PS: They give mostly algorithmic or logical questions at these interviews which are not commonly seen if you do not do such contests

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

There is no need to have relations with exactly one university discipline...

I think that two mostly corresponding disciplines are: (1) Algorithms and DataStructures; (2) Dicrete Math (alternative name of the same discipline is Discrete Structures).

But they together cover maybe about a half of programming contests' topics. Very many other disciplines become very useful sometimes.