Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jefking/king.collections
Generic Collections & Sorting
https://github.com/jefking/king.collections
bubble collections dotnet generic memory priority priority-queue quick selection shell sorting
Last synced: 27 days ago
JSON representation
Generic Collections & Sorting
- Host: GitHub
- URL: https://github.com/jefking/king.collections
- Owner: jefking
- License: mit
- Created: 2014-08-03T16:51:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-05-22T18:22:59.000Z (over 5 years ago)
- Last Synced: 2024-08-09T18:54:12.850Z (5 months ago)
- Topics: bubble, collections, dotnet, generic, memory, priority, priority-queue, quick, selection, shell, sorting
- Language: C#
- Homepage: https://www.nuget.org/packages/King.Collections
- Size: 81.1 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Generic Collections & Sorting
### Collections
+ [First In First Out](http://en.wikipedia.org/wiki/FIFO#Computer_science)
+ [Priority Collection](http://en.wikipedia.org/wiki/Priority_queue)
+ [Tree](http://en.wikipedia.org/wiki/Tree_%28data_structure%29)### Sorts
+ [Shellsort](http://en.wikipedia.org/wiki/Shellsort)
+ [Quicksort](http://en.wikipedia.org/wiki/Quicksort)
+ [Selection](http://en.wikipedia.org/wiki/Selection_sort)
+ [Bubble](http://en.wikipedia.org/wiki/Bubble_sort)### [NuGet](https://www.nuget.org/packages/King.Collections/)
```
PM> Install-Package King.Collections
```### [Wiki](https://github.com/jefking/King.Collections/wiki)
View the wiki to learn how to use this.### CI
[![Build status](https://dev.azure.com/jefkin/oss/_apis/build/status/King.Collections)](https://dev.azure.com/jefkin/oss/_build/latest?definitionId=15)