aalhour / aalhour/C-Sharp-Algorithms
SLinkedList bug
未關閉
- 主要語言
- C#
- 星號
- 6.2k
- 分支
- 1.4k
- PR 合併指標
- 30 天內沒有已合併 PR
描述
when code write is
var s = new SLinkedList();
foreach (var item in s)
{
Console.WriteLine(item);
}
function MoveNext _current is null
public bool MoveNext()
{
_current = _current.Next;
return (this._current != null);
}
貢獻指南
評估
這個 Issue 還沒有評估資料。