Pointers and References in C++ (Part II)Did some handy exercises in pointers and references. Was fun, so you can try as well.Oct 10, 2023Oct 10, 2023
Memory Management in C++We’ll go over class constructors, destructors — implicit (stack) and explicit (heap) and copy constructor.Oct 2, 2023Oct 2, 2023
References and Pointers in C++Few years ago, in some blog post I had read how to become a proficient programmer. Some of the advice were to learn different types of…Sep 24, 2023Sep 24, 2023
Published inWomen in TechnologyKnight Probability in Chessboard (DP)Question:Aug 17, 2023Aug 17, 2023
Published inPython in Plain EnglishPCPP1- Python Professional Certification ExamTook the Certified Professional in Python Programming 1 (PCPP1) exam as I was curious what a professional certification questions and exams…Jul 27, 2023Jul 27, 2023
Target Sum (DP)You are given an integer array nums and an integer target . You want to build an expression out of nums by adding one of the symbols + and…Jul 10, 2023Jul 10, 2023
Published inPython in Plain EnglishMetaprogramming — PythonMetaclass is a class whose instances are classes. Just like how ordinary class defines the behavior of certain objects, a metaclass allows…Jul 8, 2023Jul 8, 2023