Skip to content

BootcampProjects/Week3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UniqueWordCounter

Kodluyoruz - Trendyol Bootcamp W3

Test Driven Development (TDD) Case


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.

Releases

No releases published

Packages

No packages published

Languages