CSES - Rules for the course

Since the course is completed with exercises only, it is important that you produce the solutions on your own.

What is allowed?

  • You may use any course material and the code examples there.
  • You may discuss the exercises with other students and search for information on the internet or elsewhere.
  • You may use external examples related to the features of the programming language.

What is not allowed?

  • You may not return a solution that was fully or partially done by another person or an AI, or was found on the internet.
  • You must write the solution from scratch on your own without looking at any external material.
  • Two students may not return the same solution. Each student must write their own solution, even if they discussed the problem and found the ideas of the solution together.

Refer to sources

If your solution is based on ideas that you found on the internet, include a link to the source, for example as a comment in the code.