petartotev.net
- 760 total downloads
- last updated 9/24/2020
- Latest version: 1.1.0
This package is an attempt to combine and organize all DS knowledge I managed to get from my training in SoftUni and Telerik Academy. All DSs (linear and tree-based) are implemented manually, thanks to the great guidance that came from the lectures of Kiril Stanoev, Kiril Kirilov, Georgi Angelov...
More information
- 270 total downloads
- last updated 8/31/2020
- Latest version: 1.0.0
MyHashTable is a custom, personal, extended implementation of the Hashtable class that comes from using System.Collections.
I need to express my gratitude to SoftUni for the free DS(A) course they have. Inspiration and example came from one of their lectures.
- 218 total downloads
- last updated 8/26/2020
- Latest version: 1.0.0
MyLinkedList is a custom, PT personal implementation of the LinkedList class that comes along with using System.Collections.Generic.
The skeleton of this library was taken from a DSA workshop of Telerik Academy - as I am currently a .NET student in their Alpha program.