/Cpp.Playground

:octocat: educational repo for storing my practice sessions with C and C++ as well as solutions to online courses I take relating to C/C++ programming

Primary LanguageC++

C++ Playground

This is where I keep all my non project related C and C++ source codes. Its an educational repo for documenting my progress; all my trials and tribulations with one of the "hardest" languages to master. Visit my HackerRank and CodinGame profiles to see the other ways I keep my C++ sharp.

Folder Structure

Folder Name Description
zyBooks my solution for zyBooks C++ online lesson
HackerRank my solution for HackerRank tutorials and challenges in C++
CodinGame my solution for CodinGame challenges in C++
SpacedRepetition most powerful way to remember concepts I forget
c++ tricks tips and tricks I learned along my c++ journey
c++ primer example codes/notes I made for myself for self teaching
practice my ABC (always be coding) incentive
tools programs or classes in C++ that i've made for myself

Learning/Referance material