view arrays/word_count/question.rst @ 0:20fea762903e

Import some exercises and solutions
author Louis Opter <kalessin@kalessin.fr>
date Sat, 29 Jun 2013 19:30:31 -0700
parents
children
line wrap: on
line source

Word Count
==========

Given a string, count the words in the string.

Twists
------

- Same thing with a file;
- Same thing without keeping the full file in memory.