'Implement alphanumeric sparse arrays in interpreter

VS2022 C++ wxWidgets

I'm writing an interpreter, and I want to implement sparse arrays with alphanumeric subscripts and data. I've been researching AVL, B-Tree and other data structures, but I'm unable to determine if any of them allow alphanumeric subscripts. Can anyone recommend a solution. Bob K.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source