Open edward-a opened 6 months ago
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
Thanks for supporting the development of C# Algorithms with your first issue! We look forward to handling it.
您好,您的邮件我已经收到,会尽快处理,谢谢!中建八局设计管理总院 胡伟
It doesn't seem to work. See the code below.