Files
learngo/23-project-log-parser/exercises
2019-04-12 17:20:53 +03:00
..
2019-04-12 17:20:53 +03:00
2019-04-12 17:20:53 +03:00
2019-04-12 17:20:53 +03:00
2019-04-12 17:20:53 +03:00

Exercises

Let's exercise with the scanner and maps.

  1. Uppercaser

Use a scanner to convert the lines to uppercase, and print them.

  1. Unique Words

Create a program that counts the unique words from an input stream.

  1. Grep Clone

Create a grep clone. grep is a command-line utility for searching plain-text data for lines that match a specific pattern.