Pragmatism

Pragmatism means laser focusing on what you're trying to accomplish, and get it done. This problem for example can be solved probably in O(N^3) or O(N^2), but if O(N^4) is easy to implement, and the limits allow it, why not? Cheers, ACC.

Count Special Quadruplets - LeetCode





Comments

Popular posts from this blog

The power of pruning in backtracking V

Quasi FSM (Finite State Machine) problem + Vibe

The power and simplicity of IComparer V