When you do informatics codes, sooner or later you are concerned with data containers and their associated complexities for inserting, getting, sorting or whatsoever. Some of them are lists, vectors, map, set etc...
Sometimes you use a container for some stuff and you get unexpected low behavior. Then you go into your manager's office and ask for complexity of what you are doing. By the way, he convinces you that you are the last of the idiots of computer scientists (thing I take as an honor), and you just change your container.
But the people who are working on containers (have you ever looked to the STL (standard template library) to see how containers are implemented ? Not sure those people are human...) should try to investigate how my desk is working. It is very messy, there is a lot of stuff on it (even food sometimes) but I always find my items in a constant time.
Well, almost always. Notably when someone put it in order (presumably the housekeeper or some terribly insane industrial spy). Then we get the worst case complexity, and I seek over the same pile of thing all over again being sure that it has been here. But nope. My mess is an ordered one. Her (or his?) order is a chaos to me.
Note that (see the picture) some people who are apparently working on chaos theory (and practice ) apply the same methodology for their blackboard !!
Sometimes you use a container for some stuff and you get unexpected low behavior. Then you go into your manager's office and ask for complexity of what you are doing. By the way, he convinces you that you are the last of the idiots of computer scientists (thing I take as an honor), and you just change your container.
But the people who are working on containers (have you ever looked to the STL (standard template library) to see how containers are implemented ? Not sure those people are human...) should try to investigate how my desk is working. It is very messy, there is a lot of stuff on it (even food sometimes) but I always find my items in a constant time.
Well, almost always. Notably when someone put it in order (presumably the housekeeper or some terribly insane industrial spy). Then we get the worst case complexity, and I seek over the same pile of thing all over again being sure that it has been here. But nope. My mess is an ordered one. Her (or his?) order is a chaos to me.
Note that (see the picture) some people who are apparently working on chaos theory (and practice ) apply the same methodology for their blackboard !!
Comments