Skip to content

siakhooi/codility-olx-group-2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codility Challenge: OLX Group 2020

Multivitamin

Versions

  • Result
    • Good: Correctness 100%, Performance 100%.
    • OK: Correctness 100%, Performance <100%.
  • File naming convention
    • Code A: File TheOLXGroup2020A.java
    • Code A2: File TheOLXGroup2020A2.java
Code Complexity Description Result Report
A O(N^2) Sorted juice, using int [] OK WYKC29-9FG
A2 O(N * log(N)) Sorted Juice, check only biggest capacity and biggest empty. Good XYKRYX-DZ3