-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2b14d20
commit fb22055
Showing
2 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,16 @@ | ||
# English Word Frequency Statistics Program(英文词频统计程序) | ||
|
||
[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) | ||
[![GPL Licence](https://badges.frapsoft.com/os/gpl/gpl.svg?v=103)](https://opensource.org/licenses/GPL-3.0/) | ||
|
||
English Word Frequency Statistics Program realized by C | ||
|
||
由C语言实现 | ||
|
||
## 原理: | ||
|
||
使用改进的二叉查找树储存单词及其出现的次数(具体见[源代码](英文词频统计程序.c)) | ||
|
||
## 测试: | ||
|
||
使用莎士比亚戏曲进行了测试,这里附上[测试样例](shakespeare.txt)以及[测试结果](count.txt) |
Binary file not shown.