COIN-OR::LEMON - Graph Library

Opened 14 years ago

Closed 11 years ago

#362 closed enhancement (done)

Radix sort for bidirectional iterators

Reported by: Balazs Dezso Owned by: Balazs Dezso
Priority: major Milestone: LEMON 1.3 release
Component: core Version: hg main
Keywords: Cc:
Revision id:

Description

The current implementation of radixSort allows only random access iterators. It can be extend to support bidirectional iterators.

Attachments (1)

4e6bee56cdbb.patch (2.0 KB) - added by Balazs Dezso 14 years ago.

Download all attachments as: .zip

Change History (4)

Changed 14 years ago by Balazs Dezso

Attachment: 4e6bee56cdbb.patch added

comment:1 Changed 14 years ago by Balazs Dezso

Status: newassigned

The patch [4e6bee56cdbb] adds the bidirectional iterator support.

comment:2 Changed 11 years ago by Alpar Juttner

Milestone: LEMON 1.3 release

comment:3 Changed 11 years ago by Alpar Juttner

Resolution: done
Status: assignedclosed

The following chgsets have been applied to the main branch:

Note: See TracTickets for help on using tickets.