We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
「文字列 s の部分文字列であって正規言語 L に含まれるものの数」とか「長さ k 未満の文字列 s ∈ Σ˂ᵏ であって正規言語 L に含まれるものの数」とかは全部まとめて処理できる。普通に正規表現の構文解析して DFA に落とすのをやるだけ
ないよりはあった方がいいかなって
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description / 説明
「文字列 s の部分文字列であって正規言語 L に含まれるものの数」とか「長さ k 未満の文字列 s ∈ Σ˂ᵏ であって正規言語 L に含まれるものの数」とかは全部まとめて処理できる。普通に正規表現の構文解析して DFA に落とすのをやるだけ
Motivation / 動機
ないよりはあった方がいいかなって
The text was updated successfully, but these errors were encountered: