another-guy - Z 1.0.1-b00002

Data structures and algorithms

PM> Install-Package Z -Version 1.0.1-b00002 -Source https://www.myget.org/F/another-guy/api/v3/index.json

Copy to clipboard

> nuget.exe install Z -Version 1.0.1-b00002 -Source https://www.myget.org/F/another-guy/api/v3/index.json

Copy to clipboard

> dotnet add package Z --version 1.0.1-b00002 --source https://www.myget.org/F/another-guy/api/v3/index.json

Copy to clipboard
<PackageReference Include="Z" Version="1.0.1-b00002" />
Copy to clipboard
source https://www.myget.org/F/another-guy/api/v3/index.json

nuget Z  ~> 1.0.1-b00002
Copy to clipboard

> choco install Z --version 1.0.1-b00002 --source https://www.myget.org/F/another-guy/api/v2

Copy to clipboard
Import-Module PowerShellGet
Register-PSRepository -Name "another-guy" -SourceLocation "https://www.myget.org/F/another-guy/api/v2"
Install-Module -Name "Z" -RequiredVersion "1.0.1-b00002" -Repository "another-guy" -AllowPreRelease
Copy to clipboard

Synopsis

Z started as a training project for gaining experience in designing and coding data structures and algorithms. Implementation of many classes may be pretty straightforward if not naive. You can use this package directly or fork the GitHub project and customize the Implementation to your own needs.

Code Example

TODO

References

TODO

Installation

Z is a available in a form of a NuGet package. Follow regular installation process to bring it to your project. https://www.nuget.org/packages/Z/

Tests

Unit tests are available in Z.Tests project.

License

The code is distributed under the MIT license.

Reporting an Issue

Reporting an issue, proposing a feature, or asking a question are all great ways to improve software quality.

Here are a few important things that package contributors will expect to see in a new born GitHub issue:

  • the relevant version of the package;
  • the steps to reproduce;
  • the expected result;
  • the observed result;
  • some code samples illustrating current inconveniences and/or proposed improvements.

Contributing

Contribution is the best way to improve any project!

  1. Fork it!
  2. Create your feature branch (git checkout -b my-new-feature).
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

...or follow steps described in a nice fork guide by Karl Broman

  • .NETStandard 1.6
    • NETStandard.Library (>= 1.6.0)
  • .NETStandard 1.6: 1.6.0.0

Owners

another-guy

Authors

Igor Soloydenko

Project URL

https://github.com/another-guy/Z

License

MIT

Tags

ADT,algorithms,structures

Info

21 total downloads
3 downloads for version 1.0.1-b00002
Download (6.35 KB)
Found on the current feed only

Package history

Version Size Last updated Downloads Mirrored?
1.3.0 8 KB Tue, 31 Jan 2017 07:44:51 GMT 3
1.3.0-b00015 8 KB Fri, 16 Jun 2017 22:05:15 GMT 1
1.3.0-b00014 8 KB Fri, 16 Jun 2017 17:42:04 GMT 1
1.3.0-b00012 8 KB Tue, 31 Jan 2017 07:42:39 GMT 1
1.3.0-b00011 8 KB Tue, 31 Jan 2017 07:35:44 GMT 1
1.2.0 6.5 KB Sat, 28 Jan 2017 08:28:01 GMT 2
1.2.0-b00009 6.5 KB Sat, 28 Jan 2017 08:22:58 GMT 1
1.1.0 6.42 KB Thu, 26 Jan 2017 04:50:22 GMT 2
1.1.0-b00007 6.42 KB Thu, 26 Jan 2017 04:49:37 GMT 2
1.1.0-b00005 6.35 KB Thu, 26 Jan 2017 04:46:36 GMT 1
1.0.1-b00006 6.35 KB Thu, 26 Jan 2017 04:48:41 GMT 1
1.0.1-b00003 6.35 KB Sun, 07 Aug 2016 22:39:11 GMT 2
1.0.1-b00002 6.35 KB Sat, 06 Aug 2016 02:12:42 GMT 3