Skip to content

Instantly share code, notes, and snippets.

View Mjkim-Programming's full-sized avatar
💭
School

Kim min-jae Mjkim-Programming

💭
School
  • (South) Korea
  • 14:09 (UTC +09:00)
View GitHub Profile
@Mjkim-Programming
Mjkim-Programming / ccw.cpp
Created November 9, 2025 03:03
CCW Algorithm Implementation
#include <bits/stdc++.h>
using namespace std;
// [COPY START]
struct Point {
long long x, y;
};
enum Orientation { CW = -1, COLLINEAR = 0, CCW = 1 };

Keybase proof

I hereby claim:

  • I am Mjkim-Programming on github.
  • I am gaeguldev (https://keybase.io/gaeguldev) on keybase.
  • I have a public key whose fingerprint is BCFE A0FF 1731 6084 2D9C 8AE1 8443 CB0F 3024 13FD

To claim this, I am signing this object: