/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

siderite.dev
| | www.nayuki.io
22.4 parsecs away

Travel
| | [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
14.9 parsecs away

Travel
| | 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
4.3 parsecs away

Travel
| |
| | text.marvinborner.de
27.1 parsecs away

Travel
| 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).