public class NumArray extends Object
| Constructor and Description |
|---|
NumArray(int[] nums) |
| Modifier and Type | Method and Description |
|---|---|
int |
sumRange(int left,
int right) |
void |
update(int index,
int val) |
Copyright © 2021. All rights reserved.