mostafa.saad.fci's blog

By mostafa.saad.fci, 3 years ago, In English

Recently, I have recorded a C++ programming course [Coupons] that focuses a lot on extensive practice, homework, and projects..

The course helps you master the 4 most important skills for a programmer

  • Programming skills

  • Problem-solving skills

  • Project building skills

  • OO Design skills

The relevant part here is the problem-solving part.

  • Fundamental topics such as loops and arrays are administrated with several ad-hoc algorithmic challenges.

  • After the course, one should have smooth entry to Data structures and Algorithms courses.

  • Solving in Div2-A (and maybe Div2-B) should be an easier experience.

Note: this is not an algorithms course.

  • It is a programming course that emphasizes the importance of easy-to-hard challenges.

  • Kindly read the homepage well to build proper expectations.

  • Share it with newcomers to our community.

  • Vote: I like it
  • +19
  • Vote: I do not like it

| Write comment?
»
3 years ago, # |
Rev. 2   Vote: I like it +11 Vote: I do not like it

Is it allowed to share paid courses?

Edit: I meant, is it allowed to advertise paid courses on Codeforces blogs?

  • »
    »
    3 years ago, # ^ |
    Rev. 2   Vote: I like it +5 Vote: I do not like it

    I thought a lot and tried to search. Honestly not sure. If you are aware of any police, I will immediately delete the post.

    • »
      »
      »
      3 years ago, # ^ |
      Rev. 2   Vote: I like it 0 Vote: I do not like it

      Ah, sorry, I was unclear -- I meant is it allowed to advertise paid courses via CF blog (I've edited my previous comment).

»
3 years ago, # |
  Vote: I like it +13 Vote: I do not like it

I heavily recommend this course! Before it took me 30 seconds to solve a Div2-A problems, now it takes -2 minutes!