C-Sharp-Algorithms icon indicating copy to clipboard operation
C-Sharp-Algorithms copied to clipboard

SkipList is broken

Open edward-a opened this issue 1 year ago • 2 comments

It doesn't seem to work. See the code below.

  SkipList<int> sl = new();
  sl.Add(1);
  sl.Add(2);
  sl.Remove(1);
  // Error: sl.Count == 2

edward-a avatar May 18 '24 20:05 edward-a

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

github-actions[bot] avatar May 18 '24 20:05 github-actions[bot]

您好,您的邮件我已经收到,会尽快处理,谢谢!中建八局设计管理总院 胡伟

hoowee avatar May 18 '24 20:05 hoowee