Coder Social home page Coder Social logo

puzzle15-bnb's Introduction

Tugas Kecil 3 IF2211 Strategi Algoritma 2021/2022

13520024 Hilya Fadhilah Imania

Deskripsi Singkat

Program ini adalah program pencarian solusi Puzzle-15 dengan algoritma Branch and Bound. Heuristik yang digunakan untuk menghitung cost adalah jumlah sel yang tidak berada pada tempatnya.

Program dapat menerima masukan puzzle berukuran apapun, tidak hanya 4x4.

Requirements dan Run

Program ditulis dalam bahasa Python 3.10. Secara default, program diasumsikan dijalankan secara interaktif pada platform console yang memiliki support untuk ANSI Escape Sequence.

Untuk menyelesaikan persoalan Puzzle-15 random:

$ python3 solver.py

Untuk menyelesaikan persoalan dari sebuah file:

$ python3 solver.py test/1.txt

Untuk noninteraktif, atau platform yang tidak support ANSI Escape Sequence:

$ python3 solver.py --verbose
$ python3 solver.py test/1.txt --verbose
$ python3 solver.py test/1.txt --verbose > test/result/1.txt

License

MIT

Copyright (C) 2022, Hilya Fadhilah Imania

puzzle15-bnb's People

Contributors

hilyafadhilah avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.