PetarTotev.Net.DSA.MyCollections
1.0.1
See the version list below for details.
Install-Package PetarTotev.Net.DSA.MyCollections -Version 1.0.1
dotnet add package PetarTotev.Net.DSA.MyCollections --version 1.0.1
<PackageReference Include="PetarTotev.Net.DSA.MyCollections" Version="1.0.1" />
paket add PetarTotev.Net.DSA.MyCollections --version 1.0.1
#r "nuget: PetarTotev.Net.DSA.MyCollections, 1.0.1"
// Install PetarTotev.Net.DSA.MyCollections as a Cake Addin
#addin nuget:?package=PetarTotev.Net.DSA.MyCollections&version=1.0.1
// Install PetarTotev.Net.DSA.MyCollections as a Cake Tool
#tool nuget:?package=PetarTotev.Net.DSA.MyCollections&version=1.0.1
PetarTotev.Net.DSA.MyCollections
MyCollection is a collection that contains all the Data-Structures-collections that I have studied during my training in 2 different software academies in Sofia - Telerik Academy and SoftUni. Literally a Collectionception.
So he 🏆 should go to 👨 Kiril Stanoev, 👨 Kiril Kirilov and 👨 Georgi Angelov - their great lectures inspired my interest for DS(A).
The NuGet package could be very handy if one day I need to go back and check a collection that I slightly remember but I consider potentially useful for time / memory optimization or originality.
I did my best to combine what was thaught on lectures with what I could additionally implement myself.
⚠️ WARNING: The NuGet is mas-o-menos a mixture of all the demos I watched in those lectures + my personal attempts on implementing additional methods or just filling-up the skeletons that came later as exercise.
🛸 Future Petar, no guarantees at all that MyCollections is perfectly implemented!
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
XML documentations is now fixed and should be seen in the API. This version still lacks the proper documentation. Only half of the methods are described explicitly. Next versions would include AVL tree, Red-Black-Tree, Rope, Trie and other implementations.