Skip to content

Instantly share code, notes, and snippets.

View nguyenkhadl's full-sized avatar

Kha Dang nguyenkhadl

  • VietNam
View GitHub Profile
@nguyenkhadl
nguyenkhadl / DisappointingGroup.java
Last active May 15, 2024 02:03 — forked from kietdo360/DisappointingGroup.java
Java coding challenge
package com.examplefoobar.utils;
import javax.annotation.concurrent.ThreadSafe;
import java.io.Closeable;
import java.io.FileWriter;
import java.util.Collections;
import java.util.HashSet;
import java.util.Objects;
import java.util.concurrent.atomic.AtomicBoolean;