- informations needed to understand the exercises
- more general version of informations from C++ documentation
- other ideas that talk about orthodox canonical form or objective oriented programming
- below you will see more in depth dive into specific topics that helped me the most
- you can find information about the types of casting
- their limitations and proper usage in case by case basis
- related to it talk about const and its behaviour
- main syntax for using regex in C++ with explanation
- the way the templates work with their advantage and disadvanteges
- beginning of talk about algorithms and containers as they come hand in hand with templates
- the default information on how to work on containers with iterators
- some extra information about lambda functions to use the full potential of the above ones
- beginning of the explanation about Ford-Johnson algorithm which needs all of the above
- step by step explanation of the described before algorithm
- there is an error and it clearly shows how confusing algorithms can get
- showing how to visualize some more complicated concepts
- version written down on smaller number of elements
- skipping some of the explanatios from the one before to make it more clean
- adding helpful algorithms that came in handy for it and modules before it (this one is CPP09/ex02)