Skip to content

Commit

Permalink
Merge pull request #41 from tobbie/develop
Browse files Browse the repository at this point in the history
Develop - renamed files to correct spelling errors
  • Loading branch information
tobbie authored Nov 15, 2023
2 parents f2f30bd + 2741794 commit a60a112
Show file tree
Hide file tree
Showing 53 changed files with 104 additions and 104 deletions.
160 changes: 80 additions & 80 deletions AlgorithimsPractise.sln → AlgorithmPractise.sln
Original file line number Diff line number Diff line change
@@ -1,80 +1,80 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32319.34
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Program.EntryPoint", "AlgorithimsPractise\Program.EntryPoint.csproj", "{5B8DC148-CD3F-45B5-9071-B90BBD7863FD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{386B4A69-64D2-4310-AED1-ADD84973D304}"
ProjectSection(SolutionItems) = preProject
nuget.config = nuget.config
.github\workflows\build.yml = .github\workflows\build.yml
.github\workflows\build_sonar.txt = .github\workflows\build_sonar.txt
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Algorithms", "Algorithims\Algorithms.csproj", "{9722AB11-5056-402D-A4AD-4BEDA6157F89}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataStructures", "DataStructures\DataStructures.csproj", "{C0544D10-4E72-43F8-A5A4-0F3ACBE83ED0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common", "Common\Common.csproj", "{4A62A97F-E122-49CB-8BA9-CA49AC0A4D51}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{997BF54C-B8AC-4DB5-A288-FE712A2DE0FB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataStructures.Tests", "DataStructures.Tests\DataStructures.Tests.csproj", "{A6ECD592-6A77-486E-9BC4-CBF364DC17E4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Algorithms.Tests", "Algorithms.Tests\Algorithms.Tests.csproj", "{B37A2DC6-318A-44C5-A318-53D197AB0C71}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MicrosoftInterview", "MicrosoftInterview\MicrosoftInterview.csproj", "{334D115D-9619-480E-ACD3-ABCBD5A003FF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Patterns", "Patterns\Patterns.csproj", "{CC021A54-6B78-46A9-98B6-581117A4A5DF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5B8DC148-CD3F-45B5-9071-B90BBD7863FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B8DC148-CD3F-45B5-9071-B90BBD7863FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B8DC148-CD3F-45B5-9071-B90BBD7863FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B8DC148-CD3F-45B5-9071-B90BBD7863FD}.Release|Any CPU.Build.0 = Release|Any CPU
{9722AB11-5056-402D-A4AD-4BEDA6157F89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9722AB11-5056-402D-A4AD-4BEDA6157F89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9722AB11-5056-402D-A4AD-4BEDA6157F89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9722AB11-5056-402D-A4AD-4BEDA6157F89}.Release|Any CPU.Build.0 = Release|Any CPU
{C0544D10-4E72-43F8-A5A4-0F3ACBE83ED0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0544D10-4E72-43F8-A5A4-0F3ACBE83ED0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0544D10-4E72-43F8-A5A4-0F3ACBE83ED0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0544D10-4E72-43F8-A5A4-0F3ACBE83ED0}.Release|Any CPU.Build.0 = Release|Any CPU
{4A62A97F-E122-49CB-8BA9-CA49AC0A4D51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A62A97F-E122-49CB-8BA9-CA49AC0A4D51}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A62A97F-E122-49CB-8BA9-CA49AC0A4D51}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A62A97F-E122-49CB-8BA9-CA49AC0A4D51}.Release|Any CPU.Build.0 = Release|Any CPU
{A6ECD592-6A77-486E-9BC4-CBF364DC17E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6ECD592-6A77-486E-9BC4-CBF364DC17E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6ECD592-6A77-486E-9BC4-CBF364DC17E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6ECD592-6A77-486E-9BC4-CBF364DC17E4}.Release|Any CPU.Build.0 = Release|Any CPU
{B37A2DC6-318A-44C5-A318-53D197AB0C71}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B37A2DC6-318A-44C5-A318-53D197AB0C71}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B37A2DC6-318A-44C5-A318-53D197AB0C71}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B37A2DC6-318A-44C5-A318-53D197AB0C71}.Release|Any CPU.Build.0 = Release|Any CPU
{334D115D-9619-480E-ACD3-ABCBD5A003FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{334D115D-9619-480E-ACD3-ABCBD5A003FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{334D115D-9619-480E-ACD3-ABCBD5A003FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{334D115D-9619-480E-ACD3-ABCBD5A003FF}.Release|Any CPU.Build.0 = Release|Any CPU
{CC021A54-6B78-46A9-98B6-581117A4A5DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC021A54-6B78-46A9-98B6-581117A4A5DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC021A54-6B78-46A9-98B6-581117A4A5DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC021A54-6B78-46A9-98B6-581117A4A5DF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A6ECD592-6A77-486E-9BC4-CBF364DC17E4} = {997BF54C-B8AC-4DB5-A288-FE712A2DE0FB}
{B37A2DC6-318A-44C5-A318-53D197AB0C71} = {997BF54C-B8AC-4DB5-A288-FE712A2DE0FB}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A03B1220-245B-4CA3-AB3B-84BA197645E0}
EndGlobalSection
EndGlobal
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32319.34
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Program.EntryPoint", "AlgorithmPractise\Program.EntryPoint.csproj", "{5B8DC148-CD3F-45B5-9071-B90BBD7863FD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{386B4A69-64D2-4310-AED1-ADD84973D304}"
ProjectSection(SolutionItems) = preProject
nuget.config = nuget.config
.github\workflows\build.yml = .github\workflows\build.yml
.github\workflows\build_sonar.txt = .github\workflows\build_sonar.txt
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Algorithms", "Algorithms\Algorithms.csproj", "{9722AB11-5056-402D-A4AD-4BEDA6157F89}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataStructures", "DataStructures\DataStructures.csproj", "{C0544D10-4E72-43F8-A5A4-0F3ACBE83ED0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common", "Common\Common.csproj", "{4A62A97F-E122-49CB-8BA9-CA49AC0A4D51}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{997BF54C-B8AC-4DB5-A288-FE712A2DE0FB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataStructures.Tests", "DataStructures.Tests\DataStructures.Tests.csproj", "{A6ECD592-6A77-486E-9BC4-CBF364DC17E4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Algorithms.Tests", "Algorithms.Tests\Algorithms.Tests.csproj", "{B37A2DC6-318A-44C5-A318-53D197AB0C71}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MicrosoftInterview", "MicrosoftInterview\MicrosoftInterview.csproj", "{334D115D-9619-480E-ACD3-ABCBD5A003FF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Patterns", "Patterns\Patterns.csproj", "{CC021A54-6B78-46A9-98B6-581117A4A5DF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5B8DC148-CD3F-45B5-9071-B90BBD7863FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B8DC148-CD3F-45B5-9071-B90BBD7863FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B8DC148-CD3F-45B5-9071-B90BBD7863FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B8DC148-CD3F-45B5-9071-B90BBD7863FD}.Release|Any CPU.Build.0 = Release|Any CPU
{9722AB11-5056-402D-A4AD-4BEDA6157F89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9722AB11-5056-402D-A4AD-4BEDA6157F89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9722AB11-5056-402D-A4AD-4BEDA6157F89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9722AB11-5056-402D-A4AD-4BEDA6157F89}.Release|Any CPU.Build.0 = Release|Any CPU
{C0544D10-4E72-43F8-A5A4-0F3ACBE83ED0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0544D10-4E72-43F8-A5A4-0F3ACBE83ED0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0544D10-4E72-43F8-A5A4-0F3ACBE83ED0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0544D10-4E72-43F8-A5A4-0F3ACBE83ED0}.Release|Any CPU.Build.0 = Release|Any CPU
{4A62A97F-E122-49CB-8BA9-CA49AC0A4D51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A62A97F-E122-49CB-8BA9-CA49AC0A4D51}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A62A97F-E122-49CB-8BA9-CA49AC0A4D51}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A62A97F-E122-49CB-8BA9-CA49AC0A4D51}.Release|Any CPU.Build.0 = Release|Any CPU
{A6ECD592-6A77-486E-9BC4-CBF364DC17E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6ECD592-6A77-486E-9BC4-CBF364DC17E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6ECD592-6A77-486E-9BC4-CBF364DC17E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6ECD592-6A77-486E-9BC4-CBF364DC17E4}.Release|Any CPU.Build.0 = Release|Any CPU
{B37A2DC6-318A-44C5-A318-53D197AB0C71}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B37A2DC6-318A-44C5-A318-53D197AB0C71}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B37A2DC6-318A-44C5-A318-53D197AB0C71}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B37A2DC6-318A-44C5-A318-53D197AB0C71}.Release|Any CPU.Build.0 = Release|Any CPU
{334D115D-9619-480E-ACD3-ABCBD5A003FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{334D115D-9619-480E-ACD3-ABCBD5A003FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{334D115D-9619-480E-ACD3-ABCBD5A003FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{334D115D-9619-480E-ACD3-ABCBD5A003FF}.Release|Any CPU.Build.0 = Release|Any CPU
{CC021A54-6B78-46A9-98B6-581117A4A5DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC021A54-6B78-46A9-98B6-581117A4A5DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC021A54-6B78-46A9-98B6-581117A4A5DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC021A54-6B78-46A9-98B6-581117A4A5DF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A6ECD592-6A77-486E-9BC4-CBF364DC17E4} = {997BF54C-B8AC-4DB5-A288-FE712A2DE0FB}
{B37A2DC6-318A-44C5-A318-53D197AB0C71} = {997BF54C-B8AC-4DB5-A288-FE712A2DE0FB}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A03B1220-245B-4CA3-AB3B-84BA197645E0}
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Algorithims\Algorithms.csproj" />
<ProjectReference Include="..\Algorithms\Algorithms.csproj" />
<ProjectReference Include="..\Common\Common.csproj" />
<ProjectReference Include="..\DataStructures\DataStructures.csproj" />
</ItemGroup>
Expand Down
44 changes: 22 additions & 22 deletions AlgorithimsPractise/Program.cs → AlgorithmPractise/Program.cs
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
using static System.Console;
using DataStructures.Strings.LeetCode;
using Algorithms.Recursion;
using DataStructures.Arrays.LeetCode;
using Algorithms.Recursion.Medium;
using Algorithms.Recursion.Easy;
using Algorithms.DynamicProgramming.Medium;
using DataStructures.Graphs;
using Common;

namespace ProgramEntryPoint
{
class Program
{
static void Main(string[] args)
{
Fibonacci.Run();
//Press enter to exit program
ReadLine();
}
}
}
using static System.Console;
using DataStructures.Strings.LeetCode;
using Algorithms.Recursion;
using DataStructures.Arrays.LeetCode;
using Algorithms.Recursion.Medium;
using Algorithms.Recursion.Easy;
using Algorithms.DynamicProgramming.Medium;
using DataStructures.Graphs;
using Common;

namespace ProgramEntryPoint
{
class Program
{
static void Main(string[] args)
{
Fibonacci.Run();
//Press enter to exit program
ReadLine();
}
}
}
File renamed without changes.
2 changes: 1 addition & 1 deletion Algorithms.Tests/Algorithms.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Algorithims\Algorithms.csproj" />
<ProjectReference Include="..\Algorithms\Algorithms.csproj" />
<ProjectReference Include="..\DataStructures\DataStructures.csproj" />
<ProjectReference Include="..\MicrosoftInterview\MicrosoftInterview.csproj" />
<ProjectReference Include="..\Patterns\Patterns.csproj" />
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a60a112

Please sign in to comment.