RSS Parrot

BETA

🦜 blog :: Brent -> [String]

@byorgey.github.io.blog@rss-parrot.net

I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline! Brought to you by the RSS Parrot.

---

Brent Yorgey's academic blog

Your feed and you don't want it here? Just e-mail the birb.

Site URL: byorgey.github.io/blog

Feed URL: byorgey.github.io/blog/rss.xml

Posts: 6

Followers: 1

Competitive Programming in Haskell: tree path decomposition, part II

Published: August 8, 2024 00:00

Competitive Programming in Haskell: tree path decomposition, part II Posted on August 8, 2024 Tagged challenge, Kattis, number theory, tree, path, decomposition In a previous post I discussed the first half of my solution to…

Rivers: eventually constant streams in Haskell

Published: July 18, 2024 00:00

Rivers: eventually constant streams in Haskell Posted on July 18, 2024 Tagged Haskell, stream, river, eventually, constant, binary, 2-adic, p-adic Lately I’ve been thinking about representing eventually constant streams in Haskell. An…

Competitive Programming in Haskell: tree path decomposition, part I

Published: July 11, 2024 00:00

Competitive Programming in Haskell: tree path decomposition, part I Posted on July 11, 2024 Tagged challenge, Kattis, number theory, tree, path, decomposition In a previous post I challenged you to solve Factor-Full Tree. In this…

Products with unordered n-tuples

Published: June 25, 2024 00:00

Products with unordered n-tuples Posted on June 25, 2024 Tagged type-level programming, Haskell, product, unordered, tuples Recently, Dani Rybe wrote this really cool blog post (in turn based on this old post by Samuel Gélineau) about…

Competitive Programming in Haskell: sieving with mutable arrays

Published: June 21, 2024 00:00

Competitive Programming in Haskell: sieving with mutable arrays Posted on June 21, 2024 Tagged challenge, Kattis, number theory, sieve, mutable array In a previous post I challenged you to solve Product Divisors. In this problem, we…