Skip to content
View kirillgrachoff's full-sized avatar
🥲
🥲

Block or report kirillgrachoff

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
kirillgrachoff/README.md

Kirill Grachev (@kirillgrachoff)

  • Bachelor degree at MIPT, DIHT (Applied Mathematics and Computer Science)
  • Student at YSDA
  • ex-SWE at Yandex.Cloud, Huawei
  • Who am I
  • I’m currently learning C++, Go, Rust and Zig
  • How to reach me
    • public email
    • telegram: kirillgrachoff
    • linkedin: kirillgrachoff

Pinned Loading

  1. ciface ciface Public

    Zig

  2. fly-io-dist-sys-challenge-rust fly-io-dist-sys-challenge-rust Public

    Rust

  3. SkewHeap.scala SkewHeap.scala
    1
    import Ordering.Implicits._
    2
    
                  
    3
    sealed abstract class SkewHeap[T] {
    4
      def merge(that: SkewHeap[T])(implicit T: Ordering[T]): SkewHeap[T]
    5
      def top: Option[T]
  4. transpose-array-type transpose-array-type Public

    Zig