Interview Algorithms: Difference between revisions
| Line 89: | Line 89: | ||
==Bit tricks== | ==Bit tricks== | ||
See https://www.geeksforgeeks.org/bit-tricks-competitive-programming/ | See https://www.geeksforgeeks.org/bit-tricks-competitive-programming/ | ||
It's rare that you will need bit tricks for an interview. However some leetcode questions may require them to get decent performance. | |||
The most useful one is | The most useful one is | ||