Read the question here: https://leetcode.com/problems/minimum-cost-to-make-array-equal/description/ Let the final array be [k, k, k, k, ...] (all the...
So here I am, solving a few problems on Trees. And I stumbled upon this problem: Two Sum IV - Input is a BST. One approach can be to travel the nodes...
Motivation Recently, I've been doing some problem-solving. Most of my peers do that in C++, but my preferred language is Python. I never felt that I...
No cronjobs. No extra processes in your OS.Just simple sending scheduled notifications. Where I used this: Binge-o-PhiliaFor what: To send a reminder...
Tired of installing python versions in the system, creating virtual environments in projects, pip freeze-ing, maintainingrequirements.txt, I tried...