Skip to content

siakhooi/codility-rubidium-2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codility Challenge: Rubidium 2018

SheepAndSunshades

Versions

  • Result
    • Good: Correctness 100%, Performance 100%.
    • OK: Correctness 100%, Performance <100%.
    • Fail: Correctness <100%, Performance <100%.
  • File naming convention
    • Code A: Rubidium2018A.java
    • etc
File Description Complexity Result Report
A Simple point to point compare O(N**2) OK EM5538-K23
B BTree on X O(N*log(N)) Good YD2SKC-TCX