Featured image of post LeetCode: Binary Search template chinh phục mọi problem

LeetCode: Binary Search template chinh phục mọi problem

Gần đây mình có tham gia luyện LeetCode để tìm niềm vui sau những giờ làm việc căng thẳng. Thỉnh thoảng mình gặp khúc mắc khi đụng một vài bài cần phải áp dụng Binary Search để giải. Cho đến một ngày, mình tìm được một công thức thần thánh...

Featured image of post Stack and Heap Memory in Java

Stack and Heap Memory in Java

Memory management is an important factor in programming. Knowing how to optimize memory will help our applications run smoothly, without lag or crashes. In this article, we will learn about the roles, functions, and how each type of memory works.