Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在java中编写简单的代码以在随机生成的有向图(DAG)中查找模式(理解为上层结构中元素的循环序列)。例如,我知道用于识别模式的 K-recurring 子串,但还有其他已知技术吗?
谢谢!