nums listlengths 4 4 | target int64 10 100 | solution listlengths 3 3 | optimal_path stringlengths 282 529 | start_size int64 4 4 |
|---|---|---|---|---|
[
13,
60,
49,
44
] | 99 | [
"60-49=11",
"13*11=143",
"143-44=99"
] | Current State: 99:[13, 60, 49, 44], Operations: []
Exploring Operation: 60-49=11, Resulting Numbers: [13, 44, 11]
Generated Node #2: [13, 44, 11] from Operation: 60-49=11
Current State: 99:[13, 44, 11], Operations: ['60-49=11']
Exploring Operation: 13*11=143, Resulting Numbers: [44, 143]
Generated Node #3: [44, 143] fr... | 4 |
[
79,
11,
20,
72
] | 87 | [
"20-11=9",
"72/9=8",
"79+8=87"
] | Current State: 87:[79, 11, 20, 72], Operations: []
Exploring Operation: 20-11=9, Resulting Numbers: [79, 72, 9]
Generated Node #2: [79, 72, 9] from Operation: 20-11=9
Current State: 87:[79, 72, 9], Operations: ['20-11=9']
Exploring Operation: 72/9=8, Resulting Numbers: [79, 8]
Generated Node #3: [79, 8] from Operation:... | 4 |
[
75,
13,
31,
19
] | 74 | [
"75-13=62",
"31-19=12",
"62+12=74"
] | Current State: 74:[75, 13, 31, 19], Operations: []
Exploring Operation: 75-13=62, Resulting Numbers: [31, 19, 62]
Generated Node #2: [31, 19, 62] from Operation: 75-13=62
Current State: 74:[31, 19, 62], Operations: ['75-13=62']
Exploring Operation: 31-19=12, Resulting Numbers: [62, 12]
Generated Node #3: [62, 12] from ... | 4 |
[
96,
65,
5,
98
] | 30 | [
"98-96=2",
"65-5=60",
"60/2=30"
] | Current State: 30:[96, 65, 5, 98], Operations: []
Exploring Operation: 98-96=2, Resulting Numbers: [65, 5, 2]
Generated Node #2: [65, 5, 2] from Operation: 98-96=2
Current State: 30:[65, 5, 2], Operations: ['98-96=2']
Exploring Operation: 65-5=60, Resulting Numbers: [2, 60]
Generated Node #3: [2, 60] from Operation: 65... | 4 |
[
39,
34,
71,
29
] | 22 | [
"39+71=110",
"34-29=5",
"110/5=22"
] | Current State: 22:[39, 34, 71, 29], Operations: []
Exploring Operation: 39+71=110, Resulting Numbers: [34, 29, 110]
Generated Node #2: [34, 29, 110] from Operation: 39+71=110
Current State: 22:[34, 29, 110], Operations: ['39+71=110']
Exploring Operation: 34-29=5, Resulting Numbers: [110, 5]
Generated Node #3: [110, 5] ... | 4 |
[
23,
8,
36,
80
] | 21 | [
"80-8=72",
"72/36=2",
"23-2=21"
] | Current State: 21:[23, 8, 36, 80], Operations: []
Exploring Operation: 80-8=72, Resulting Numbers: [23, 36, 72]
Generated Node #2: [23, 36, 72] from Operation: 80-8=72
Current State: 21:[23, 36, 72], Operations: ['80-8=72']
Exploring Operation: 72/36=2, Resulting Numbers: [23, 2]
Generated Node #3: [23, 2] from Operati... | 4 |
[
54,
38,
54,
50
] | 20 | [
"54-38=16",
"54-50=4",
"16+4=20"
] | Current State: 20:[54, 38, 54, 50], Operations: []
Exploring Operation: 54-38=16, Resulting Numbers: [50, 16]
Generated Node #2: [50, 16] from Operation: 54-38=16
Current State: 20:[50, 16], Operations: ['54-38=16']
Exploring Operation: 54-50=4, Resulting Numbers: [16, 4]
Generated Node #3: [16, 4] from Operation: 54-5... | 4 |
[
34,
11,
2,
20
] | 93 | [
"11*20=220",
"220-34=186",
"186/2=93"
] | Current State: 93:[34, 11, 2, 20], Operations: []
Exploring Operation: 11*20=220, Resulting Numbers: [34, 2, 220]
Generated Node #2: [34, 2, 220] from Operation: 11*20=220
Current State: 93:[34, 2, 220], Operations: ['11*20=220']
Exploring Operation: 220-34=186, Resulting Numbers: [2, 186]
Generated Node #3: [2, 186] f... | 4 |
[
7,
66,
62,
78
] | 46 | [
"62+78=140",
"140/7=20",
"66-20=46"
] | Current State: 46:[7, 66, 62, 78], Operations: []
Exploring Operation: 62+78=140, Resulting Numbers: [7, 66, 140]
Generated Node #2: [7, 66, 140] from Operation: 62+78=140
Current State: 46:[7, 66, 140], Operations: ['62+78=140']
Exploring Operation: 140/7=20, Resulting Numbers: [66, 20]
Generated Node #3: [66, 20] fro... | 4 |
[
91,
50,
12,
2
] | 86 | [
"12-2=10",
"50/10=5",
"91-5=86"
] | Current State: 86:[91, 50, 12, 2], Operations: []
Exploring Operation: 12-2=10, Resulting Numbers: [91, 50, 10]
Generated Node #2: [91, 50, 10] from Operation: 12-2=10
Current State: 86:[91, 50, 10], Operations: ['12-2=10']
Exploring Operation: 50/10=5, Resulting Numbers: [91, 5]
Generated Node #3: [91, 5] from Operati... | 4 |
[
63,
45,
99,
51
] | 42 | [
"63+45=108",
"99+51=150",
"150-108=42"
] | Current State: 42:[63, 45, 99, 51], Operations: []
Exploring Operation: 63+45=108, Resulting Numbers: [99, 51, 108]
Generated Node #2: [99, 51, 108] from Operation: 63+45=108
Current State: 42:[99, 51, 108], Operations: ['63+45=108']
Exploring Operation: 99+51=150, Resulting Numbers: [108, 150]
Generated Node #3: [108,... | 4 |
[
47,
56,
62,
14
] | 37 | [
"62-56=6",
"14*6=84",
"84-47=37"
] | Current State: 37:[47, 56, 62, 14], Operations: []
Exploring Operation: 62-56=6, Resulting Numbers: [47, 14, 6]
Generated Node #2: [47, 14, 6] from Operation: 62-56=6
Current State: 37:[47, 14, 6], Operations: ['62-56=6']
Exploring Operation: 14*6=84, Resulting Numbers: [47, 84]
Generated Node #3: [47, 84] from Operati... | 4 |
[
68,
51,
48,
71
] | 93 | [
"71-68=3",
"48*3=144",
"144-51=93"
] | Current State: 93:[68, 51, 48, 71], Operations: []
Exploring Operation: 71-68=3, Resulting Numbers: [51, 48, 3]
Generated Node #2: [51, 48, 3] from Operation: 71-68=3
Current State: 93:[51, 48, 3], Operations: ['71-68=3']
Exploring Operation: 48*3=144, Resulting Numbers: [51, 144]
Generated Node #3: [51, 144] from Oper... | 4 |
[
52,
94,
76,
55
] | 21 | [
"94-52=42",
"76-55=21",
"42-21=21"
] | Current State: 21:[52, 94, 76, 55], Operations: []
Exploring Operation: 94-52=42, Resulting Numbers: [76, 55, 42]
Generated Node #2: [76, 55, 42] from Operation: 94-52=42
Current State: 21:[76, 55, 42], Operations: ['94-52=42']
Exploring Operation: 76-55=21, Resulting Numbers: [42, 21]
Generated Node #3: [42, 21] from ... | 4 |
[
33,
14,
36,
55
] | 72 | [
"33-14=19",
"36+55=91",
"91-19=72"
] | Current State: 72:[33, 14, 36, 55], Operations: []
Exploring Operation: 33-14=19, Resulting Numbers: [36, 55, 19]
Generated Node #2: [36, 55, 19] from Operation: 33-14=19
Current State: 72:[36, 55, 19], Operations: ['33-14=19']
Exploring Operation: 36+55=91, Resulting Numbers: [19, 91]
Generated Node #3: [19, 91] from ... | 4 |
[
6,
14,
16,
48
] | 38 | [
"48/6=8",
"14+16=30",
"8+30=38"
] | Current State: 38:[6, 14, 16, 48], Operations: []
Exploring Operation: 48/6=8, Resulting Numbers: [14, 16, 8]
Generated Node #2: [14, 16, 8] from Operation: 48/6=8
Current State: 38:[14, 16, 8], Operations: ['48/6=8']
Exploring Operation: 14+16=30, Resulting Numbers: [8, 30]
Generated Node #3: [8, 30] from Operation: 1... | 4 |
[
30,
43,
30,
83
] | 43 | [
"30-30=0",
"83*0=0",
"43+0=43"
] | Current State: 43:[30, 43, 30, 83], Operations: []
Exploring Operation: 30-30=0, Resulting Numbers: [43, 83, 0]
Generated Node #2: [43, 83, 0] from Operation: 30-30=0
Current State: 43:[43, 83, 0], Operations: ['30-30=0']
Exploring Operation: 83*0=0, Resulting Numbers: [43, 0]
Generated Node #3: [43, 0] from Operation:... | 4 |
[
85,
54,
91,
91
] | 32 | [
"85-54=31",
"91/91=1",
"31+1=32"
] | Current State: 32:[85, 54, 91, 91], Operations: []
Exploring Operation: 85-54=31, Resulting Numbers: [91, 91, 31]
Generated Node #2: [91, 91, 31] from Operation: 85-54=31
Current State: 32:[91, 91, 31], Operations: ['85-54=31']
Exploring Operation: 91/91=1, Resulting Numbers: [31, 1]
Generated Node #3: [31, 1] from Ope... | 4 |
[
83,
90,
56,
67
] | 59 | [
"90-83=7",
"56/7=8",
"67-8=59"
] | Current State: 59:[83, 90, 56, 67], Operations: []
Exploring Operation: 90-83=7, Resulting Numbers: [56, 67, 7]
Generated Node #2: [56, 67, 7] from Operation: 90-83=7
Current State: 59:[56, 67, 7], Operations: ['90-83=7']
Exploring Operation: 56/7=8, Resulting Numbers: [67, 8]
Generated Node #3: [67, 8] from Operation:... | 4 |
[
98,
49,
67,
44
] | 45 | [
"98/49=2",
"44/2=22",
"67-22=45"
] | Current State: 45:[98, 49, 67, 44], Operations: []
Exploring Operation: 98/49=2, Resulting Numbers: [67, 44, 2]
Generated Node #2: [67, 44, 2] from Operation: 98/49=2
Current State: 45:[67, 44, 2], Operations: ['98/49=2']
Exploring Operation: 44/2=22, Resulting Numbers: [67, 22]
Generated Node #3: [67, 22] from Operati... | 4 |
[
19,
67,
72,
36
] | 43 | [
"19+67=86",
"72/36=2",
"86/2=43"
] | Current State: 43:[19, 67, 72, 36], Operations: []
Exploring Operation: 19+67=86, Resulting Numbers: [72, 36, 86]
Generated Node #2: [72, 36, 86] from Operation: 19+67=86
Current State: 43:[72, 36, 86], Operations: ['19+67=86']
Exploring Operation: 72/36=2, Resulting Numbers: [86, 2]
Generated Node #3: [86, 2] from Ope... | 4 |
[
9,
29,
58,
95
] | 46 | [
"58+95=153",
"153/9=17",
"29+17=46"
] | Current State: 46:[9, 29, 58, 95], Operations: []
Exploring Operation: 58+95=153, Resulting Numbers: [9, 29, 153]
Generated Node #2: [9, 29, 153] from Operation: 58+95=153
Current State: 46:[9, 29, 153], Operations: ['58+95=153']
Exploring Operation: 153/9=17, Resulting Numbers: [29, 17]
Generated Node #3: [29, 17] fro... | 4 |
[
98,
20,
7,
70
] | 30 | [
"98+7=105",
"20*105=2100",
"2100/70=30"
] | Current State: 30:[98, 20, 7, 70], Operations: []
Exploring Operation: 98+7=105, Resulting Numbers: [20, 70, 105]
Generated Node #2: [20, 70, 105] from Operation: 98+7=105
Current State: 30:[20, 70, 105], Operations: ['98+7=105']
Exploring Operation: 20*105=2100, Resulting Numbers: [70, 2100]
Generated Node #3: [70, 21... | 4 |
[
21,
84,
70,
31
] | 12 | [
"31-21=10",
"84*10=840",
"840/70=12"
] | Current State: 12:[21, 84, 70, 31], Operations: []
Exploring Operation: 31-21=10, Resulting Numbers: [84, 70, 10]
Generated Node #2: [84, 70, 10] from Operation: 31-21=10
Current State: 12:[84, 70, 10], Operations: ['31-21=10']
Exploring Operation: 84*10=840, Resulting Numbers: [70, 840]
Generated Node #3: [70, 840] fr... | 4 |
[
65,
48,
90,
30
] | 66 | [
"48*90=4320",
"4320-30=4290",
"4290/65=66"
] | Current State: 66:[65, 48, 90, 30], Operations: []
Exploring Operation: 48*90=4320, Resulting Numbers: [65, 30, 4320]
Generated Node #2: [65, 30, 4320] from Operation: 48*90=4320
Current State: 66:[65, 30, 4320], Operations: ['48*90=4320']
Exploring Operation: 4320-30=4290, Resulting Numbers: [65, 4290]
Generated Node ... | 4 |
[
49,
9,
58,
8
] | 50 | [
"49*8=392",
"58+392=450",
"450/9=50"
] | Current State: 50:[49, 9, 58, 8], Operations: []
Exploring Operation: 49*8=392, Resulting Numbers: [9, 58, 392]
Generated Node #2: [9, 58, 392] from Operation: 49*8=392
Current State: 50:[9, 58, 392], Operations: ['49*8=392']
Exploring Operation: 58+392=450, Resulting Numbers: [9, 450]
Generated Node #3: [9, 450] from ... | 4 |
[
94,
86,
42,
24
] | 10 | [
"94+86=180",
"42-24=18",
"180/18=10"
] | Current State: 10:[94, 86, 42, 24], Operations: []
Exploring Operation: 94+86=180, Resulting Numbers: [42, 24, 180]
Generated Node #2: [42, 24, 180] from Operation: 94+86=180
Current State: 10:[42, 24, 180], Operations: ['94+86=180']
Exploring Operation: 42-24=18, Resulting Numbers: [180, 18]
Generated Node #3: [180, 1... | 4 |
[
4,
17,
79,
10
] | 56 | [
"17-4=13",
"79-10=69",
"69-13=56"
] | Current State: 56:[4, 17, 79, 10], Operations: []
Exploring Operation: 17-4=13, Resulting Numbers: [79, 10, 13]
Generated Node #2: [79, 10, 13] from Operation: 17-4=13
Current State: 56:[79, 10, 13], Operations: ['17-4=13']
Exploring Operation: 79-10=69, Resulting Numbers: [13, 69]
Generated Node #3: [13, 69] from Oper... | 4 |
[
78,
1,
2,
80
] | 79 | [
"78*1=78",
"80+78=158",
"158/2=79"
] | Current State: 79:[78, 1, 2, 80], Operations: []
Exploring Operation: 78*1=78, Resulting Numbers: [2, 80, 78]
Generated Node #2: [2, 80, 78] from Operation: 78*1=78
Current State: 79:[2, 80, 78], Operations: ['78*1=78']
Exploring Operation: 80+78=158, Resulting Numbers: [2, 158]
Generated Node #3: [2, 158] from Operati... | 4 |
[
12,
5,
80,
21
] | 42 | [
"12+5=17",
"80-21=59",
"59-17=42"
] | Current State: 42:[12, 5, 80, 21], Operations: []
Exploring Operation: 12+5=17, Resulting Numbers: [80, 21, 17]
Generated Node #2: [80, 21, 17] from Operation: 12+5=17
Current State: 42:[80, 21, 17], Operations: ['12+5=17']
Exploring Operation: 80-21=59, Resulting Numbers: [17, 59]
Generated Node #3: [17, 59] from Oper... | 4 |
[
38,
72,
75,
87
] | 22 | [
"72-38=34",
"87-75=12",
"34-12=22"
] | Current State: 22:[38, 72, 75, 87], Operations: []
Exploring Operation: 72-38=34, Resulting Numbers: [75, 87, 34]
Generated Node #2: [75, 87, 34] from Operation: 72-38=34
Current State: 22:[75, 87, 34], Operations: ['72-38=34']
Exploring Operation: 87-75=12, Resulting Numbers: [34, 12]
Generated Node #3: [34, 12] from ... | 4 |
[
71,
55,
39,
94
] | 42 | [
"71+94=165",
"165/55=3",
"39+3=42"
] | Current State: 42:[71, 55, 39, 94], Operations: []
Exploring Operation: 71+94=165, Resulting Numbers: [55, 39, 165]
Generated Node #2: [55, 39, 165] from Operation: 71+94=165
Current State: 42:[55, 39, 165], Operations: ['71+94=165']
Exploring Operation: 165/55=3, Resulting Numbers: [39, 3]
Generated Node #3: [39, 3] f... | 4 |
[
69,
73,
80,
33
] | 29 | [
"69+73=142",
"80+33=113",
"142-113=29"
] | Current State: 29:[69, 73, 80, 33], Operations: []
Exploring Operation: 69+73=142, Resulting Numbers: [80, 33, 142]
Generated Node #2: [80, 33, 142] from Operation: 69+73=142
Current State: 29:[80, 33, 142], Operations: ['69+73=142']
Exploring Operation: 80+33=113, Resulting Numbers: [142, 113]
Generated Node #3: [142,... | 4 |
[
40,
9,
16,
62
] | 82 | [
"40*16=640",
"9*62=558",
"640-558=82"
] | Current State: 82:[40, 9, 16, 62], Operations: []
Exploring Operation: 40*16=640, Resulting Numbers: [9, 62, 640]
Generated Node #2: [9, 62, 640] from Operation: 40*16=640
Current State: 82:[9, 62, 640], Operations: ['40*16=640']
Exploring Operation: 9*62=558, Resulting Numbers: [640, 558]
Generated Node #3: [640, 558]... | 4 |
[
26,
16,
22,
73
] | 72 | [
"26+73=99",
"16*99=1584",
"1584/22=72"
] | Current State: 72:[26, 16, 22, 73], Operations: []
Exploring Operation: 26+73=99, Resulting Numbers: [16, 22, 99]
Generated Node #2: [16, 22, 99] from Operation: 26+73=99
Current State: 72:[16, 22, 99], Operations: ['26+73=99']
Exploring Operation: 16*99=1584, Resulting Numbers: [22, 1584]
Generated Node #3: [22, 1584]... | 4 |
[
52,
6,
55,
93
] | 75 | [
"55-52=3",
"6*3=18",
"93-18=75"
] | Current State: 75:[52, 6, 55, 93], Operations: []
Exploring Operation: 55-52=3, Resulting Numbers: [6, 93, 3]
Generated Node #2: [6, 93, 3] from Operation: 55-52=3
Current State: 75:[6, 93, 3], Operations: ['55-52=3']
Exploring Operation: 6*3=18, Resulting Numbers: [93, 18]
Generated Node #3: [93, 18] from Operation: 6... | 4 |
[
25,
99,
78,
42
] | 88 | [
"25+99=124",
"78-42=36",
"124-36=88"
] | Current State: 88:[25, 99, 78, 42], Operations: []
Exploring Operation: 25+99=124, Resulting Numbers: [78, 42, 124]
Generated Node #2: [78, 42, 124] from Operation: 25+99=124
Current State: 88:[78, 42, 124], Operations: ['25+99=124']
Exploring Operation: 78-42=36, Resulting Numbers: [124, 36]
Generated Node #3: [124, 3... | 4 |
[
36,
44,
29,
36
] | 14 | [
"36/36=1",
"44-29=15",
"15-1=14"
] | Current State: 14:[36, 44, 29, 36], Operations: []
Exploring Operation: 36/36=1, Resulting Numbers: [44, 29, 1]
Generated Node #2: [44, 29, 1] from Operation: 36/36=1
Current State: 14:[44, 29, 1], Operations: ['36/36=1']
Exploring Operation: 44-29=15, Resulting Numbers: [1, 15]
Generated Node #3: [1, 15] from Operatio... | 4 |
[
6,
16,
11,
63
] | 99 | [
"16+11=27",
"6*27=162",
"162-63=99"
] | Current State: 99:[6, 16, 11, 63], Operations: []
Exploring Operation: 16+11=27, Resulting Numbers: [6, 63, 27]
Generated Node #2: [6, 63, 27] from Operation: 16+11=27
Current State: 99:[6, 63, 27], Operations: ['16+11=27']
Exploring Operation: 6*27=162, Resulting Numbers: [63, 162]
Generated Node #3: [63, 162] from Op... | 4 |
[
72,
3,
67,
74
] | 62 | [
"72-3=69",
"74-67=7",
"69-7=62"
] | Current State: 62:[72, 3, 67, 74], Operations: []
Exploring Operation: 72-3=69, Resulting Numbers: [67, 74, 69]
Generated Node #2: [67, 74, 69] from Operation: 72-3=69
Current State: 62:[67, 74, 69], Operations: ['72-3=69']
Exploring Operation: 74-67=7, Resulting Numbers: [69, 7]
Generated Node #3: [69, 7] from Operati... | 4 |
[
7,
16,
52,
57
] | 73 | [
"57-52=5",
"16*5=80",
"80-7=73"
] | Current State: 73:[7, 16, 52, 57], Operations: []
Exploring Operation: 57-52=5, Resulting Numbers: [7, 16, 5]
Generated Node #2: [7, 16, 5] from Operation: 57-52=5
Current State: 73:[7, 16, 5], Operations: ['57-52=5']
Exploring Operation: 16*5=80, Resulting Numbers: [7, 80]
Generated Node #3: [7, 80] from Operation: 16... | 4 |
[
64,
6,
59,
62
] | 92 | [
"64-59=5",
"6*5=30",
"62+30=92"
] | Current State: 92:[64, 6, 59, 62], Operations: []
Exploring Operation: 64-59=5, Resulting Numbers: [6, 62, 5]
Generated Node #2: [6, 62, 5] from Operation: 64-59=5
Current State: 92:[6, 62, 5], Operations: ['64-59=5']
Exploring Operation: 6*5=30, Resulting Numbers: [62, 30]
Generated Node #3: [62, 30] from Operation: 6... | 4 |
[
76,
28,
44,
14
] | 78 | [
"76-28=48",
"44-14=30",
"48+30=78"
] | Current State: 78:[76, 28, 44, 14], Operations: []
Exploring Operation: 76-28=48, Resulting Numbers: [44, 14, 48]
Generated Node #2: [44, 14, 48] from Operation: 76-28=48
Current State: 78:[44, 14, 48], Operations: ['76-28=48']
Exploring Operation: 44-14=30, Resulting Numbers: [48, 30]
Generated Node #3: [48, 30] from ... | 4 |
[
19,
39,
20,
31
] | 65 | [
"31-19=12",
"39*20=780",
"780/12=65"
] | Current State: 65:[19, 39, 20, 31], Operations: []
Exploring Operation: 31-19=12, Resulting Numbers: [39, 20, 12]
Generated Node #2: [39, 20, 12] from Operation: 31-19=12
Current State: 65:[39, 20, 12], Operations: ['31-19=12']
Exploring Operation: 39*20=780, Resulting Numbers: [12, 780]
Generated Node #3: [12, 780] fr... | 4 |
[
77,
64,
29,
39
] | 81 | [
"77-64=13",
"29+39=68",
"13+68=81"
] | Current State: 81:[77, 64, 29, 39], Operations: []
Exploring Operation: 77-64=13, Resulting Numbers: [29, 39, 13]
Generated Node #2: [29, 39, 13] from Operation: 77-64=13
Current State: 81:[29, 39, 13], Operations: ['77-64=13']
Exploring Operation: 29+39=68, Resulting Numbers: [13, 68]
Generated Node #3: [13, 68] from ... | 4 |
[
91,
41,
36,
27
] | 59 | [
"91-41=50",
"36-27=9",
"50+9=59"
] | Current State: 59:[91, 41, 36, 27], Operations: []
Exploring Operation: 91-41=50, Resulting Numbers: [36, 27, 50]
Generated Node #2: [36, 27, 50] from Operation: 91-41=50
Current State: 59:[36, 27, 50], Operations: ['91-41=50']
Exploring Operation: 36-27=9, Resulting Numbers: [50, 9]
Generated Node #3: [50, 9] from Ope... | 4 |
[
53,
48,
35,
17
] | 57 | [
"53-48=5",
"35+17=52",
"5+52=57"
] | Current State: 57:[53, 48, 35, 17], Operations: []
Exploring Operation: 53-48=5, Resulting Numbers: [35, 17, 5]
Generated Node #2: [35, 17, 5] from Operation: 53-48=5
Current State: 57:[35, 17, 5], Operations: ['53-48=5']
Exploring Operation: 35+17=52, Resulting Numbers: [5, 52]
Generated Node #3: [5, 52] from Operatio... | 4 |
[
52,
47,
55,
76
] | 26 | [
"52-47=5",
"76-55=21",
"5+21=26"
] | Current State: 26:[52, 47, 55, 76], Operations: []
Exploring Operation: 52-47=5, Resulting Numbers: [55, 76, 5]
Generated Node #2: [55, 76, 5] from Operation: 52-47=5
Current State: 26:[55, 76, 5], Operations: ['52-47=5']
Exploring Operation: 76-55=21, Resulting Numbers: [5, 21]
Generated Node #3: [5, 21] from Operatio... | 4 |
[
19,
25,
40,
10
] | 30 | [
"19*40=760",
"760-10=750",
"750/25=30"
] | Current State: 30:[19, 25, 40, 10], Operations: []
Exploring Operation: 19*40=760, Resulting Numbers: [25, 10, 760]
Generated Node #2: [25, 10, 760] from Operation: 19*40=760
Current State: 30:[25, 10, 760], Operations: ['19*40=760']
Exploring Operation: 760-10=750, Resulting Numbers: [25, 750]
Generated Node #3: [25, ... | 4 |
[
2,
91,
36,
76
] | 95 | [
"2*36=72",
"91+76=167",
"167-72=95"
] | Current State: 95:[2, 91, 36, 76], Operations: []
Exploring Operation: 2*36=72, Resulting Numbers: [91, 76, 72]
Generated Node #2: [91, 76, 72] from Operation: 2*36=72
Current State: 95:[91, 76, 72], Operations: ['2*36=72']
Exploring Operation: 91+76=167, Resulting Numbers: [72, 167]
Generated Node #3: [72, 167] from O... | 4 |
[
43,
2,
21,
61
] | 60 | [
"61-43=18",
"2*21=42",
"18+42=60"
] | Current State: 60:[43, 2, 21, 61], Operations: []
Exploring Operation: 61-43=18, Resulting Numbers: [2, 21, 18]
Generated Node #2: [2, 21, 18] from Operation: 61-43=18
Current State: 60:[2, 21, 18], Operations: ['61-43=18']
Exploring Operation: 2*21=42, Resulting Numbers: [18, 42]
Generated Node #3: [18, 42] from Opera... | 4 |
[
55,
63,
26,
4
] | 22 | [
"63-55=8",
"26+4=30",
"30-8=22"
] | Current State: 22:[55, 63, 26, 4], Operations: []
Exploring Operation: 63-55=8, Resulting Numbers: [26, 4, 8]
Generated Node #2: [26, 4, 8] from Operation: 63-55=8
Current State: 22:[26, 4, 8], Operations: ['63-55=8']
Exploring Operation: 26+4=30, Resulting Numbers: [8, 30]
Generated Node #3: [8, 30] from Operation: 26... | 4 |
[
92,
8,
32,
28
] | 12 | [
"92+32=124",
"124-28=96",
"96/8=12"
] | Current State: 12:[92, 8, 32, 28], Operations: []
Exploring Operation: 92+32=124, Resulting Numbers: [8, 28, 124]
Generated Node #2: [8, 28, 124] from Operation: 92+32=124
Current State: 12:[8, 28, 124], Operations: ['92+32=124']
Exploring Operation: 124-28=96, Resulting Numbers: [8, 96]
Generated Node #3: [8, 96] from... | 4 |
[
29,
5,
28,
18
] | 99 | [
"29*5=145",
"28+18=46",
"145-46=99"
] | Current State: 99:[29, 5, 28, 18], Operations: []
Exploring Operation: 29*5=145, Resulting Numbers: [28, 18, 145]
Generated Node #2: [28, 18, 145] from Operation: 29*5=145
Current State: 99:[28, 18, 145], Operations: ['29*5=145']
Exploring Operation: 28+18=46, Resulting Numbers: [145, 46]
Generated Node #3: [145, 46] f... | 4 |
[
61,
14,
38,
76
] | 54 | [
"14*38=532",
"532/76=7",
"61-7=54"
] | Current State: 54:[61, 14, 38, 76], Operations: []
Exploring Operation: 14*38=532, Resulting Numbers: [61, 76, 532]
Generated Node #2: [61, 76, 532] from Operation: 14*38=532
Current State: 54:[61, 76, 532], Operations: ['14*38=532']
Exploring Operation: 532/76=7, Resulting Numbers: [61, 7]
Generated Node #3: [61, 7] f... | 4 |
[
89,
85,
72,
91
] | 59 | [
"91-89=2",
"72*2=144",
"144-85=59"
] | Current State: 59:[89, 85, 72, 91], Operations: []
Exploring Operation: 91-89=2, Resulting Numbers: [85, 72, 2]
Generated Node #2: [85, 72, 2] from Operation: 91-89=2
Current State: 59:[85, 72, 2], Operations: ['91-89=2']
Exploring Operation: 72*2=144, Resulting Numbers: [85, 144]
Generated Node #3: [85, 144] from Oper... | 4 |
[
81,
71,
71,
79
] | 18 | [
"81-71=10",
"79-71=8",
"10+8=18"
] | Current State: 18:[81, 71, 71, 79], Operations: []
Exploring Operation: 81-71=10, Resulting Numbers: [79, 10]
Generated Node #2: [79, 10] from Operation: 81-71=10
Current State: 18:[79, 10], Operations: ['81-71=10']
Exploring Operation: 79-71=8, Resulting Numbers: [10, 8]
Generated Node #3: [10, 8] from Operation: 79-7... | 4 |
[
68,
85,
71,
10
] | 25 | [
"71-68=3",
"85-10=75",
"75/3=25"
] | Current State: 25:[68, 85, 71, 10], Operations: []
Exploring Operation: 71-68=3, Resulting Numbers: [85, 10, 3]
Generated Node #2: [85, 10, 3] from Operation: 71-68=3
Current State: 25:[85, 10, 3], Operations: ['71-68=3']
Exploring Operation: 85-10=75, Resulting Numbers: [3, 75]
Generated Node #3: [3, 75] from Operatio... | 4 |
[
14,
4,
45,
52
] | 79 | [
"14+4=18",
"45+52=97",
"97-18=79"
] | Current State: 79:[14, 4, 45, 52], Operations: []
Exploring Operation: 14+4=18, Resulting Numbers: [45, 52, 18]
Generated Node #2: [45, 52, 18] from Operation: 14+4=18
Current State: 79:[45, 52, 18], Operations: ['14+4=18']
Exploring Operation: 45+52=97, Resulting Numbers: [18, 97]
Generated Node #3: [18, 97] from Oper... | 4 |
[
59,
34,
98,
72
] | 54 | [
"98+72=170",
"170/34=5",
"59-5=54"
] | Current State: 54:[59, 34, 98, 72], Operations: []
Exploring Operation: 98+72=170, Resulting Numbers: [59, 34, 170]
Generated Node #2: [59, 34, 170] from Operation: 98+72=170
Current State: 54:[59, 34, 170], Operations: ['98+72=170']
Exploring Operation: 170/34=5, Resulting Numbers: [59, 5]
Generated Node #3: [59, 5] f... | 4 |
[
72,
13,
34,
36
] | 60 | [
"72*13=936",
"936/36=26",
"34+26=60"
] | Current State: 60:[72, 13, 34, 36], Operations: []
Exploring Operation: 72*13=936, Resulting Numbers: [34, 36, 936]
Generated Node #2: [34, 36, 936] from Operation: 72*13=936
Current State: 60:[34, 36, 936], Operations: ['72*13=936']
Exploring Operation: 936/36=26, Resulting Numbers: [34, 26]
Generated Node #3: [34, 26... | 4 |
[
70,
24,
82,
38
] | 90 | [
"70-24=46",
"82-38=44",
"46+44=90"
] | Current State: 90:[70, 24, 82, 38], Operations: []
Exploring Operation: 70-24=46, Resulting Numbers: [82, 38, 46]
Generated Node #2: [82, 38, 46] from Operation: 70-24=46
Current State: 90:[82, 38, 46], Operations: ['70-24=46']
Exploring Operation: 82-38=44, Resulting Numbers: [46, 44]
Generated Node #3: [46, 44] from ... | 4 |
[
75,
61,
13,
35
] | 77 | [
"61-35=26",
"26/13=2",
"75+2=77"
] | Current State: 77:[75, 61, 13, 35], Operations: []
Exploring Operation: 61-35=26, Resulting Numbers: [75, 13, 26]
Generated Node #2: [75, 13, 26] from Operation: 61-35=26
Current State: 77:[75, 13, 26], Operations: ['61-35=26']
Exploring Operation: 26/13=2, Resulting Numbers: [75, 2]
Generated Node #3: [75, 2] from Ope... | 4 |
[
66,
6,
67,
46
] | 60 | [
"67-46=21",
"6*21=126",
"126-66=60"
] | Current State: 60:[66, 6, 67, 46], Operations: []
Exploring Operation: 67-46=21, Resulting Numbers: [66, 6, 21]
Generated Node #2: [66, 6, 21] from Operation: 67-46=21
Current State: 60:[66, 6, 21], Operations: ['67-46=21']
Exploring Operation: 6*21=126, Resulting Numbers: [66, 126]
Generated Node #3: [66, 126] from Op... | 4 |
[
40,
70,
26,
90
] | 23 | [
"70-40=30",
"90/30=3",
"26-3=23"
] | Current State: 23:[40, 70, 26, 90], Operations: []
Exploring Operation: 70-40=30, Resulting Numbers: [26, 90, 30]
Generated Node #2: [26, 90, 30] from Operation: 70-40=30
Current State: 23:[26, 90, 30], Operations: ['70-40=30']
Exploring Operation: 90/30=3, Resulting Numbers: [26, 3]
Generated Node #3: [26, 3] from Ope... | 4 |
[
90,
91,
27,
7
] | 34 | [
"91-90=1",
"27+7=34",
"1*34=34"
] | Current State: 34:[90, 91, 27, 7], Operations: []
Exploring Operation: 91-90=1, Resulting Numbers: [27, 7, 1]
Generated Node #2: [27, 7, 1] from Operation: 91-90=1
Current State: 34:[27, 7, 1], Operations: ['91-90=1']
Exploring Operation: 27+7=34, Resulting Numbers: [1, 34]
Generated Node #3: [1, 34] from Operation: 27... | 4 |
[
32,
14,
71,
3
] | 39 | [
"32+14=46",
"71+46=117",
"117/3=39"
] | Current State: 39:[32, 14, 71, 3], Operations: []
Exploring Operation: 32+14=46, Resulting Numbers: [71, 3, 46]
Generated Node #2: [71, 3, 46] from Operation: 32+14=46
Current State: 39:[71, 3, 46], Operations: ['32+14=46']
Exploring Operation: 71+46=117, Resulting Numbers: [3, 117]
Generated Node #3: [3, 117] from Ope... | 4 |
[
80,
85,
96,
44
] | 25 | [
"80+85=165",
"96+44=140",
"165-140=25"
] | Current State: 25:[80, 85, 96, 44], Operations: []
Exploring Operation: 80+85=165, Resulting Numbers: [96, 44, 165]
Generated Node #2: [96, 44, 165] from Operation: 80+85=165
Current State: 25:[96, 44, 165], Operations: ['80+85=165']
Exploring Operation: 96+44=140, Resulting Numbers: [165, 140]
Generated Node #3: [165,... | 4 |
[
23,
7,
3,
13
] | 15 | [
"23+13=36",
"7*3=21",
"36-21=15"
] | Current State: 15:[23, 7, 3, 13], Operations: []
Exploring Operation: 23+13=36, Resulting Numbers: [7, 3, 36]
Generated Node #2: [7, 3, 36] from Operation: 23+13=36
Current State: 15:[7, 3, 36], Operations: ['23+13=36']
Exploring Operation: 7*3=21, Resulting Numbers: [36, 21]
Generated Node #3: [36, 21] from Operation:... | 4 |
[
14,
56,
66,
6
] | 98 | [
"14*66=924",
"924/6=154",
"154-56=98"
] | Current State: 98:[14, 56, 66, 6], Operations: []
Exploring Operation: 14*66=924, Resulting Numbers: [56, 6, 924]
Generated Node #2: [56, 6, 924] from Operation: 14*66=924
Current State: 98:[56, 6, 924], Operations: ['14*66=924']
Exploring Operation: 924/6=154, Resulting Numbers: [56, 154]
Generated Node #3: [56, 154] ... | 4 |
[
46,
51,
9,
23
] | 69 | [
"46*9=414",
"414/23=18",
"51+18=69"
] | Current State: 69:[46, 51, 9, 23], Operations: []
Exploring Operation: 46*9=414, Resulting Numbers: [51, 23, 414]
Generated Node #2: [51, 23, 414] from Operation: 46*9=414
Current State: 69:[51, 23, 414], Operations: ['46*9=414']
Exploring Operation: 414/23=18, Resulting Numbers: [51, 18]
Generated Node #3: [51, 18] fr... | 4 |
[
51,
85,
57,
65
] | 25 | [
"57-51=6",
"85+65=150",
"150/6=25"
] | Current State: 25:[51, 85, 57, 65], Operations: []
Exploring Operation: 57-51=6, Resulting Numbers: [85, 65, 6]
Generated Node #2: [85, 65, 6] from Operation: 57-51=6
Current State: 25:[85, 65, 6], Operations: ['57-51=6']
Exploring Operation: 85+65=150, Resulting Numbers: [6, 150]
Generated Node #3: [6, 150] from Opera... | 4 |
[
36,
25,
81,
9
] | 99 | [
"36-25=11",
"81/9=9",
"11*9=99"
] | Current State: 99:[36, 25, 81, 9], Operations: []
Exploring Operation: 36-25=11, Resulting Numbers: [81, 9, 11]
Generated Node #2: [81, 9, 11] from Operation: 36-25=11
Current State: 99:[81, 9, 11], Operations: ['36-25=11']
Exploring Operation: 81/9=9, Resulting Numbers: [11, 9]
Generated Node #3: [11, 9] from Operatio... | 4 |
[
28,
50,
26,
26
] | 78 | [
"28+50=78",
"26-26=0",
"78+0=78"
] | Current State: 78:[28, 50, 26, 26], Operations: []
Exploring Operation: 28+50=78, Resulting Numbers: [26, 26, 78]
Generated Node #2: [26, 26, 78] from Operation: 28+50=78
Current State: 78:[26, 26, 78], Operations: ['28+50=78']
Exploring Operation: 26-26=0, Resulting Numbers: [78, 0]
Generated Node #3: [78, 0] from Ope... | 4 |
[
69,
4,
72,
73
] | 19 | [
"72-69=3",
"73+3=76",
"76/4=19"
] | Current State: 19:[69, 4, 72, 73], Operations: []
Exploring Operation: 72-69=3, Resulting Numbers: [4, 73, 3]
Generated Node #2: [4, 73, 3] from Operation: 72-69=3
Current State: 19:[4, 73, 3], Operations: ['72-69=3']
Exploring Operation: 73+3=76, Resulting Numbers: [4, 76]
Generated Node #3: [4, 76] from Operation: 73... | 4 |
[
26,
6,
26,
20
] | 26 | [
"26+6=32",
"26-20=6",
"32-6=26"
] | Current State: 26:[26, 6, 26, 20], Operations: []
Exploring Operation: 26+6=32, Resulting Numbers: [20, 32]
Generated Node #2: [20, 32] from Operation: 26+6=32
Current State: 26:[20, 32], Operations: ['26+6=32']
Exploring Operation: 26-20=6, Resulting Numbers: [32, 6]
Generated Node #3: [32, 6] from Operation: 26-20=6
... | 4 |
[
2,
53,
68,
92
] | 69 | [
"53-2=51",
"92*51=4692",
"4692/68=69"
] | Current State: 69:[2, 53, 68, 92], Operations: []
Exploring Operation: 53-2=51, Resulting Numbers: [68, 92, 51]
Generated Node #2: [68, 92, 51] from Operation: 53-2=51
Current State: 69:[68, 92, 51], Operations: ['53-2=51']
Exploring Operation: 92*51=4692, Resulting Numbers: [68, 4692]
Generated Node #3: [68, 4692] fro... | 4 |
[
18,
40,
62,
71
] | 16 | [
"71-40=31",
"62/31=2",
"18-2=16"
] | Current State: 16:[18, 40, 62, 71], Operations: []
Exploring Operation: 71-40=31, Resulting Numbers: [18, 62, 31]
Generated Node #2: [18, 62, 31] from Operation: 71-40=31
Current State: 16:[18, 62, 31], Operations: ['71-40=31']
Exploring Operation: 62/31=2, Resulting Numbers: [18, 2]
Generated Node #3: [18, 2] from Ope... | 4 |
[
75,
3,
36,
16
] | 63 | [
"75+36=111",
"3*16=48",
"111-48=63"
] | Current State: 63:[75, 3, 36, 16], Operations: []
Exploring Operation: 75+36=111, Resulting Numbers: [3, 16, 111]
Generated Node #2: [3, 16, 111] from Operation: 75+36=111
Current State: 63:[3, 16, 111], Operations: ['75+36=111']
Exploring Operation: 3*16=48, Resulting Numbers: [111, 48]
Generated Node #3: [111, 48] fr... | 4 |
[
84,
73,
55,
36
] | 82 | [
"73-55=18",
"36/18=2",
"84-2=82"
] | Current State: 82:[84, 73, 55, 36], Operations: []
Exploring Operation: 73-55=18, Resulting Numbers: [84, 36, 18]
Generated Node #2: [84, 36, 18] from Operation: 73-55=18
Current State: 82:[84, 36, 18], Operations: ['73-55=18']
Exploring Operation: 36/18=2, Resulting Numbers: [84, 2]
Generated Node #3: [84, 2] from Ope... | 4 |
[
33,
8,
6,
53
] | 15 | [
"53-33=20",
"6*20=120",
"120/8=15"
] | Current State: 15:[33, 8, 6, 53], Operations: []
Exploring Operation: 53-33=20, Resulting Numbers: [8, 6, 20]
Generated Node #2: [8, 6, 20] from Operation: 53-33=20
Current State: 15:[8, 6, 20], Operations: ['53-33=20']
Exploring Operation: 6*20=120, Resulting Numbers: [8, 120]
Generated Node #3: [8, 120] from Operatio... | 4 |
[
74,
57,
63,
52
] | 28 | [
"74-57=17",
"63-52=11",
"17+11=28"
] | Current State: 28:[74, 57, 63, 52], Operations: []
Exploring Operation: 74-57=17, Resulting Numbers: [63, 52, 17]
Generated Node #2: [63, 52, 17] from Operation: 74-57=17
Current State: 28:[63, 52, 17], Operations: ['74-57=17']
Exploring Operation: 63-52=11, Resulting Numbers: [17, 11]
Generated Node #3: [17, 11] from ... | 4 |
[
86,
48,
44,
24
] | 87 | [
"86*24=2064",
"2064/48=43",
"44+43=87"
] | Current State: 87:[86, 48, 44, 24], Operations: []
Exploring Operation: 86*24=2064, Resulting Numbers: [48, 44, 2064]
Generated Node #2: [48, 44, 2064] from Operation: 86*24=2064
Current State: 87:[48, 44, 2064], Operations: ['86*24=2064']
Exploring Operation: 2064/48=43, Resulting Numbers: [44, 43]
Generated Node #3: ... | 4 |
[
77,
84,
44,
87
] | 39 | [
"84*44=3696",
"3696/77=48",
"87-48=39"
] | Current State: 39:[77, 84, 44, 87], Operations: []
Exploring Operation: 84*44=3696, Resulting Numbers: [77, 87, 3696]
Generated Node #2: [77, 87, 3696] from Operation: 84*44=3696
Current State: 39:[77, 87, 3696], Operations: ['84*44=3696']
Exploring Operation: 3696/77=48, Resulting Numbers: [87, 48]
Generated Node #3: ... | 4 |
[
20,
4,
85,
42
] | 27 | [
"20-4=16",
"85-42=43",
"43-16=27"
] | Current State: 27:[20, 4, 85, 42], Operations: []
Exploring Operation: 20-4=16, Resulting Numbers: [85, 42, 16]
Generated Node #2: [85, 42, 16] from Operation: 20-4=16
Current State: 27:[85, 42, 16], Operations: ['20-4=16']
Exploring Operation: 85-42=43, Resulting Numbers: [16, 43]
Generated Node #3: [16, 43] from Oper... | 4 |
[
35,
96,
64,
8
] | 18 | [
"35-8=27",
"64*27=1728",
"1728/96=18"
] | Current State: 18:[35, 96, 64, 8], Operations: []
Exploring Operation: 35-8=27, Resulting Numbers: [96, 64, 27]
Generated Node #2: [96, 64, 27] from Operation: 35-8=27
Current State: 18:[96, 64, 27], Operations: ['35-8=27']
Exploring Operation: 64*27=1728, Resulting Numbers: [96, 1728]
Generated Node #3: [96, 1728] fro... | 4 |
[
61,
81,
64,
4
] | 81 | [
"64-61=3",
"4-3=1",
"81*1=81"
] | Current State: 81:[61, 81, 64, 4], Operations: []
Exploring Operation: 64-61=3, Resulting Numbers: [81, 4, 3]
Generated Node #2: [81, 4, 3] from Operation: 64-61=3
Current State: 81:[81, 4, 3], Operations: ['64-61=3']
Exploring Operation: 4-3=1, Resulting Numbers: [81, 1]
Generated Node #3: [81, 1] from Operation: 4-3=... | 4 |
[
60,
70,
13,
56
] | 35 | [
"60*56=3360",
"3360/70=48",
"48-13=35"
] | Current State: 35:[60, 70, 13, 56], Operations: []
Exploring Operation: 60*56=3360, Resulting Numbers: [70, 13, 3360]
Generated Node #2: [70, 13, 3360] from Operation: 60*56=3360
Current State: 35:[70, 13, 3360], Operations: ['60*56=3360']
Exploring Operation: 3360/70=48, Resulting Numbers: [13, 48]
Generated Node #3: ... | 4 |
[
7,
8,
34,
94
] | 10 | [
"8+94=102",
"102/34=3",
"7+3=10"
] | Current State: 10:[7, 8, 34, 94], Operations: []
Exploring Operation: 8+94=102, Resulting Numbers: [7, 34, 102]
Generated Node #2: [7, 34, 102] from Operation: 8+94=102
Current State: 10:[7, 34, 102], Operations: ['8+94=102']
Exploring Operation: 102/34=3, Resulting Numbers: [7, 3]
Generated Node #3: [7, 3] from Operat... | 4 |
[
3,
33,
5,
4
] | 99 | [
"3*33=99",
"5-4=1",
"99*1=99"
] | Current State: 99:[3, 33, 5, 4], Operations: []
Exploring Operation: 3*33=99, Resulting Numbers: [5, 4, 99]
Generated Node #2: [5, 4, 99] from Operation: 3*33=99
Current State: 99:[5, 4, 99], Operations: ['3*33=99']
Exploring Operation: 5-4=1, Resulting Numbers: [99, 1]
Generated Node #3: [99, 1] from Operation: 5-4=1
... | 4 |
[
19,
45,
36,
61
] | 39 | [
"19+45=64",
"61-36=25",
"64-25=39"
] | Current State: 39:[19, 45, 36, 61], Operations: []
Exploring Operation: 19+45=64, Resulting Numbers: [36, 61, 64]
Generated Node #2: [36, 61, 64] from Operation: 19+45=64
Current State: 39:[36, 61, 64], Operations: ['19+45=64']
Exploring Operation: 61-36=25, Resulting Numbers: [64, 25]
Generated Node #3: [64, 25] from ... | 4 |
[
59,
40,
94,
93
] | 88 | [
"59+40=99",
"94+93=187",
"187-99=88"
] | Current State: 88:[59, 40, 94, 93], Operations: []
Exploring Operation: 59+40=99, Resulting Numbers: [94, 93, 99]
Generated Node #2: [94, 93, 99] from Operation: 59+40=99
Current State: 88:[94, 93, 99], Operations: ['59+40=99']
Exploring Operation: 94+93=187, Resulting Numbers: [99, 187]
Generated Node #3: [99, 187] fr... | 4 |
[
63,
33,
2,
19
] | 70 | [
"33-19=14",
"14/2=7",
"63+7=70"
] | Current State: 70:[63, 33, 2, 19], Operations: []
Exploring Operation: 33-19=14, Resulting Numbers: [63, 2, 14]
Generated Node #2: [63, 2, 14] from Operation: 33-19=14
Current State: 70:[63, 2, 14], Operations: ['33-19=14']
Exploring Operation: 14/2=7, Resulting Numbers: [63, 7]
Generated Node #3: [63, 7] from Operatio... | 4 |
[
31,
55,
77,
96
] | 67 | [
"31+55=86",
"96-77=19",
"86-19=67"
] | Current State: 67:[31, 55, 77, 96], Operations: []
Exploring Operation: 31+55=86, Resulting Numbers: [77, 96, 86]
Generated Node #2: [77, 96, 86] from Operation: 31+55=86
Current State: 67:[77, 96, 86], Operations: ['31+55=86']
Exploring Operation: 96-77=19, Resulting Numbers: [86, 19]
Generated Node #3: [86, 19] from ... | 4 |
[
69,
64,
81,
90
] | 63 | [
"69-64=5",
"90/5=18",
"81-18=63"
] | Current State: 63:[69, 64, 81, 90], Operations: []
Exploring Operation: 69-64=5, Resulting Numbers: [81, 90, 5]
Generated Node #2: [81, 90, 5] from Operation: 69-64=5
Current State: 63:[81, 90, 5], Operations: ['69-64=5']
Exploring Operation: 90/5=18, Resulting Numbers: [81, 18]
Generated Node #3: [81, 18] from Operati... | 4 |
[
41,
36,
18,
15
] | 75 | [
"41-36=5",
"18*5=90",
"90-15=75"
] | Current State: 75:[41, 36, 18, 15], Operations: []
Exploring Operation: 41-36=5, Resulting Numbers: [18, 15, 5]
Generated Node #2: [18, 15, 5] from Operation: 41-36=5
Current State: 75:[18, 15, 5], Operations: ['41-36=5']
Exploring Operation: 18*5=90, Resulting Numbers: [15, 90]
Generated Node #3: [15, 90] from Operati... | 4 |
[
26,
91,
92,
70
] | 44 | [
"70-26=44",
"92-91=1",
"44*1=44"
] | Current State: 44:[26, 91, 92, 70], Operations: []
Exploring Operation: 70-26=44, Resulting Numbers: [91, 92, 44]
Generated Node #2: [91, 92, 44] from Operation: 70-26=44
Current State: 44:[91, 92, 44], Operations: ['70-26=44']
Exploring Operation: 92-91=1, Resulting Numbers: [44, 1]
Generated Node #3: [44, 1] from Ope... | 4 |
[
81,
3,
41,
13
] | 35 | [
"81-3=78",
"78/13=6",
"41-6=35"
] | Current State: 35:[81, 3, 41, 13], Operations: []
Exploring Operation: 81-3=78, Resulting Numbers: [41, 13, 78]
Generated Node #2: [41, 13, 78] from Operation: 81-3=78
Current State: 35:[41, 13, 78], Operations: ['81-3=78']
Exploring Operation: 78/13=6, Resulting Numbers: [41, 6]
Generated Node #3: [41, 6] from Operati... | 4 |
[
12,
43,
59,
78
] | 82 | [
"12+43=55",
"59+78=137",
"137-55=82"
] | Current State: 82:[12, 43, 59, 78], Operations: []
Exploring Operation: 12+43=55, Resulting Numbers: [59, 78, 55]
Generated Node #2: [59, 78, 55] from Operation: 12+43=55
Current State: 82:[59, 78, 55], Operations: ['12+43=55']
Exploring Operation: 59+78=137, Resulting Numbers: [55, 137]
Generated Node #3: [55, 137] fr... | 4 |
[
51,
31,
86,
80
] | 43 | [
"51+31=82",
"82-80=2",
"86/2=43"
] | Current State: 43:[51, 31, 86, 80], Operations: []
Exploring Operation: 51+31=82, Resulting Numbers: [86, 80, 82]
Generated Node #2: [86, 80, 82] from Operation: 51+31=82
Current State: 43:[86, 80, 82], Operations: ['51+31=82']
Exploring Operation: 82-80=2, Resulting Numbers: [86, 2]
Generated Node #3: [86, 2] from Ope... | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.