Skip to content

Instantly share code, notes, and snippets.

@segomin
Last active April 19, 2024 11:27
Show Gist options
  • Save segomin/dbf57df95eb0d4cfd132365e956500ef to your computer and use it in GitHub Desktop.
Save segomin/dbf57df95eb0d4cfd132365e956500ef to your computer and use it in GitHub Desktop.
algo3.13
if t.3 + t.1 ≤ 2 × t.2
2 x t.1 + t.2 + t.3 + t.4
else
t.1 + 3 x t.2 + t4
fi
when (5m + 1m > 2 x 2m)
then (1m + 3 x 2m + 10m) => 17m
when (t.3 + t.1 < 2 × t.2) t.1 이 매번 건너는게 빠름
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment