Learnt Java
Part of being a good programmer is theory and understanding how algorithms and data structures work under the hood. Of course, everyone can use them. After a long time of figuring things out, I rebuilt the LinkedList data structure in Java today and got to grips with the other DSs: 

- Maps,
- Trees,
- arrays
- lists
- queue 
- deque