-2 เนื่องจากเราไม่จำเป็นต้องจัดการกับรายการว่างอีกต่อไป
-1 สลับจากการเข้าร่วมj@
ไปยังเรียงต่อกัน;
(รายการที่พลาดไม่จำเป็นต้องพบตรงกลางสำหรับวิธีการที่ใช้อยู่การเริ่มต้นของทั้งสามคนนั้นดี )
-2 เปลี่ยนจากP¬aSH
ไปoSH
(OK จะมีสองผลตั้งแต่ที่เราแผ่ครึ่งหนึ่งของ1
เป็น0.5
ที่ถูกกรองออกอยู่แล้วและมีผลเท่ากับหลายไม่มีผลต่อวิธีการที่ใช้อย่างใดอย่างหนึ่ง)
-1 ขอบคุณที่นาย Xcoder (0 การจัดทำดัชนี อนุญาตให้ป้อนข้อมูล)
d3ZIỊoSH;µƝFf9Ḷ¤Q⁼
ลิงก์ monadic ที่ใช้รายการจำนวนเต็มใน[0,8]
และส่งคืนค่าความจริง ( 1
) หากถูกกฎหมายและค่าเท็จ ( 0
) หากไม่ใช่
ลองออนไลน์! หรือดูการทดสอบในตัว
อย่างไร?
ดูแต่ละโหนดที่อยู่ติดกันของ 0 ดัชนีในรายการอินพุต หากการหารจำนวนเต็มโดยสามในสองนั้นแตกต่างกันไป 2 พวกมันจะอยู่ในแถวบนและแถวล่างถ้าโมดูโล่โดยสามในสองนั้นต่างจาก 2 พวกมันอยู่ในคอลัมน์ซ้ายและขวา ผลรวมของคู่ดังกล่าวหารด้วยสองคือมิดโหนด 0 ดัชนีของสามโหนดและค่าที่ไม่ใช่จำนวนเต็มดังนั้นค่าเหล่านี้จะถูกแทรกก่อนหน้าคู่ 0 ดัชนีแล้วใด ๆ โหนดปลอม (เช่น0.5
หรือ3.5
) จะถูกลบออกรายการผลลัพธ์จะถูกทำให้แบนแล้วยกเลิกการทำซ้ำ (เพื่อให้ได้คำสั่งที่สงวนไว้, รายการที่ไม่ซ้ำกัน) และในที่สุดเมื่อเปรียบเทียบกับข้อมูลเข้า - สำหรับการปัดทางกฎหมายทั้งหมดนี้จะกลายเป็น จะเพิ่ม mid-nodes ที่หายไปและ / หรือลบโหนดที่ซ้ำกัน (โปรดทราบว่าไม่จำเป็นต้องมีเคสพิเศษสำหรับรายการอินพุตที่มีความยาว 1 เนื่องจากไม่มีคู่ที่อยู่ติดกัน):
d3ZIỊoSH;µƝFf9Ḷ¤Q⁼ - left input is a list of integers e.g. [3,4,7,1,2,8,3]
µƝ - perform the chain to the left for adjacent pairs:
- e.g. for [a,b] in: [3,4] [4,7] [7,1] [1,2] [2,8] [8,3]
d3 - divmod by 3 [[1,0],[1,1]] [[1,1],[2,1]] [[2,1],[0,1]] [[0,1],[0,2]] [[0,2],[2,2]] [[2,2],[1,0]]
Z - transpose [[1,1],[0,1]] [[1,2],[1,1]] [[2,0],[1,1]] [[0,0],[1,2]] [[0,2],[2,2]] [[2,1],[2,0]]
I - differences [0,1] [1,0] [-2,0] [0,1] [2,0] [-1,-2]
Ị - abs(v)<=1 [1,1] [1,1] [0,1] [1,1] [0,1] [1,0]
S - sum (of [a,b]) 7 11 8 3 10 11
o - OR (vectorises) [1,1] [1,1] [8,1] [1,1] [10,1] [1,11]
H - halve (vectorises) [0.5,0.5] [0.5,0.5] [4,0.5] [0.5,0.5] [5,0.5] [0.5,5.5]
; - concatenate [0.5,0.5,3,4] [0.5,0.5,4,7] [4,0.5,7,1] [0.5,0.5,1,2] [5,0.5,2,8] [0.5,5.5,8,3]
F - flatten [0.5,0.5,3,4, 0.5,0.5,4,7, 4,0.5,7,1, 0.5,0.5,1,2, 5,0.5,2,8, 0.5,5.5,8,3]
¤ - nilad followed by link(s) as a nilad:
9 - literal nine
Ḷ - lowered range = [0,1,2,3,4,5,6,7,8]
f - filter keep [ 3,4, 4,7, 4, 7,1, 1,2, 5, 2,8, ,8,3]
Q - deduplicate [3,4,7,1,2,5,8]
⁼ - equal to the input? e.g. 0 (here because 5 was introduced AND because 3 was removed from the right)
วิธีการก่อนหน้า
เยลลี่ , 36 35 ไบต์
9s3;Z$;“Æ7a‘DZ¤;U$;©0m€2iị®oµƝFQ⁼ȧȦ
ลองออนไลน์! หรือดูการทดสอบในตัว
อย่างไร?
คล้ายกับด้านบน แต่สร้างความเป็นไปได้ทั้งสามโหนดและดำเนินการค้นหา (แทนที่จะตรวจสอบโดยใช้ divmod เพื่อทดสอบและลดผลรวมของมิดโหนด)
ประการแรกการสร้างรายการของสามโหนดโหนด:
9s3;Z$;“Æ7a‘DZ¤;U$;©0
9s3 - nine (implicit range) split into threes = [[1,2,3],[4,5,6],[7,8,9]]
$ - last two links as a monad:
Z - transpose = [[1,4,7],[2,5,8],[6,7,9]]
; - concatenate = [[1,2,3],[4,5,6],[7,8,9],[1,4,7],[2,5,8],[3,6,9]]
¤ - nilad followed by link(s) as a nilad:
“Æ7a‘ - code-page index list = [13,55,97]
D - decimal (vectorises) = [[1,3],[5,5],[9,7]]
Z - transpose = [[1,5,9],[3,5,7]]
; - concatenate = [[1,2,3],[4,5,6],[7,8,9],[1,4,7],[2,5,8],[3,6,9],[1,5,9],[3,5,7]]
$ - last two links as a monad:
U - upend = [[3,2,1],[6,5,4],[9,8,7],[7,4,1],[8,5,2],[9,6,3],[9,5,1],[7,5,3]]
; - concatenate = [[1,2,3],[4,5,6],[7,8,9],[1,4,7],[2,5,8],[3,6,9],[1,5,9],[3,5,7],[3,2,1],[6,5,4],[9,8,7],[7,4,1],[8,5,2],[9,6,3],[9,5,1],[7,5,3]]
0 - literal zero (to cater for non-matches in the main link since ị, index into, is 1-based and modular the 0th index is the rightmost)
; - concatenate = [[1,2,3],[4,5,6],[7,8,9],[1,4,7],[2,5,8],[3,6,9],[1,5,9],[3,5,7],[3,2,1],[6,5,4],[9,8,7],[7,4,1],[8,5,2],[9,6,3],[9,5,1],[7,5,3],0]
© - copy the result to the register
ตอนนี้การตัดสินใจ:
...m€2iị®oµƝFQ⁼ȧȦ - left input is a list of integers e.g. [4,5,8,2,3,9,4]
µƝ - perform the chain to the left for adjacent pairs:
- i.e. for [a,b] in [[4,5],[5,8],[8,2],[2,3],[3,9],[9,4]]
... - perform the code described above = [[1,2,3],[4,5,6],[7,8,9],[1,4,7],[2,5,8],[3,6,9],[1,5,9],[3,5,7],[3,2,1],[6,5,4],[9,8,7],[7,4,1],[8,5,2],[9,6,3],[9,5,1],[7,5,3],0]
m€2 - modulo-2 slice €ach = [[1,3],[4,6],[3,9],[1,7],[2,8],[6,9],[1,9],[3,7],[3,1],[6,4],[9,7],[7,1],[8,2],[9,3],[9,1],[7,3],[0]]
i - index of [a,b] in that (or 0 if not there) e.g. [0,0,13,0,6,0]
® - recall from register = [[1,2,3],[4,5,6],[7,8,9],[1,4,7],[2,5,8],[3,6,9],[1,5,9],[3,5,7],[3,2,1],[6,5,4],[9,8,7],[7,4,1],[8,5,2],[9,6,3],[9,5,1],[7,5,3],0]
ị - index into (1-based & modular) e.g. [0,0,[8,5,2],0,[3,6,9],0]
o - OR [a,b] e.g. [[4,5],[5,8],[8,5,2],[2,3],[3,6,9],[9,4]]
F - flatten e.g. [4,5,5,8,8,5,2,2,3,3,6,9,9,4]
Q - deduplicate e.g. [4,5,8,2,3,6,9]
⁼ - equal to the input? e.g. 0 (here because 6 was introduced AND because 4 was removed from the right)
Ȧ - any and all? (0 if input is empty [or contains a falsey value when flattened - no such input], 1 otherwise)
ȧ - AND (to force an empty input to evaluate as 1 AND 0 = 0)