How does Google work??
I found an interesting image on the New York Times page and thought of linking this with my a post on my blog. This image clearly makes the layman understand the success of google’s fast search algorithm’s.
Cheers,
Vaibhav
I found an interesting image on the New York Times page and thought of linking this with my a post on my blog. This image clearly makes the layman understand the success of google’s fast search algorithm’s.
Cheers,
Vaibhav
Often i have come across code with System.out.println in it. This although works good for debugging but is one of the most low tech method for debugging.
In the Java language where a preprocessor is not available, log statements increase the size of the code and reduce its speed, even when logging is turned off. Given [...]