Training system for working with container classes.
Olshevsky A.I.
Classification by types of main data structures of container classes is considered. The possibilities of implementing them in the Java language with the help of collections are described, and in C ++ the library of STL. A formation approach has been defined that supports different sets of operations, among which there are coincident operations. Implemented a simple and intuitive user interface with tips and help on the theoretical part for each type of container classes, as well as examples of programs for a particular implementation. The effectiveness of different methods of corresponding operations is analyzed.Keywords: data structures, container classes, operation sets, efficiency of different methods.