primaryobjects
searching Neon…
- 1.▲
- 2.▲
- 3.▲
- 4.▲
- 5.▲
- 6.▲
7 ms·
- 61.▲
- 62.▲
- 63.▲
- 64.▲
- 65.▲
- 66.▲
- 67.▲
- 68.▲
- 69.▲
- 70.▲
- 71.▲
- 72.▲
- 73.▲
- 74.▲
- 75.▲
- 76.▲
- 77.▲
- 78.▲
- 79.▲
- 80.▲
- 81.▲
- 82.▲
- 83.▲
- 84.▲
- 85.▲
- 86.▲
- 87.▲
- 88.▲
- 89.▲
- 90.▲
I started playing with this. I take each digit and normalize it by dividing by 9. Then use each normalized digit as an input: Example sorting 987654 and 123456 Input: 1, .9, .8, .7, .6, .5, .2, .3, .4, .5, .6, .7
Expected output: .2,
More ›