2021
2020
2019
2017
- So long, HackerEarth! OCT 31
- How to become better at reading and debugging code MAY 07
- Is it boring working in Web Development startups? APR 15
- A millennial's thoughts on embarking as a Software Engineer FEB 11
- Extended Euclid Algorithm to find GCD and Bézout's coefficients FEB 04
- How to find Multiplicative Inverse of a number modulo M? JAN 28
- Fastest way to check if a number is prime or not - Python and C++ Code JAN 21
- Most efficient way to find factors of a number - C++ and Python Code JAN 14
- What it takes to develop, test and release a Software Product? JAN 07
2015
2014
2013
- What is Memoization? What is Dynamic Programming? Let's take an example JUL 07
- Greatest Common Divisor of a list of numbers - C++ and Python Implementation JUN 02
- Fast Power Algorithm - Exponentiation by Squaring - C++ and Python Implementation MAY 18
- Collection of Python posts for beginners JAN 12
- How to compute Time Complexity or Order of Growth of any program JAN 11
- Python: Dictionary and its properties JAN 10
- Python: Lists and List methods JAN 09
- Python: Tuples and Basic Operations on Tuples JAN 09
- Basics of Recursion with an example in Python JAN 08
- Python: Linear Search v/s Bisection (Binary) Search JAN 08
- Python: Finding Square Root using Guess & Check Algorithm JAN 07
- Python: Perform repetitive tasks using Iteration or Loop JAN 06
- Python: Branching code flow using if - else - elif JAN 05
- Python: Strings and it's frequently used methods JAN 04
- Python: Arithmetic and Logical Operators JAN 03
- Python: Objects and Types JAN 02