Skip to content

Commit

Permalink
README更新
Browse files Browse the repository at this point in the history
  • Loading branch information
takeru ohta committed Aug 29, 2010
1 parent ad88fc0 commit 114b0f6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@
 --ID値は、各キーに対して0以上キー数未満の値が自動的に付与される


[制約]
- キーにヌル文字('\0')を含めることはできない
 -- 内部的な区切り文字として使用しているため


[ビルド方法]
- jarファイル
 $ ant
Expand All @@ -37,6 +32,8 @@ $ java -cp jada-0.1.0.jar net.reduls.jada.bin.Search trie.idx < キーリスト
# common-prefix-search
$ java -cp jada-0.1.0.jar net.reduls.jada.bin.CommonPrefixSearch trie.idx < キーリストファイル

※ ファイルはいずれも 'キー文字列[改行]*' 形式


[Java API]
- TODO
Expand Down

0 comments on commit 114b0f6

Please sign in to comment.