Big-O: Not so Big…


I’m trying to learn kotlin, and my standard procedure for picking up a new language is to try and implement your basic CS101-ish data structures. Binary search trees, linked lists, etc. Generally works pretty well – it seems everyone who knows what a compiler is has written a tutorial or article on those, so it’s… Read More Big-O: Not so Big…