ZongXian Shen

Results 4 issues of ZongXian Shen

I'd like to propose the new set of operation interfaces for HashMap container. - Container Status Code: - `SUCC`: Indicate that the operation is finished successfully. - `END`: Indicate that...

Hey TienLung, Please refer to this API draft and try to refine the implementation. ``` c // The constructor Stack* StackInit(); // The destructor void StackDeinit(Stack*); // Push an item...

Currently, we just get the DS size and rely on the single operator to iterate the entire DS. But it will be inefficient if the operator cannot access the item...

wontfix

Vector: sort() List: sort()