Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 352 Bytes

File metadata and controls

11 lines (8 loc) · 352 Bytes

Please read the documentation in the source code file and complete the requirement.

Definition of Done

  • No additional 3rd party libraries are allowed.
  • All unit tests are passed.
  • Good code quality.
    • Meaningful names of class, variable and functions.
    • Using full name rather than abbreviation.
    • Using appropriate data structure.