A "hard" Leetcode problem with a stupidly efficient solution
Solving the Leetcode 24 Game by precomputing the results in a relatively small associative array, although it is marked as a HARD problem.
 
						
					Solving the Leetcode 24 Game by precomputing the results in a relatively small associative array, although it is marked as a HARD problem.
 
						
					How a simple code can produce amazing and complicated things. Just few lines of code!
Comparison between WebAssembly and JavaScript and which one should be chosen depending on the situation.
 
						
					Is synchronous XHR obsolete? Some reasons that synchronous XHR may here to stay.
A clever logarithmical solution for Leetcode Pens and Pencils problem
