Skip to content

Develop guidelines for problem statement structure and wording #16

@ldwoolley

Description

@ldwoolley

@vpavlenko As I have been working the problems, I am noticing a variety of ways to structure the problem statements. I think it might be beneficial to create a simple standard that is followed, and then every update should approach the standard. One possible start:

Consistent order:

  1. Given (use input())
  2. Goal/objective for the code
  3. Output (use print())
  4. Restrictions/Don't use

Use of Math structures:

  • Favor the problem written in simple English phrases.
  • Mark declared variables as math symbols
  • Use mathematics expressions when the English will be complicated or confusing or really long.

What do you think?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions