Coding Problem: First Missing Positive IntegerAkshat Shah published on Mar 1 2021 included in coding-problemsGiven an array of integers, find the first missing positive integer in linear time and constant space.
Coding Problem: Serialize a Binary TreeAkshat Shah published on Mar 1 2021 included in coding-problemsDesign an algorithm to serialize and deserialize a binary tree.
Coding Problem: Two SumAkshat Shah published on Jan 21 2021 included in coding-problemsGiven a list of numbers and a number k, return whether any two numbers from the list add up to k.