LeetCode 581. Shortest Unsorted Continuous SubarrayProblem: Given an integer array nums, find the smallest subarray that needs to be sorted (ascending) in order for the whole array to be…Jun 3, 2022Jun 3, 2022
LeetCode 135. CandyThis is a hard question that has many different solutions. In this article, I’ll discuss two of them. The first one is more intuitive and…Jun 2, 2022Jun 2, 2022
LeetCode 1650. Lowest Common Ancestor of a Binary Tree IIIThis question is one of the variations of the “Lowest Common Ancestor of a Binary Tree” problem and goes as follows:Jun 1, 20221Jun 1, 20221
Bitcoin Indicator: Net Unrealized Profit/LossFacing the rapid expansion of the crypto space and the recent huge price actions on Bitcoin and altcoins, investors might find it helpful…Feb 3, 2021Feb 3, 2021
Deploy Django App With Docker and Gunicorn in 3 Easy StepsIn our last article, we showed you how to create a simple Django app in 5 steps. If you haven’t read it yet, go ahead and check it out!Dec 21, 2020Dec 21, 2020
Create a simple Django Backend App in 5 StepsDjango is an incredibly powerful and popular web framework with tons of plugins available and a large community. It can be used to develop…Dec 21, 2020Dec 21, 2020
Image Retrieval Using Pre-trained ResNet in 5 StepsGot an image and wanna find similar images from your image folder or database? Image retrieval can be very useful in a lot applications…Dec 16, 2020Dec 16, 2020
Install Kubeflow in 10 Steps on MacOSKubeflow is a great tool to implement Machine Learning pipelines on a Kubernetes cluster. It supports a lot of cloud platforms, but…Sep 23, 20202Sep 23, 20202