Imam sljedeci problem:
=== EVALUATION ===
== A-STAR ==
Passed 5 / 5 tests.
== BFS ==
Passed 2 / 3 tests.
- Failed test: BFS
- Command run: python solution.py –ss 3×3_puzzle.txt –alg bfs
Mismatch with field: PATH
-> Obtained output:
876_543_21x => 876_54x_213 => 876_5×4_213 => 8×6_574_213 => x86_574_213 => 586_x74_213 => 586_274_x13 => 586_274_1×3 => 586_2×4_173 => 586_24x_173 => 586_243_17x => 586_243_1×7 => 586_2×3_147 => 5×6_283_147 => 56x_283_147 => 563_28x_147 => 563_2×8_147 => 5×3_268_147 => x53_268_147 => 253_x68_147 => 253_168_x47 => 253_168_4×7 => 253_168_47x => 253_16x_478 => 253_1×6_478 => 2×3_156_478 => x23_156_478 => 123_x56_478 => 123_456_x78 => 123_456_7×8 => 123_456_78x
-> Expected output:
876_543_21x => 876_543_2×1 => 876_543_x21 => 876_x43_521 => x76_843_521 => 7×6_843_521 => 746_8×3_521 => 746_83x_521 => 746_831_52x => 746_831_5×2 => 746_831_x52 => 746_x31_852 => x46_731_852 => 4×6_731_852 => 436_7×1_852 => 436_71x_852 => 43x_716_852 => 4×3_716_852 => 413_7×6_852 => 413_756_8×2 => 413_756_82x => 413_75x_826 => 413_7×5_826 => 413_725_8×6 => 413_725_x86 => 413_x25_786 => x13_425_786 => 1×3_425_786 => 123_4×5_786 => 123_45x_786 => 123_456_78x
Sve je isto samo se path razlikuje, napisali su u obavijest da nece gledat path kod UCS i A*, nisu nista spomenuli za BFS. Ima li netko da mu se isto ovo dogada?