Project

General

Profile

Task #1212

Updated by Alex Afanasyev almost 11 years ago

Design and implement the data structure for CS. 

 It should support: 

 * insert with duplicate detection 
 * efficient best match lookup 
 * periodical cleanup 
 * selector support 

 Note that CS design should be approved by the team before the implementation.

Back