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

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

Is it considered A cheating if I use another person's implemention for a data structure instead of designing one by myself?

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

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

It depends on platform rules but usually you can use prewritten code if it is either written by you or was published on the internet with appropriate license (which allows you to use it) before the start of the contest. Obviously, you can't ask someone to implement a data structure for you during the contest.

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

.

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

What about using someone else's library ? , it counts as open-source and prewritten