Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 337 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 337 Bytes

Dictionary

C, C++, MFC

It is a dictionary program using vector and binary tree of C++ STL. If there is a lot of data, the data load will take a long time, showing only 2000 words and loading the remaining data when the scrollbar reaches the end.

Because it is a study project, the design and algorithm are rather weak. Note please.