List Problems
- Find the largest and smallest values without built-ins.
- Remove duplicates while preserving order.
- Move all zeroes to the end.
- Rotate a list by
kpositions. - Find pairs that add up to a target.
- Merge two sorted lists.
- Find the missing number from
1ton. - Find the intersection of two lists.
- Find the maximum sum of a contiguous sub-list.
- Group values by their frequency.