小于 1 分钟
Home > @hz-9/algorithm > Base > clear
Base.clear() method
Clear all elements in the algorithm class.
清空算法类内所有元素。
Time Complexity: O(1)
Space Complexity: O(1)
Signature:
abstract clear(): void;Returns:
void
Home > @hz-9/algorithm > Base > clear
Clear all elements in the algorithm class.
清空算法类内所有元素。
Time Complexity: O(1)
Space Complexity: O(1)
Signature:
abstract clear(): void;Returns:
void