SkipList<TKey,TValue> constructor (1 of 2)
Default Constructor.
public SkipList()
See Also
- class SkipList<TKey,TValue>
- namespace TheCodingMonkey.Collections.SkipList
SkipList<TKey,TValue> constructor (2 of 2)
SkipList Constructor.
public SkipList(int nRandomSeed)
| parameter | description |
|---|---|
| nRandomSeed | Random Number Seed for Height of SkipList Nodes. |
See Also
- class SkipList<TKey,TValue>
- namespace TheCodingMonkey.Collections.SkipList