ruzhila / replace-sensitive-word-java

Use Trie tree to replace sensitive words, implemented with 100 lines of Java code

Home Page:https://ruzhila.cn/?from=github_trie_java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use Trie tree to replace sensitive words, implemented with 100 lines of Java code

By ruzhila.cn, a campus for learning backend development through practice.

This is a tutorial code demonstrating how to use Java replace sensitive words. Pull requests are welcome. 👏

cli

Usage

javac Trie.java
java Trie

About

Use Trie tree to replace sensitive words, implemented with 100 lines of Java code

https://ruzhila.cn/?from=github_trie_java

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Java 100.0%