You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Algorithms.NET/Algorithms.NET.csproj
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,24 @@
3
3
<PropertyGroup>
4
4
<TargetFramework>netstandard2.1</TargetFramework>
5
5
<Nullable>enable</Nullable>
6
+
<Title>AlgorithmsPlayGround.NET</Title>
7
+
<Authors>Anas Chahid</Authors>
8
+
<Description>In this library you can find the most used sorting & searching algorithms and that are must know for developers, and their implementation along with the performance comparison.</Description>
9
+
<Copyright>This package is free to use and modify.</Copyright>
0 commit comments