blog/static/files/algorithms/rb-trees/avl/avl.sln
Matej Focko f46561653f
algorithms(avl): add WIP
Signed-off-by: Matej Focko <me@mfocko.xyz>
2024-02-04 13:58:41 +01:00

25 lines
1.1 KiB
Text

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "avl", "avl.csproj", "{82C655B9-83B6-4AB4-8449-1309913DDC8F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{82C655B9-83B6-4AB4-8449-1309913DDC8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82C655B9-83B6-4AB4-8449-1309913DDC8F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82C655B9-83B6-4AB4-8449-1309913DDC8F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82C655B9-83B6-4AB4-8449-1309913DDC8F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C5C6C0D8-FFA4-4D7A-BE93-6CF1A159F1F2}
EndGlobalSection
EndGlobal