Author: ACMer
Given a binary search tree, write a function kthSmallest to find the kth smallest element in it. You may assume k is always valid, 1 ≤ k ≤ BST’s …
Due to an API change in SteemIt see this post, the following code to get the last vote time is not working any more – as it says the …
My servers have been recently hit by a few spam bots whether they are malicious or not. The spamer causes high CPU spikes and I have to ban those …
The easiest Parallelism in Java could be achieved by the java.util.stream.Stream utility. As a good coding exercise, the following Java code will compute the Math PI constant based on …
Those who learn coding languages are likely to have a bright future ahead of them. That’s because the tech industry is always in need of more developers, so it’s …