Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 3.23 KB

File metadata and controls

53 lines (41 loc) · 3.23 KB

Codility for Programmers

This contains papers, notes and solutions based on and provided from Codility for Programmers.

Preparations

These resources might be useful as a preparation:

Lessons

The lessons can be found here.

There are some code samples based on the lesson papers. These sources can be executed using node:

node src/lesson-001-iterations/l001-iterations.study.js

Iterations

Resources