|
You are here |
siderite.dev | ||
| | | | |
www.nayuki.io
|
|
| | | | | [AI summary] This article introduces a multi-language open-source library for generating QR codes based on the ISO specification, highlighting its compact size, correctness, and availability in Java, TypeScript, Python, Rust, C++, and C. | |
| | | | |
spin0r.wordpress.com
|
|
| | | | | It's well known that the quickselect algorithm, which runs in average case linear time, can be made linear time in the worst case as well, by using the median of medians strategy to select the pivot. This also allows us to implement quicksort in guaranteed $latex O(n \log n)$ time. While median-of-medians is theoretically interesting,... | |
| | | | |
mariusbancila.ro
|
|
| | | | | ||
| | | | |
text.marvinborner.de
|
|
| | | This article describes a variadic extension to the default fixed-point combinator namely the Y-combinator. We do this by translating the Scheme code from a paper to bruijn (pure lambda calculus). | ||