Difference between revisions of "TADM2E 3.3"
From Algorithm Wiki
(Recovering wiki) |
(Undo revision 1142 by FuckyouMatt (talk)) |
||
(4 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | 1. size 4 array with 3 elements. remove 1, insert 1, and so forth. | + | 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. | 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]]... | [[Data-structures-TADM2E|Back to ''Data Structures'' Problems]]... |
Latest revision as of 12:11, 2 August 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.