You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## [Lesson 7 - Stacks and Queues](https://app.codility.com/programmers/lessons/7-stacks_and_queues/)
2
+
3
+
-[**Brackets**](https://app.codility.com/programmers/lessons/7-stacks_and_queues/brackets/) - Determine whether a given string of parentheses (multiple types) is properly nested ([brackets.js](./brackets.js)) ([Codility Report](https://app.codility.com/demo/results/trainingRC3JDM-DZU/))
4
+
5
+
-[**Fish**](https://app.codility.com/programmers/lessons/7-stacks_and_queues/fish/) - N voracious fish are moving along a river. Calculate how many fish are alive ([fish.js](./fish.js)) ([Codility Report](https://app.codility.com/demo/results/training5PYZPV-R4D/))
6
+
7
+
-[**Nesting**](https://app.codility.com/programmers/lessons/7-stacks_and_queues/nesting/) - Determine whether a given string of parentheses (single type) is properly nested ([nesting.js](./nesting.js)) ([Codility Report](https://app.codility.com/demo/results/trainingSPCCTC-AUG/))
8
+
9
+
-[**StoneWall**](https://app.codility.com/programmers/lessons/7-stacks_and_queues/stone_wall/) - Cover "Manhattan skyline" using the minimum number of rectangles ([stoneWall.js](./stoneWall.js)) ([Codility Report](https://app.codility.com/demo/results/training6QQDU3-GW5/))
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -49,3 +49,13 @@ My JavaScript solutions to exercises and tests at [Codility](https://codility.co
49
49
-[**NumberOfDiscIntersections**](https://app.codility.com/programmers/lessons/6-sorting/number_of_disc_intersections/) - Compute the number of intersections in a sequence of discs ([numberOfDiscIntersections.js](./06-sorting/numberOfDiscIntersections.js)) ([Codility Report](https://app.codility.com/demo/results/trainingVHCHHU-EDP/))
50
50
51
51
-[**Triangle**](https://app.codility.com/programmers/lessons/6-sorting/triangle/) - Determine whether a triangle can be built from a given set of edges ([triangle.js](./06-sorting/triangle.js)) ([Codility Report](https://app.codility.com/demo/results/training35MRMB-C9Q/))
52
+
53
+
## [Lesson 7 - Stacks and Queues](https://app.codility.com/programmers/lessons/7-stacks_and_queues/)
54
+
55
+
-[**Brackets**](https://app.codility.com/programmers/lessons/7-stacks_and_queues/brackets/) - Determine whether a given string of parentheses (multiple types) is properly nested ([brackets.js](./07-stacks-and-queues/brackets.js)) ([Codility Report](https://app.codility.com/demo/results/trainingRC3JDM-DZU/))
56
+
57
+
-[**Fish**](https://app.codility.com/programmers/lessons/7-stacks_and_queues/fish/) - N voracious fish are moving along a river. Calculate how many fish are alive ([fish.js](./07-stacks-and-queues/fish.js)) ([Codility Report](https://app.codility.com/demo/results/training5PYZPV-R4D/))
58
+
59
+
-[**Nesting**](https://app.codility.com/programmers/lessons/7-stacks_and_queues/nesting/) - Determine whether a given string of parentheses (single type) is properly nested ([nesting.js](./07-stacks-and-queues/nesting.js)) ([Codility Report](https://app.codility.com/demo/results/trainingSPCCTC-AUG/))
60
+
61
+
-[**StoneWall**](https://app.codility.com/programmers/lessons/7-stacks_and_queues/stone_wall/) - Cover "Manhattan skyline" using the minimum number of rectangles ([stoneWall.js](./07-stacks-and-queues/stoneWall.js)) ([Codility Report](https://app.codility.com/demo/results/training6QQDU3-GW5/))
0 commit comments