This website requires JavaScript.
Explore
Help
Sign In
luke-else
/
DataStructuresCSharp
Watch
1
Star
0
Fork
0
You've already forked DataStructuresCSharp
Code
Issues
6
Pull Requests
Projects
1
Releases
Wiki
Activity
fdd1461e3a
DataStructuresCSharp
/
C#
/
Datastructures
History
Luke Else
fdd1461e3a
Added Push, Pop and Peek methods to Stack
2022-03-28 23:08:19 +01:00
..
Nodes
StackNode Created - Provisional setup
2022-03-26 22:31:47 +00:00
DoublyLinkedList.cs
Updated insert method to allow items to be added to the end of the list.
2022-03-23 21:20:19 +00:00
LinkedList.cs
Bugs fixed on Delete and Insert Methods
2022-03-19 00:00:13 +00:00
Stack.cs
Added Push, Pop and Peek methods to Stack
2022-03-28 23:08:19 +01:00