Taha1506's blog

By Taha1506, history, 5 years ago, In English

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

  • Vote: I like it
  • +36
  • Vote: I do not like it

»
5 years ago, hide # |
 
Vote: I like it +132 Vote: I do not like it

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 years ago, hide # |
Rev. 2  
Vote: I like it -14 Vote: I do not like it

.

»
5 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

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

  • »
    »
    5 years ago, hide # ^ |
     
    Vote: I like it +1 Vote: I do not like it

    It's fine. Lots of people copy from KACTL for example.