minus-squarecornishon@lemmygrad.mltoProgrammer Humor@programming.dev•My new static, multi-page calendar applicationlinkfedilinkarrow-up2·14 days agoSince the data structure has a static size, that is N is constant (12 months, 365 days) , technically any operation on it is O(1). linkfedilink
Since the data structure has a static size, that is N is constant (12 months, 365 days) , technically any operation on it is O(1).