Home | Projects | Notes > Coding Interview Questions
LC - E - 141. Linked List Cycle (unordered_set, Floyd's Cycle Detection Algorithm - Two Pointers)
LC - E - 762. Prime Number of Set Bits in Binary Representation (bit manipulation)
LC - E - 1047. Remove All Adjacent Duplicates In String 1 (stack)
LC - E - 1209. Remove All Adjacent Duplicates In String 2 (stack, recursion)
LC - E - 1356. Sort Integers by The Number of 1 Bits (struct, qsort, bubble sort)
LC - M - 658. Find K Closest Elements (multimap, vector, sort)
EPI - 5.1. Computing the Parity of a Word (bit manipulation)
EPI - 5.4. Find a Closest Integer with the Same Weight (bit manipulation)