Some fixes and utils
This commit is contained in:
parent
3b31532fea
commit
70d5a6d209
5 changed files with 216 additions and 6 deletions
|
@ -133,4 +133,8 @@ public class MHelper {
|
|||
array[i2] = element;
|
||||
}
|
||||
}
|
||||
|
||||
public static int pow2(int i) {
|
||||
return i * i;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue