Skip to content

My solutions for the "101 Challenges in C++ programming" book by Yashavant Kanetkar

Notifications You must be signed in to change notification settings

fabbricius/101CppChallenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

101CppChallenges

My solutions for the "101 Challenges in C++ programming" by Yashavant Kanetkar: https://www.amazon.com/Challenges-Programming-Aditya-Kanetkar-Yashavant-ebook/dp/B0753BV83K

DistoLogo

Please don't take these solutions as example, I wrote them quickly. A lot of them could be improved:

  • functions could be made smaller
  • in some place I should have used enums instead of numbers
  • I should have used more modern C++ features (lamba for instance) in some place
  • some algorithms could be improved (they are easy to read now but not very smart)
  • in general, I could have used more advanced concepts (meta-programming, design patterns)

But now I prefer to leave them as I wrote because there are easier to read and I want to keep going through the book. Beside, the solutions provided in the book are not "modern C++ oriented".

My goal is to gain experience in C++ language. There might be some french comments remaining in the first challenges, please excuse me.

About

My solutions for the "101 Challenges in C++ programming" book by Yashavant Kanetkar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages