Circular Buffer Array

Home > Computer Science > Algorithms and data structures > Arrays > Circular Buffer Array

An array where the beginning and the end are connected, forming a loop, which allows for efficient insertion and removal at both ends.