Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 918 Bytes

README_en.md

File metadata and controls

30 lines (20 loc) · 918 Bytes

eight_puzzle_search - A 8-puzzle solver

Language: English | 简体中文 (Simplified Chinese)


crate_date: 2022-10-16
update_date: 2022-10-24
author: Vincent SHI | 史文朔
blog: https://blog.vincent1230.top/
GitHub: VincentSHI1230/eight-puzzle-search: A Python package for learning search algorithms of eight puzzle problem (github.com)
Gitee: eight-puzzle-search: A Python package for learning search algorithms of eight puzzle problem (gitee.com)

A Python package for learning search algorithms of eight puzzle problem

Installation

pip install --upgrade eight-puzzle-search

Import

import eight_puzzle_search as eps

More

My English is not good so I am so tired to write the README file in English. I will do it later.