Skip to content

yoncakaragoz/UniqueWordCounterWithTDD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UniqueWordCounterWithTDD

This project is an example of TDD. It aims to find count of unique words of a given string. You can find unit tests.

Word Count

Given a series of 'String' inputs, output the number of unique words seen.

Note:

  • words include letters and apostrophes
  • capitalization may vary on otherwise identical words
  • punctuation of ',' and '.' should be ignored

Example

This is a test.

Has four words.

This is a test and a good test.

Has six unique words.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages