doocs / advanced-java

😮 Core Interview Questions & Answers For Experienced Java(Backend) Developers | 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识
https://doocs.github.io/advanced-java
Creative Commons Attribution Share Alike 4.0 International
75.75k stars 19.02k forks source link

docs: correct the solution of using Trie Tree in big-data/find-common-urls.md #309

Closed DengSchoo closed 1 month ago

DengSchoo commented 1 month ago

Using trie trees to solve the problem is limited. Here are the details explaining why it is feeble.