Home | Projects | Notes > Problem Solving
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)