Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1647e59

Browse files
committed
✨ lc b151-1
1 parent b95d088 commit 1647e59

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

B0151_Problem_1.bqn

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# For up to date code:
2+
# https://github.com/codereport/bqn-code/blob/main/leetcode/b151-1.bqn
3+
4+
# Link: https://leetcode.com/problems/transform-array-by-parity
5+
6+
u•Import "/home/cph/bqn-test/test.bqn"
7+
8+
TransformArray2|
9+
10+
# Tests
11+
u.UnitTest (TransformArray4,3,2,1⟩) 0,0,1,1
12+
u.UnitTest (TransformArray1,5,1,4,2⟩) 0,0,1,1,1

0 commit comments

Comments
 (0)