Description
Issue moved from MicrosoftDocs/feedback#3306
- Please respond to @katoch.
From @katoch on Wednesday, December 2, 2020 3:23:26 AM
Is your feature request related to a problem? Please describe.
I'm surprised that most microsoft references for .NET library do not provide complexity information for standard operations. In comparison the C++ standard library documentation has this for all standard library operations.
Describe the solution you'd like
A brief mention of space/time complexity for operations will be useful in determining optimal solutions while writing code in .NET. The references are not complete without this information in my opinion.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.