Update all
This commit is contained in:
Dvurechensky 2025-05-12 01:02:48 +03:00
parent 6f21bcc1d0
commit 1fadc733c7
5 changed files with 40 additions and 4 deletions

3
.gitignore vendored

@ -7,6 +7,9 @@
# or wget:
# wget --no-check-certificate http://gist.githubusercontent.com/kmorcinek/2710267/raw/.gitignore
pre_commit.log
pre_commit.ps1
# User-specific files
*.suo
*.user

@ -1,4 +1,12 @@
namespace GraphCustomSearcher.Data;
/*
* Author: Nikolay Dvurechensky
* Site: https://www.dvurechensky.pro/
* Gmail: dvurechenskysoft@gmail.com
* Last Updated: 12 мая 2025 00:57:53
* Version: 1.0.5
*/
namespace GraphCustomSearcher.Data;
/// <summary>
/// Шаблог ребра

@ -1,4 +1,12 @@
namespace GraphCustomSearcher.Data;
/*
* Author: Nikolay Dvurechensky
* Site: https://www.dvurechensky.pro/
* Gmail: dvurechenskysoft@gmail.com
* Last Updated: 12 мая 2025 00:57:53
* Version: 1.0.5
*/
namespace GraphCustomSearcher.Data;
/// <summary>
/// Узел

@ -1,4 +1,12 @@
using GraphCustomSearcher.Data;
/*
* Author: Nikolay Dvurechensky
* Site: https://www.dvurechensky.pro/
* Gmail: dvurechenskysoft@gmail.com
* Last Updated: 12 мая 2025 00:57:53
* Version: 1.0.5
*/
using GraphCustomSearcher.Data;
namespace GraphCustomSearcher;

@ -1,4 +1,12 @@
using GraphCustomSearcher.Data;
/*
* Author: Nikolay Dvurechensky
* Site: https://www.dvurechensky.pro/
* Gmail: dvurechenskysoft@gmail.com
* Last Updated: 12 мая 2025 00:57:53
* Version: 1.0.5
*/
using GraphCustomSearcher.Data;
using GraphCustomSearcher;
/// <summary>
@ -20,6 +28,7 @@ public class Program
StartSeachPath(GraphX, "Пенсильвания", "Париж");
Console.WriteLine("Пенсильвания->Оптимум");
StartSeachPath(GraphX, "Пенсильвания", "Оптимум");
Console.ReadLine();
}
/// <summary>