* [mypy] Add/fix type annotations for linked queue in data_structures * add return type annotation to __iter__ * Add more readable syntax
* update LinkedQueue * add type hint and rename
* Add LinkedQueue * Add LinkedStack