Initial size handling
This commit is contained in:
parent
e028ad1a41
commit
b2c393d23a
28 changed files with 543 additions and 135 deletions
|
|
@ -17,7 +17,7 @@ Item buff[size];
|
|||
int main() {
|
||||
AvlTree<AvlNumericKey<alni>, alni> tree;
|
||||
|
||||
for (auto i : Range(size)) {
|
||||
for (auto i : IterRange(size)) {
|
||||
buff[i].data = i;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue