Opened 17 years ago

Closed 14 years ago

#402 closed Bugs (fixed)

random_vertex/random_edge are unnecessarily inefficient

Reported by: Douglas Gregor Owned by: Douglas Gregor
Milestone: Component: graph
Version: None Severity: Optimization
Keywords: Cc:

Description (last modified by Douglas Gregor)

random_vertex and random_edge should require constant time for 
RandomAccessTraversal iterator, but they are still linear time.

Change History (3)

comment:1 by Marshall Clow, 15 years ago

Owner: changed from Douglas Gregor to doug_gregor
Severity: Optimization
Status: assignednew

Assigned to "doug_gregor" instead of nonexistent user "dgregor"

comment:2 by Douglas Gregor, 14 years ago

Description: modified (diff)
Owner: changed from doug_gregor to Douglas Gregor

comment:3 by Jeremiah Willcock, 14 years ago

Resolution: Nonefixed
Status: newclosed

(In [52229]) Fixes #402

Note: See TracTickets for help on using tickets.