Skip to content
View k0ch3gar's full-sized avatar
🍉
cool
🍉
cool
  • ITMO

Highlights

  • Pro

Block or report k0ch3gar

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
k0ch3gar/README.md

Astonishing Konstantin Minecraft's profile ! ! !

Goofy ahh crocodile

Top Langs

  • 🔭 Currently working on minecraft server.
  • 🌱 Learning everything.
  • 🐇 Bunnies!
  • 🐍 Who is python?
  • 🍉 Solved HARDEST CodeForces task: 4A - Арбуз
  • 🌀 Favourite data structure - Fibonacci heap.
void WatermelonSolver(int mass) {
  std::cout << (mass > 2 && mass % 2 == 0 ? "YES" : "NO") << std::endl;
}

Languages and tools

                                 

Pinned Loading

  1. megaminx megaminx Public

    Megaminx's graphics

    C++

  2. rubik_cube rubik_cube Public

    rubik's cube with 3D graphic using opengl

    C++

  3. Fibonacci-heap Fibonacci-heap Public

    My favourite data structure.

    C++ 6 1