user1095108 / ca

c++ circular array implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ca

This is a c++ implementation of an array deque (circular buffer).

Every iterator is invalidated after insertion or erasure, including end(). Returned iterators are always valid.

build instructions

g++ -std=c++20 -Ofast array.cpp -o a

resources

About

c++ circular array implementation

License:The Unlicense


Languages

Language:C++ 100.0%