In post about time complexity last fortnight, we saw how we can choose the fastest among multiple algorithms by evaluating their time complexities. Sometimes speed may not be our concern, but rather conserving space inside a tiny device. So we may opt for an algorithm that takes up less space while executing. The space taken … Continue reading "Is my algorithm gobbling space?: Understanding space complexity" The post Is my algorithm gobbling space?: Understanding space complexity appeared f...| Tech 101