dotnet / dotnet/dotnet-api-docs
It will be useful to have algorithmic complexity of standard operations provided by the .NET library
- Dominant language
- C#
- Stars
- 949
- Forks
- 1.7k
- Avg merge
- 3d 27m
- Merged PRs (30d)
- 49
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.
Contributor guide
Assessment
This issue has not been assessed yet.