Skip to content

Commit

Permalink
Latest push
Browse files Browse the repository at this point in the history
  • Loading branch information
HollowMan6 committed May 27, 2019
1 parent 2b14d20 commit fb22055
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
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 added 英文词频统计程序.exe
Binary file not shown.

0 comments on commit fb22055

Please sign in to comment.