Difference between revisions of "TADM2E 3.3"
From Algorithm Wiki
(Blanked the page) |
|||
Line 1: | Line 1: | ||
+ | 1. size 4 array with 3 elements. remove 1, insert 1, and so forth. <br> | ||
+ | 2. when the array is one-fourth full, shrink its size to half of what it was. | ||
+ | |||
+ | [[Data-structures-TADM2E|Back to ''Data Structures'' Problems]]... |
Revision as of 16:01, 23 July 2020
1. size 4 array with 3 elements. remove 1, insert 1, and so forth.
2. when the array is one-fourth full, shrink its size to half of what it was.