Binary Search

This commit is contained in:
2014-05-23 09:06:23 +02:00
parent 3dd6628718
commit 56c7d821a3
2 changed files with 29 additions and 0 deletions

View File

@@ -113,6 +113,7 @@
<Compile Include="src\Gui\Splashscreen.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="src\BinarySearch.cs" />
<Compile Include="Sorttest.cs" />
</ItemGroup>
<ItemGroup>