aalhour / C-Sharp-Algorithms

:books: :chart_with_upwards_trend: Plug-and-play class-library project of standard Data Structures and Algorithms in C#
MIT License
5.91k stars 1.4k forks source link

Question about the Indexer code of the SkipList.cs #172

Open zhanong opened 1 year ago

zhanong commented 1 year ago

I don't understand the indexer code of the SkipList.cs (Line 97 in DataStructures/Lists/SkipList.cs ). It just throws an error massage instead of returning a valid value?

github-actions[bot] commented 1 year ago

Thanks for supporting the development of C# Algorithms with your first issue! We look forward to handling it.

Hyeonnee commented 1 year ago

Thanks