Category: Uncategorized


  • Fix the issue that causes updates to the Angular i18n JSON file to sometimes not work

    In the Angular Framework, the TranslateModule is commonly used to support multiple languages by managing translation string in json files for each locale. A frequent issue, however, is that updated translations may not appear in the application even after the json files have been changed. This problem is caused by the browser caching the old…

    Read More

  • Why isn’t Time Complexity of the Tromino Algorithm O(n⁴)

    Without deeper thought, one might easily assume the time complexity of the tromino algorithm is O(n^4). This is because the algorithm divides the matrix into 4 smaller subproblems, suggesting a recursive solution that calls itself 4 times. However, this is not the case. The actual time complexity of the algorithm is O(n^2). Let’s explore why.…

    Read More

  • Work in progress..

    UnopenedBox is under construction.

    Read More