Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.3 KB

README.md

File metadata and controls

22 lines (17 loc) · 1.3 KB

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