Skip to content

Instantly share code, notes, and snippets.

@kelvinc1024
kelvinc1024 / Solution.kt
Last active May 9, 2021 20:51
[Kotlin] Fast Print Scan Template for Competitive Programming
import java.io.*
import java.util.*
fun main() {
Solution().main()
}
class Solution {
fun main() {
solve()
// https://binarysearch.com/problems/Edges-that-Disconnect-the-Graph
import java.util.*;
class Solution {
static class Result {
int lowLink;
boolean isCycle;
Result(int lowLink, boolean isCycle) {
@kelvinc1024
kelvinc1024 / japan_tax_overview_2025(sli.dev).md
Last active May 15, 2025 04:49
Japan Tax Overview: Income Tax, Capital Gains & Securities Accounts (2025)(https://sli.dev)
theme layout presenter date
apple-basic
cover
Kelvin Chandra
May 15, 2025

Japan Tax Overview: Income Tax, Capital Gains & Securities Accounts