Get Started. It's Free
or sign up with your email address
WordCount by Mind Map: WordCount

1. Eingabe

1.1. beliebiger Text als string

1.1.1. einlesen aus Console

1.1.2. einlesen aus Datei

2. Ausgabe

2.1. Unique Wörter

2.1.1. Anzahl pro Wort

3. Verarbeitung

3.1. string in Wörter spalten

3.1.1. Neue Wörter anlegen

3.1.1.1. Wörter sortieren

3.1.2. Wörter zählen

4. Variablen/ Datentypen

4.1. struct UniqueWords[]

4.1.1. string word

4.1.2. int count