Feeds
질문
How do convert array x to array z?
Hi, How do convert array x to array z ? x = [4 4 8 8 8 5 5 4 8 8 4] Z = [1 1 2 2 2 3 3 1 2 2 1] 4 -> 1 8 -> 2 5 -...
대략 7년 전 | 답변 수: 2 | 0
2
답변질문
Group a Array Elements
X=[1 2 3 3 3 1] index 1 -> 1 index 2 -> 2 index 3 -> 3 index 4 -> 3 index 5 -> 5 index 6 -> 1 y=[{1,6},{2},{3,4,5}] ...
7년 초과 전 | 답변 수: 1 | 0

