ChowderII / CKeyword

C Keyword Extractor using TF/IDF
MIT License
3 stars 1 forks source link

Test hashmap #4

Open ChowderII opened 6 years ago

ChowderII commented 6 years ago

This test program will test the functionality of a hasmap. In a nutshell, the hashmap is a structure to hold data that allows very fast lookups. Compared to a started list where the program has to test every single cells, the hashmap is direct.

Program needs these features

This issue can be used in conjunction with #3

ChowderII commented 6 years ago

Changes in design need to be reflected on test. Will update as soon as working prototype is implemented.