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 中,每次遍历所有元素时都会使用字符串方法,并使用 O(n) 找到长度,或者将长度存储在某处以在我们查询长度时返回 - 具有恒定的时间复杂度。