Day 10:
Resuming to bootcamp...
I only studied one topic today. There is always a small test at the end of each topic and I bombed it five times. I think I'm tired and I'm not absorbing much content today.
The Discrete Mathematics test had two tough questions for me, but I think I did well. Let's see when the Professor release the grades.
8) Ongoing: Implementing Collections and Streams with Java
Today's topic were:
- Comparator java.util.Comparator; java.util.Comparable + java.util.ArrayList; java.util.Collections; java.util.List;
We used these interfaces to order lists. I didn't try to code bubble sort, insertion sort or any other sorting algorithm in Java for comparison. I've done them in python, maybe I can rewrite them in Java in the future.
Top comments (0)