0

can i have a codes for stacks?

12th Aug 2016, 4:38 AM
Jane Perez
Jane Perez - avatar
2 Answers
0
sure
12th Aug 2016, 3:37 PM
Kumarr Tridevv
Kumarr Tridevv - avatar
0
If you mean the Stack data structure there's one in System.collections.stack https://msdn.microsoft.com/en-us/library/system.collections.stack(v=vs.110).aspx If you wanted to write your own, you could with an class exposing push and pop methods adding and removing from a local array variable
13th Aug 2016, 9:19 PM
Dave