Implement sorted array Indexer
#10
Labels
enhancement
New feature or request
medium
Oh you have some experience with programming huh! Come on solve this then
The Idea of Sorted Array
Indexer
is to keep a simple list ofKeys
by Some compare function for example:You have to implement the
Indexer
interface forArrayIndex
. The following function:Insert
: adds a new key while maintaining sort order try doing this inO(n)
Initialize
: Simple function to initalize the keys capacityDelete
: Do deletion inO(n)
Keys
: Implement range queries do it in most.The text was updated successfully, but these errors were encountered: