This was an easy problem. But I fell into the trap thinking that, down payment = monthly payment. But The monthly payment is loan_payment /...
[Read More]
Almost all C++ STL containers rely on strict weak ordering. For example, when sorting a std::vector using std::sort, we have to either pass a comparator...
[Read More]
Exercise 1.1.1: We have to give a counterexample. The first counterexample can be produced when $N = 2$. Imagine we have $2N = 4$ points:...
[Read More]
In this post, I’ll write about how I integrated latex typesetting into beautiful-jekyll based web page. Check out beautiful-jekyll website to learn more about how...
[Read More]