📄 stdpkeyeddictuos.java
字号:
/* StdPKeyedDictUos.java
* ---------------------------------------------
* Copyright (c) 2001 University of Saskatchewan
* All Rights Reserved
* -------------------------------------------- */
package dslib.util;
import dslib.dictionary.twothreetree.*;
/** A standard p-keyed dictionary implemented using a two-three tree. */
public class StdPKeyedDictUos extends TwoThreePKeyedDictUos
{
/** Create a new p-keyed dictionary that is a set. <br>
Analysis: Time = O(1) */
public StdPKeyedDictUos()
{
super();
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -