Curiosity Drives Innovation, Innovation Nurtures Progress.
2024-01-15
This post contains a list of LeetCode problems that I found interesting during my time practicing Data Structures and Algorithms (DSA) questions and..
2024-01-03
Support Vector Machines (SVMs) stand out as an exceptionally elegant model that has captivated me over the years. Although it is not widely employed..
2023-12-10
In this post, I will dive into a hard question that involves combinatorics, modular operations of the division among two large numbers. The original..
2023-08-01
In this article, I present a comprehensive literature review of existing research works on Offline Policy Evaluation (OPE). I have incorperated a lo..
2018-05-06
IntroductionThis blog is the second one that talking about the pointers. In the previous one, I talked about what is the pointer and why the type of..
2018-04-19
IntroductionBinary search is known as the fastest search algorithm on a sorted array. Though it works pretty good in most cases, the performance und..
2018-04-16
IntroductionPointers are most frequently used variable type in programming languages like C/C++. In this blog, I want to share my understandings abo..