aalhour / aalhour/C-Sharp-Algorithms
SLinkedList bug
Đang mở
- Ngôn ngữ chính
- C#
- Star
- 6.2k
- Fork
- 1.4k
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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);
}
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.