History of ClassS04CS141/Hwk1Mistakes

ClassS04CS141 | recent changes | Preferences


Revision 8 . . May 2, 2004 4:53 pm by 66-215-206-110.riv-eres.charterpipeline.net
Revision 7 . . May 1, 2004 9:25 pm by 66-215-205-98.riv-eres.charterpipeline.net
  

Difference (from prior major revision) (no other diffs)

Added: 42a43,46
i=1..n log i is dominated by the last term of the sum, which is log n, therefore the sum is O(log n), which is O(n log n)

This is wrong. This would be true if the terms in the sum formed a geometric sequence. They DO NOT in this example.


Changed: 55c59
Yes, but this is not a proof by induction. Here you map vertices to edges one to one, except the root. This is a completely different strategy...
Yes, but this is not a proof by induction. Here you map vertices to edges one to one, except the root. This is a completely different strategy...

ClassS04CS141 | recent changes | Preferences
Search: