Login
From:
Leigh Halliday's RSS Feed
(Uncensored)
subscribe
A Stack in Ruby using Linked Lists
https://www.leighhalliday.com/stack-in-ruby-linked-lists
links
backlinks
Tagged with:
algorithms
ruby
What is a Stack? A Stack is an abstract data type in programming which has a variety of uses. The basic premise of a Stack is that you can add a new value to the end (pushing), and you can remove the last value off of the end. This is referred to…
Roast topics
Find topics
Find it!