From f2e0791dee341c585dffa38fadc04de2ca4bb21b Mon Sep 17 00:00:00 2001 From: maspypy Date: Tue, 10 Sep 2024 15:50:28 +0900 Subject: [PATCH] change directory --- {graph => geo}/manhattanmst/checker.cpp | 0 {graph => geo}/manhattanmst/gen/enclosed.cpp | 0 {graph => geo}/manhattanmst/gen/example_00.in | 0 {graph => geo}/manhattanmst/gen/many_cluster.cpp | 0 {graph => geo}/manhattanmst/gen/max_random.cpp | 0 {graph => geo}/manhattanmst/gen/random.cpp | 0 {graph => geo}/manhattanmst/gen/small.cpp | 0 {graph => geo}/manhattanmst/hash.json | 0 {graph => geo}/manhattanmst/info.toml | 0 {graph => geo}/manhattanmst/sol/correct.cpp | 0 {graph => geo}/manhattanmst/sol/naive.cpp | 0 {graph => geo}/manhattanmst/task.md | 0 {graph => geo}/manhattanmst/verifier.cpp | 0 13 files changed, 0 insertions(+), 0 deletions(-) rename {graph => geo}/manhattanmst/checker.cpp (100%) rename {graph => geo}/manhattanmst/gen/enclosed.cpp (100%) rename {graph => geo}/manhattanmst/gen/example_00.in (100%) rename {graph => geo}/manhattanmst/gen/many_cluster.cpp (100%) rename {graph => geo}/manhattanmst/gen/max_random.cpp (100%) rename {graph => geo}/manhattanmst/gen/random.cpp (100%) rename {graph => geo}/manhattanmst/gen/small.cpp (100%) rename {graph => geo}/manhattanmst/hash.json (100%) rename {graph => geo}/manhattanmst/info.toml (100%) rename {graph => geo}/manhattanmst/sol/correct.cpp (100%) rename {graph => geo}/manhattanmst/sol/naive.cpp (100%) rename {graph => geo}/manhattanmst/task.md (100%) rename {graph => geo}/manhattanmst/verifier.cpp (100%) diff --git a/graph/manhattanmst/checker.cpp b/geo/manhattanmst/checker.cpp similarity index 100% rename from graph/manhattanmst/checker.cpp rename to geo/manhattanmst/checker.cpp diff --git a/graph/manhattanmst/gen/enclosed.cpp b/geo/manhattanmst/gen/enclosed.cpp similarity index 100% rename from graph/manhattanmst/gen/enclosed.cpp rename to geo/manhattanmst/gen/enclosed.cpp diff --git a/graph/manhattanmst/gen/example_00.in b/geo/manhattanmst/gen/example_00.in similarity index 100% rename from graph/manhattanmst/gen/example_00.in rename to geo/manhattanmst/gen/example_00.in diff --git a/graph/manhattanmst/gen/many_cluster.cpp b/geo/manhattanmst/gen/many_cluster.cpp similarity index 100% rename from graph/manhattanmst/gen/many_cluster.cpp rename to geo/manhattanmst/gen/many_cluster.cpp diff --git a/graph/manhattanmst/gen/max_random.cpp b/geo/manhattanmst/gen/max_random.cpp similarity index 100% rename from graph/manhattanmst/gen/max_random.cpp rename to geo/manhattanmst/gen/max_random.cpp diff --git a/graph/manhattanmst/gen/random.cpp b/geo/manhattanmst/gen/random.cpp similarity index 100% rename from graph/manhattanmst/gen/random.cpp rename to geo/manhattanmst/gen/random.cpp diff --git a/graph/manhattanmst/gen/small.cpp b/geo/manhattanmst/gen/small.cpp similarity index 100% rename from graph/manhattanmst/gen/small.cpp rename to geo/manhattanmst/gen/small.cpp diff --git a/graph/manhattanmst/hash.json b/geo/manhattanmst/hash.json similarity index 100% rename from graph/manhattanmst/hash.json rename to geo/manhattanmst/hash.json diff --git a/graph/manhattanmst/info.toml b/geo/manhattanmst/info.toml similarity index 100% rename from graph/manhattanmst/info.toml rename to geo/manhattanmst/info.toml diff --git a/graph/manhattanmst/sol/correct.cpp b/geo/manhattanmst/sol/correct.cpp similarity index 100% rename from graph/manhattanmst/sol/correct.cpp rename to geo/manhattanmst/sol/correct.cpp diff --git a/graph/manhattanmst/sol/naive.cpp b/geo/manhattanmst/sol/naive.cpp similarity index 100% rename from graph/manhattanmst/sol/naive.cpp rename to geo/manhattanmst/sol/naive.cpp diff --git a/graph/manhattanmst/task.md b/geo/manhattanmst/task.md similarity index 100% rename from graph/manhattanmst/task.md rename to geo/manhattanmst/task.md diff --git a/graph/manhattanmst/verifier.cpp b/geo/manhattanmst/verifier.cpp similarity index 100% rename from graph/manhattanmst/verifier.cpp rename to geo/manhattanmst/verifier.cpp