PinnedAbhishek GururaniWhat’s new in Kotlin for Android, #GoogleIO 2023Last year in 2022, Kotlin completed 5 whole years as the officially supported language for Android Development. Here’s a list of 4 new…May 11, 20231May 11, 20231
Abhishek GururaniHow to use popUpTo and popUpToInclusive in Navigation Framework?Are you struggling to understand how Navigation Component in Android deals with the Back Stack when transitioning between fragments? If so…Apr 28, 20232Apr 28, 20232
Abhishek GururaniGoogle’s recommended way to implement Splash-Screen in your Android AppLet’s quickly understand why do we need a splash-screen in our apps, startup of any android application can be divided into three types,Sep 30, 20222Sep 30, 20222
Abhishek GururaniLeetcode : Best Time To Buy And Sell Stock IVHere’s the problem statement -> linkSep 10, 2022Sep 10, 2022
Abhishek GururaniDemystifying S.T.L. functions upper_bound() & lower_bound();There are a lot of articles/documentations on the internet that start with the defintion of upper_bound() & lower_bound(), but I don’t want…Aug 3, 2022Aug 3, 2022
Abhishek GururaniHow to find Kth smallest element in a Sorted Matrix!?There are a couple of ways to solve this problem, more widely used is the one using a Heap Data Structure. Whose TC: O(N*N*logk), and SC…Aug 2, 2022Aug 2, 2022
Abhishek GururaniHow to delete node in a Binary Search TreeYou must be wondering what makes this so hard, just chuck a node and that’s it. Well, not that easy..not that easy. The major issue is to…Apr 17, 2022Apr 17, 2022
Abhishek GururaniHow to print all unique subsets of a set, using recursion and bit-manipulation.Here’s my quick two cents on how to solve this problem:Apr 10, 2022Apr 10, 2022
Abhishek GururaniPiping on Linux 101Ever wondered how those Linux gurus write boggling commands on the command line and how it gets the job done?Mar 25, 2022Mar 25, 2022