Difference between revisions of "TADM2E 3.3"
From Algorithm Wiki
(Blanked the page) |
(Undo revision 1142 by FuckyouMatt (talk)) |
||
(2 intermediate revisions by 2 users not shown) | |||
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]]... |
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.