I've seen many people asking for complexity of their own algorithms but is it possible to see the time/space complexity of all the functions (e.g string.indexof etc) in C# ? and if possible we could see the algorithm they implement???
if its possible, where can we find??