Algorithm/steps to find Longest Prefix search in Patricia Trie

前端 未结 3 1924
梦毁少年i
梦毁少年i 2020-12-10 07:52

I am implementing Patricia tries for IP prefix lookup, I could get the code working for complete key match, but facing problems with prefix search, when there are keys whic

3条回答
  •  渐次进展
    2020-12-10 08:18

    There's a fairly-readable C implementation in the test code for LLVM: https://llvm.org/svn/llvm-project/test-suite/trunk/MultiSource/Benchmarks/MiBench/network-patricia/

提交回复
热议问题