| Random Link ¯\_(ツ)_/¯ | ||
| Aug 1, 2026 | » | Passing Data Asynchronously Between Producers and Consumers (.NET)
8 min; updated Aug 1, 2026
A channel is a data structure that’s used to store produced data for a consumer to retrieve, and an appropriate synchronization to enable that to happen safely, while also enabling appropriate notifications in both directions. A Toy Channel |
| Jun 6, 2026 | » | Greedy Algorithms
2 min; updated Jun 6, 2026
Sample ProblemYou are given two integer arrays:
Assign cookies such that as many children as possible are satisfied. Each child can receive at most one cookie, and each cookie can be given to only one child. A Greedy Algorithm |
| Dec 14, 2025 | » | Graphs
(1 items)
Shortest Paths in a Graph; |
| Nov 7, 2021 | » | Randomized Algorithms and Data Structures
(1 items)
Bloom Filters; |