Skip to content

ikhominitch/jv-read-from-file

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jv-read-from-file

You are given a file. You need to filter out only the words starting with w.

The result should be returned as a naturally sorted array.

All words should be lower-case. If the file does not contain the necessary words, return an empty array.

Example: Width world Wide web

Result: ["web", "wide", "width", "world"]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 100.0%