idel_martinez
2020-6-22 15:47:51

@idel_martinez has joined the channel


badkins
2020-6-22 17:05:28

This, plus hours of Racket coding ahead of me, makes for a great Monday afternoon :)


plragde
2020-6-22 17:42:06

(1 + 1 / x)^x approaches e as x approaches infinity. So (1 + 1 / lg n)^(lg n) is about e, and n is (lg n) (n / lg n), and the statement follows. You can make this more precise by using inequalities, but there’s also probably some imprecision in your algorithm analysis already. A lot of algorithm analysis is about making O-notation statements that you hope no one will challenge you on, because it’ll take you a week to justify them formally.


spdegabrielle
2020-6-22 20:51:14

(Quick)script of the week: “Open terminal here” https://github.com/Metaxal/quickscript-extra/blob/master/scripts/open-terminal.rkt recently updated to support MacOS and Windows, you can get it by installing or updating the quickscript-extra collection, or just copy the source directly into your DrRacket script library.