[Глава 5] Поиск в ширину

This commit is contained in:
Пытков Роман
2025-07-27 22:07:09 +03:00
parent 455ef1ba54
commit 08b37fe0e1
5 changed files with 96 additions and 23 deletions

View File

@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>