File tree Expand file tree Collapse file tree 1 file changed +26
-2
lines changed Expand file tree Collapse file tree 1 file changed +26
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Codility Lessons - Javascript
2
2
3
+ ## References
4
+
5
+ - [ Installation] ( #installation )
6
+ - [ Test] ( #test )
7
+ - [ Description] ( #description )
8
+ - [ Solutions] ( #solutions )
9
+ - [ Lesson 1 - Iterations] ( #s_1 )
10
+ - [ Binary Gap] ( #s_1_binary_gap )
11
+ - Licence
12
+
13
+ <a name =" installation " ></a >
14
+
3
15
## Installation
4
16
5
17
$ npm install
6
18
19
+ <a name =" test " ></a >
20
+
7
21
## Test
8
22
9
23
Using [ jest] ( https://jestjs.io/ )
10
24
11
25
$ npm test
12
26
27
+ <a name =" description " ></a >
28
+
13
29
## Description
14
30
15
31
Solutions for [ codility lessons] ( https://app.codility.com/programmers/lessons ) in javascript. Please feel free to contribute.
16
32
17
- ## Existing Ones
33
+ <a name =" solutions " ></a >
34
+
35
+ ## Solutions
36
+
37
+ <a name =" s_1 " ></a >
18
38
19
39
### Lesson 1 - Iterations
20
40
41
+ <a name =" s_1_binary_gap " ></a >
42
+
21
43
#### Binary Gap
22
44
23
- ##### Solution
45
+ ##### File
24
46
25
47
https://github.com/talgat-ruby/codility-lessons-javascript/blob/master/lesson1_iterations/BinaryGap.js
26
48
27
49
##### Link to Report
28
50
29
51
https://app.codility.com/demo/results/trainingF5WJ2W-P96/
30
52
53
+ <a name =" licence " ></a >
54
+
31
55
## License
32
56
33
57
MIT
You can’t perform that action at this time.
0 commit comments