Is there an existing data structure that is of fixed size, and will push the oldest/last element out if a new element is inserted? – cs.stackexchange.com
I'm looking for a data structure that will push its oldest/last element out if a new element is inserted. For example, let D represent the structure. D contains 3 elements of the type Number D's ...
0 Comment to "Is there an existing data structure that is of fixed size, and will push the oldest/last element out if a new element is inserted? – cs.stackexchange.com"
0 Comment to "Is there an existing data structure that is of fixed size, and will push the oldest/last element out if a new element is inserted? – cs.stackexchange.com"
Post a Comment