c++
How to fix slow refactoring operations in CLion?
In this post learn how to make refactoring, renaming, and basic file operations in your CLion fast.
c++
In this post learn how to make refactoring, renaming, and basic file operations in your CLion fast.
c++
In this post, we discuss why you might want to change the state in a const function in C++, and how you can change the state using const_cast. We also discuss whether it is a good practice to use const_cast in C++ codebases.
c++
Priority queues are often used in greedy solutions. In this post, we learn how to make a custom priority queue that supports int, double, and pairs. What is min-heap and max-heap? Priority queues are often used in greedy solutions in Leetcode problems and OAs. Priority queues allow forĀ O(log