-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAlgorithm.sln
More file actions
72 lines (72 loc) · 4.72 KB
/
Copy pathAlgorithm.sln
File metadata and controls
72 lines (72 loc) · 4.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32804.467
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BinaryTrees", "BinaryTrees\BinaryTrees.csproj", "{8515248F-B036-42BC-B0FB-16C3F00C19BD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LowestCommonAncestor", "LowestCommonAncestor\LowestCommonAncestor.csproj", "{CD982897-F42D-4510-881F-1D39219C45E6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RunningSum", "RunningSum\RunningSum.csproj", "{4A8E834C-8590-4A98-9D5D-ED80830E97C1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FindPivotIndex", "FindPivotIndex\FindPivotIndex.csproj", "{2BC42075-DA4B-4FF0-AD10-8028D670A8D7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RansomNote", "RansomNote\RansomNote.csproj", "{61706A6D-61B1-43A1-BB28-A97D4042AB48}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TwoSumProblem", "TwoSumProblem\TwoSumProblem.csproj", "{7C85C854-0C3A-418C-A12F-6FE1E5506439}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SearchInsertPosition", "SearchInsertPosition\SearchInsertPosition.csproj", "{04242A51-B889-468B-A400-071DF9D692F7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TreeSearches", "TreeSearches", "{022D9429-BB97-43A0-A7E8-38FBD8639487}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LevelOrder", "TreeSearches\Tree\LevelOrder.csproj", "{2682049D-935F-4824-BDA9-B5390616A4FA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8515248F-B036-42BC-B0FB-16C3F00C19BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8515248F-B036-42BC-B0FB-16C3F00C19BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8515248F-B036-42BC-B0FB-16C3F00C19BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8515248F-B036-42BC-B0FB-16C3F00C19BD}.Release|Any CPU.Build.0 = Release|Any CPU
{CD982897-F42D-4510-881F-1D39219C45E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD982897-F42D-4510-881F-1D39219C45E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD982897-F42D-4510-881F-1D39219C45E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD982897-F42D-4510-881F-1D39219C45E6}.Release|Any CPU.Build.0 = Release|Any CPU
{4A8E834C-8590-4A98-9D5D-ED80830E97C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A8E834C-8590-4A98-9D5D-ED80830E97C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A8E834C-8590-4A98-9D5D-ED80830E97C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A8E834C-8590-4A98-9D5D-ED80830E97C1}.Release|Any CPU.Build.0 = Release|Any CPU
{2BC42075-DA4B-4FF0-AD10-8028D670A8D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2BC42075-DA4B-4FF0-AD10-8028D670A8D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2BC42075-DA4B-4FF0-AD10-8028D670A8D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2BC42075-DA4B-4FF0-AD10-8028D670A8D7}.Release|Any CPU.Build.0 = Release|Any CPU
{61706A6D-61B1-43A1-BB28-A97D4042AB48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61706A6D-61B1-43A1-BB28-A97D4042AB48}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61706A6D-61B1-43A1-BB28-A97D4042AB48}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61706A6D-61B1-43A1-BB28-A97D4042AB48}.Release|Any CPU.Build.0 = Release|Any CPU
{7C85C854-0C3A-418C-A12F-6FE1E5506439}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C85C854-0C3A-418C-A12F-6FE1E5506439}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C85C854-0C3A-418C-A12F-6FE1E5506439}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C85C854-0C3A-418C-A12F-6FE1E5506439}.Release|Any CPU.Build.0 = Release|Any CPU
{04242A51-B889-468B-A400-071DF9D692F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04242A51-B889-468B-A400-071DF9D692F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04242A51-B889-468B-A400-071DF9D692F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04242A51-B889-468B-A400-071DF9D692F7}.Release|Any CPU.Build.0 = Release|Any CPU
{2682049D-935F-4824-BDA9-B5390616A4FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2682049D-935F-4824-BDA9-B5390616A4FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2682049D-935F-4824-BDA9-B5390616A4FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2682049D-935F-4824-BDA9-B5390616A4FA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2682049D-935F-4824-BDA9-B5390616A4FA} = {022D9429-BB97-43A0-A7E8-38FBD8639487}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FBB2EF4A-4A7A-41CC-AB08-2716BF29C068}
EndGlobalSection
EndGlobal