Skip to content

Instantly share code, notes, and snippets.

View wylswz's full-sized avatar
🏠
Working from office instead of home

Yunlu Wen wylswz

🏠
Working from office instead of home
View GitHub Profile
@wylswz
wylswz / DFANode.java
Last active July 12, 2022 11:41 — forked from edokeh/index.js
佛祖保佑,永无 BUG
package com.xmbsmdsj.regex;
import javax.xml.soap.Node;
import java.nio.file.NotDirectoryException;
import java.util.*;
public class DFANode implements Matcher{
private static final DFANode EMPTY = new DFANode(Collections.emptySet());