From 826dda9841f1d3f78dd9eae4cee746e3f02b1873 Mon Sep 17 00:00:00 2001 From: yyc12345 Date: Thu, 25 Jun 2026 12:32:35 +0800 Subject: [PATCH] doc: update progress --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32a51c6..493e26f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ And make it available for everyone in a more convenient way, like GUI and mobile # Todos - [x] Refactor the legacy version. -- [ ] Add A-Star resolver in legacy version to replace LUT resolver. +- [x] Add BFS resolver in legacy version to replace LUT resolver. - [ ] Use Rust to fully rewrite the legacy version as a library. - [ ] Use Rust to create a CLI based on the library created at previous step. - [ ] Utilize FLTK to create a GUI in desktop operating system.