This website requires JavaScript.
Explore
Help
Register
Sign In
UNN
/
2026-rff_mp
Watch
19
Star
15
Fork
116
You've already forked 2026-rff_mp
Code
Issues
Pull Requests
8
Actions
Packages
Projects
Releases
Wiki
Activity
f7577f803c
2026-rff_mp
/
skorohodovsa
/
task_2
/
source
/
settings.py
2 lines
70 B
Python
Raw
Normal View
History
Unescape
Escape
[2] Добавлено: - Тесты на классы Cell, Maze - Алгоритмы поиска пути: BFS, DFS, Astar
2026-05-24 14:17:02 +00:00
cell_mapping
=
{
"
wall
"
:
"
#
"
,
"
empty
"
:
"
"
,
"
start
"
:
"
S
"
,
"
exit
"
:
"
E
"
}
Reference in New Issue
Copy Permalink