Skip to content

lijujose/tradeing_test

Repository files navigation

To get started

npm ci

To run test cases

npm run compile && npm test

Time complexity

If we consider 'n' to be no. of elements in two dimensional array then code has O(n) complexity

ScreenShots

1. (Width: 20, Height:40, padding: 6)

20-40-6

2. (Width: 60, Height:60, padding: 10)

60-60-10

3. (Width: 80, Height:100, padding: 20)

80-100-20

Other open source projects, I have contributed.