Skip to content

siakhooi/codility-year-of-the-tiger-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codility Challenge: Year of the Tiger 2022

TricoloredTowers

Versions

  • Result
    • Good: Correctness 100%, Performance 100%.
    • OK: Correctness 100%, Performance <100%.
    • Fail: Correctness <100%, Performance <100%.
  • File naming convention
    • Code A: YearOfTheTiger2022A.java
    • etc

Gold Award

File Complexity Result Report
A O(N) Good E335J3

Solutions from Codility (Implementation in Java)

File Complexity Result Report
B1 O(3**N * N) or O(N**2) or O(N * A**3) Fail DV9VG9
B2 O(3**N * N) or O(N**2) or O(N * A**3) Fail U32Y62
B3 O(3**N * N) or O(N**2) or O(N * A**3) Fail QWCH5K
B4 O(N * A**3) OK C5KMU2
  • B3, B4 are same solutions, using different implementations.