Skip to content

siakhooi/codility-pairacoder-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codility Challenge: Pair a Coder 2022

RemoveSubstrings

Versions

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

Gold Award

File Complexity Result Report
B O(N) Good MEBAJ9

Silver Award

File Complexity Result Report
A O(N**2) OK SV8BP6

Codility Solutions

File Complexity Result Report
C O(N**2) OK XH722P
D O(N) Good Q6VA7D