Tech Tips

Some tech tips that may save you some time.

How to add tap sounds to Jetpack Compose buttons

Unlike Android Views, Jetpack compose buttons don't make the satisfying tap sounds. Here's how to enable add them to compose

Useful CPP algorithms and Data Structures

Competitive programming heavily relies on efficient algorithms and data structures. While you can implement many of these from scratch, the C++ Standard Template Library (**STL**) provides a rich collection of highly optimized and widely used built-in components. Mastering them is crucial for speed and correctness in contests.