Skip to content

stephenkoo/codility-equi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Codility - Equi

I've put up my attempt at Codility's demo test here so potential employers can better understand the way I approach tackling problems when writng my code.

My solution can be found in codility-equi.js.

The perfect solution provided by Codility can be found here.

Results

This is how Codility grades the code I've written:

Test results - Codility

Challenges & future areas of improvement

What I found challenging were the time constraint. Instead of doing the test immediately, I instead read the question, closed the test, and then came back to write my completed solution after spending my own time writing the solution in JSbin.

Another challenge was understanding the way the challenge is explained. I felt the challenge itself is was simpler than how it was worded, perhaps intentionally so as part of the test.

Time and space complexity was something that I haven't really learnt to account for when coding (which is why I lost points on performance tests). I plan to learn to write more efficient code in the future.

About

My solution for Codility's demo test on equilibrium indices for arrays.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors