Added GetCount method to Stack
This commit is contained in:
@ -55,5 +55,10 @@ namespace C_.Datastructures.Stack
|
||||
}
|
||||
return default;
|
||||
}
|
||||
|
||||
public int GetCount()
|
||||
{//Return the number of items in the list
|
||||
return Count;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user