[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | tmp123 <tmp123@m...> |
| Subject: | next eleemnt in set |
Hello, Thanks for your time. I'm wondering which abstract type (set, map, ...) is the most useful to implement the following 3 methods: given a set of values, that are unique and ordered (it exists a "compare" function), it is necessary, in addition to the "add" and "remove element" methods, to have a "next" method. The next method takes as parameter one element of the set, and must return the immediatelly next element of the set, according to the provided compare function. Please, have someone any suggestion? Thanks again.