Relative Content

Tag Archive for visual-c++b-tree

B-tree insertion problem, error: vector subscript out of range

i’m running into some problems related to my B-tree implementation program, 50 elements and below work fine but doing it with 100 elements yield the error: vector subscript out of range
Here is the code and the debug output console that i tried to implement in my program: