= Stack = First in Last Out container. Think like a stack of plates, you take off the top first. Really speciallized and great for things like pre/postfix parsing and like == Good For == * Keeping an order of things added == Bad For == * Everything else [[algorithms]]