Blog
716. Max Stack
Leetcode
Design a max stack that supports push, pop, top, peekMax and popMax.
Detail- 3 min
- Apr 12, 2020
244. Shortest Word Distance II
Leetcode
Given a list of words and two words word1 and word2, return the shortest distance between these two words in the list.
Detail- 3 min
- Apr 11, 2020
540. Single Element in a Sorted Array
Leetcode
Find single element in a sorted array where other elements appear twice
Detail- 7 min
- Sep 10, 2018
Deploy Angular App to Github Pages
Angular
list of instructions to deploy angular app to github pages using angular-cli-ghpages
Detail- 5 min
- Nov 26, 2017
Static Data Binding in Fragments
Android
Steps to implement data binding in android fragments
Detail- 5 min
- Oct 29, 2017
Debug Android App Over WiFi
Android
Using adb to wirelessly connect your android device
Detail- 5 min
- Oct 22, 2017
Mount Remote Files Over ssh
Shell
mount remote files with local files over ssh using sshfs
Detail- 3 min
- Oct 15, 2017