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.
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.
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