Skip to content

siakhooi/codility-doge-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codility Challenge: Doge 2021

PetsAndToys

Versions

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

Gold Award

Code Complexity Description Result Report
E O(N+M) Tracking Groups of A&B, and extra links Good ERPQ5S

Silver Awards

File Complexity Description Result Report
A O(N*M) or O(N**2+M) Tracking Groups of A&B OK SS8MKN
B O(N*M) or O(N**2+M) Tracking Groups of A&B OK XJAJWW
C O(N*M) or O(N**2+M) Tracking Groups of A&B OK DDCVYT
D O(N*M) or O(N**2+M) Tracking Groups of A&B OK K74A3T

Solutions provided by Codility

File Complexity Description Result Report
F O(N+M) Java implementation of solution published by Codility. Good US99SP-X33