- Bachelor degree at MIPT, DIHT (Applied Mathematics and Computer Science)
- Student at YSDA
- ex-SWE at Yandex.Cloud, Huawei
- Who am I
- Distributed systems enjoyer fly-io challenge solution
- Concurrency expert PR
- Rust and Zig newbie
- Go enthusiast
- I’m currently learning C++, Go, Rust and Zig
- How to reach me
- public email
- telegram: kirillgrachoff
- linkedin: kirillgrachoff
🥲
Pinned Loading
-
-
-
SkewHeap.scala
SkewHeap.scala 1import Ordering.Implicits._
23sealed abstract class SkewHeap[T] {
4def merge(that: SkewHeap[T])(implicit T: Ordering[T]): SkewHeap[T]
5def top: Option[T]
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.