We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0f080a commit f360219Copy full SHA for f360219
src/js/data-structures/avl-tree.js
@@ -1,7 +1,7 @@
1
import { Compare, defaultCompare } from '../util';
2
import BinarySearchTree from './binary-search-tree';
3
import { Node } from './models/node';
4
-
+// 自平衡树
5
const BalanceFactor = {
6
UNBALANCED_RIGHT: 1,
7
SLIGHTLY_UNBALANCED_RIGHT: 2,
0 commit comments