Skip to content

Commit b3c4099

Browse files
committed
Removed edge case
1 parent 822f161 commit b3c4099

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

aoc/2025/09/09.vn.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ def inside(p):
8484
# Evil ray algorithm
8585
# To be inside, the four rays must cross
8686
# something
87-
if p in inp: return True
8887
x, y = p
8988

9089
rays = [

vicutils/geometry/geometry.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+

0 commit comments

Comments
 (0)