algorithm - What is the complexity of creating a lexicographic tree -


एक शब्दकोषीय वृक्ष बनाने की जटिलता क्या है?

यदि आप अपने इनपुट का एक आउट बनाते हैं, तो आप इस क्वेरी को निरंतर समय में कर सकते हैं।

संपादित करें

क्वेरी खोज स्ट्रिंग की लंबाई में रैखिक है। मेरा मतलब है कि यह शब्द सूची के आकार के संबंध में निरंतर था।


Comments

Popular posts from this blog

ios - Form Sheet content disappearing -

MySql variables and php -

c++ - an enclosing-function local variable cannot be referenced in a lambda body unless if it is in capture list -