Skip to content

siakhooi/codility-game-of-codes-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codility Challenge: Game of Codes

ThreeLettersBlocks

Versions

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

Gold Award

File Complexity Result Report
C1 O(N) Good KGHNJG

Timeout

File Complexity Report
A1 O(N*2**N) or O(N*A**2) or O(N*A**3) ADQTPG
B O(N**2) or O(N**2*A) or O(N*A**2) or O(N*A**3) BTQ7M4

Submitted after Challenge Ends

File Description Complexity Result Report
A2 Tunning of A1, rearrange - delete to last option O(N * 2**N) or O(N * A**2) or O(N * A**3) Timeout 62W3J2
A3 Array version of A1 O(N**3) or O(N**3 * A) Timeout UWTPNC
C2 Class version of C1 O(N) Good HP6YWE
  • A - recursive logic
  • B - non recursive logc

About

Codility Challenge: Game of Codes 2022 (Hard)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages