Recent Posts

Simple Bloom Filter Implementation Part 2

2 minute read

Introduction In the last blog, we introduced the initial version of bloom filter. In the first implementation, we only tested our bloom filter on built in ty...

Simple Bloom Filter Implementation Part I

6 minute read

Recently, I’m studying some basic concepts in distributed system. The materials I’m using is Distributed Systems Concepts. I know that simply reading the boo...

[Lintcode] Triangle Count

less than 1 minute read

Given an array of integers, how many three numbers can be found in the array, so that we can build an triangle whose three edges length is the three numbe...

Ant Cheat Sheet

1 minute read

This is a simple document introducing how to write the build.xml of Ant for your projects.