Localization Done Right

In English you put the extra string after the number, but in Chinese in need to put an extra string before the number. Therefore, you can never get the correct Chinese translation if you only translate strings. Here is an example of the bad translation from Twitch. Obviously they simply translate “views” into Chinese and […]

[LeetCode HARD] 146 LRU Cache

LeetCode has become the de facto go-to website for tech interviews. As a former competitive programmer, the LeetCode “hard”, “medium”, and “easy” problems are more like “easy”, “very easy”, “extremely easy” for me. I think it would be a good idea for me to put my solutions of some of the LeetCode hard problems here. […]

Begin typing your search term above and press enter to search. Press ESC to cancel.

Back To Top