项目作者: ani8897

项目描述 :
Sequential IP address lookup in the routing table of routers has complexity O(n). This lookup can be reduced to O(1) time complexity, trading of with the space complexity which can be exponential in the worst case i.e. exp(2,33) - 1 on implementing tries.
高级语言: C++
项目地址: git://github.com/ani8897/IP-address-lookup-using-Tries.git
创建时间: 2017-03-17T18:58:37Z
项目社区:https://github.com/ani8897/IP-address-lookup-using-Tries

开源协议:

下载