Skip to content

maximtop/test-assignment-onetwotrip

Repository files navigation

OneTwoTrip test-assignment

Description

Есть матрица 2n-1 x 2n-1, заполненная случайными значениями.
Надо вывести их на экран в ряд, начиная из центра по спирали: влево - вниз - вправо - вверх и т.д.
Пример
Если матрица:
1 2 3
4 5 6
7 8 9
То результат:
5 4 7 8 9 6 3 2 1
Решение должно быть для общего случая с любым n.

Solution

You can view solution here

https://github.com/maximtop/onetwotrip/blob/master/src/unfold.js

Or you can download and install it on your computer and run tests

Download

git pull https://github.com/maximtop/onetwotrip.git

Install

make install

Run tests

make test

About

Test assignment for OneTwoTrip

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published