Go Struct And Stack Data Structure
A byte-sized article that can teach or remind you of a programming concept and/or language in <2 minutes.
Stack
Stack is a LIFO (last-in-first-out) data structure. It's usually used to convert a recursive solution into an iterative solution.
ℹ️ It i...
phuctm97.hashnode.dev2 min read