Menu
Coddy logo textTech

Introduction

Lesson 1 of 25 in Coddy's Coding Problems: Volume 2 course.

In this course you will put your coding skills to the test using the different problems in each difficulty section. Solving coding problems is a key component in anyone's programming career, it helps us understand how to use the different conditions, loops, functions, lists, data structures and algorithms. Problem solving is the most important thing when it comes to coding interviews, since you are given a hard problem that needs to be solved using advanced data structures and algorithms.

This is the second part of the course Coding Problems by Zimbakov Tech


In order to start this course, you need prior knowledge with conditions, loops, functions and lists in any language from C++, Python, Java, C and C#
If you don't know any programming language, I recommend you start with C++, since it's the fastest language for solving problems and it will be a good foundation for you to start your coding journey.


I suggest you first check out my two courses about C++:

  • C++ - Beginner to Intermediate
  • C++ - Standard Template Library

When you finish the two courses you can get back to this course and practice everything you learned using the problems with different difficulties available here. Good luck!

Try it yourself

This lesson doesn't include a code challenge.

All lessons in Coding Problems: Volume 2