Hi,
I have this question. In many of the problems here, some recurring data structures such as stack, queue, hash etc are required. In C++ standard library already contains implementation of them. So I guess it would not be wise to reinvent the wheel. I am curious to know how reliable are they compared to some C implementation. Does a C implementation of these data structures run faster than those implementation in C? Are those data structures (like hash) sophisticated enough (taking into account the product of state-of-the-art research work)? I mean the quicksort implementation in C is very seems to be very sophisticated taking into statistical staffs into account.
Thanks.
created
last reply
- 1
reply
- 120
views
- 2
users