Pranav AhluwaliaThe Hierarchy of MotivationIt is apparent to me that in life, there is a hierarchy of motivation. Your motivations in life effect what you pursue, and in time what…Nov 30, 2022Nov 30, 2022
Pranav AhluwaliaFibonacci Sequence Exploration — Patterns, Proofs, CodeIn this article we will explore various algorithms for calculating the nth Fibonacci term, derive formulas for various Fibonacci sums, and…Nov 14, 2021Nov 14, 2021
Pranav AhluwaliaHow to Ace Number Theory (and Other Proof-Based Classes)This Summer I took a course on number theory. The course was challenging but with the right study techniques, I was able to land an A in…Jun 28, 2021Jun 28, 2021
Pranav AhluwaliaTrailing Zeros of A Factorial With Legendre’s FormulaUsing a formula from number theory, we can calculate the number of trailing zeros at the end of any factorial.Jun 8, 2021Jun 8, 2021
Pranav AhluwaliaPerformance Psychology For Computer Science and MathThoughts on deliberate practice in Computer ScienceMay 30, 2021May 30, 2021
Pranav AhluwaliaC++ For Jupyter NotebookWhen I’m experimenting with models I typically prefer to have my math and code in the same place. Python is the language of choice for…Nov 29, 2020Nov 29, 2020
Pranav AhluwaliaSimple Monte Carlo Options Pricer In PythonToday we will be pricing a vanilla call option using a monte carlo simulation in Python. Monte Carlo models are used by quantitative…Nov 28, 2020Nov 28, 2020
Pranav AhluwaliaThe ONLY Poker Books Worth ReadingOne of the trickiest parts about improving as a Poker player is finding high quality learning resources. There are numerous successful…Nov 24, 2020Nov 24, 2020
Pranav AhluwaliaBinary Tree Traversal Cheat SheetTraversing binary trees is a fundamental skill required for coding interviews. Today I will teach you the main ways of traversing a binary…Nov 24, 2020Nov 24, 2020
Pranav AhluwaliaBasic Counterfactual Regret Minimization (Rock Paper Scissors)Original Post on my Blog:Nov 24, 2020Nov 24, 2020