**Is your feature request related to a problem? Please describe.** I would like to contribute a solution to the [Min Stack](https://leetcode.com/problems/min-stack/) problem **Describe the solution you'd like** I would basically implement a stack using the LinkedList data structure.