Open Gutsonok opened 4 years ago
Fixed #137 . This bug occurs when _getNextLevel() method returned 0.
Fixed #138 and #139 . This bug occurs because of skip list was сircular.
Fixed #140. This bug occurs comparing method was called for null object.
I add implementaion for public T this[T item]. I think this should be work like a standard Dictionary type.
I divided a unit test for SkipList on some tests. And added additinal tests.
Description
Fixed #137 . This bug occurs when _getNextLevel() method returned 0.
Fixed #138 and #139 . This bug occurs because of skip list was сircular.
Fixed #140. This bug occurs comparing method was called for null object.
I add implementaion for public T this[T item]. I think this should be work like a standard Dictionary type.
I divided a unit test for SkipList on some tests. And added additinal tests.
Checklist