remove unused Pyramid class static method
This commit is contained in:
parent
8412e39209
commit
0fa07fc1ef
1 changed files with 0 additions and 4 deletions
|
@ -60,10 +60,6 @@ class Pyramid {
|
|||
}
|
||||
return freeIndices;
|
||||
}
|
||||
|
||||
static triangularNumber(n) {
|
||||
return (n * (n + 1)) / 2;
|
||||
}
|
||||
}
|
||||
|
||||
class MoveString {
|
||||
|
|
Loading…
Reference in a new issue