Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
HollowMan6 authored Jan 1, 2019
1 parent 412f325 commit 0fe7c17
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# English-Word-Frequency-Statistics-Program
# English Word Frequency Statistics Program(英文词频统计程序)
English Word Frequency Statistics Program realized by C
由C语言实现
## 原理:
使用改进的二叉查找树储存单词及其出现的次数(具体见[源代码](英文词频统计程序.c)
## 测试:
使用莎士比亚戏曲进行了测试,这里附上[测试样例](shakespeare.txt)以及[测试结果](count.txt)

0 comments on commit 0fe7c17

Please sign in to comment.