I have a data set and I want to find the largest and smallest objects (several times), what is the best way to do this?
For everyone who is interested in the application, I am developing a level of detail for the system, and I need to find the elements with the largest and smallest screen errors, obviously every time I split / merge the element that I have to insert into the queue, but every time the camera moves all changes to the data set, so itβs best to use a sorted list and defer adding new items until the next sort (since this happens so often)
c # data-structures
Martin
source share