Skip to content

f0c14e08c2/adfa074714

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Idea

Implementation is based on binary search with strong range limitation.

Content

This repo contains sources as maven project and compiled java classes in 'bin' folder

Run

Use following command, from current directory, to execute application:

java AnagramApplication dict.txt word

Timing is shown in microseconds (µs) and looks like for word 'era'

1599,rea,rae,are,aer

Notes

This application can work much faster if:

  • Repeat operation without JVM restart
  • Make it case sensitive
  • Keep case insensitive but resort initial dictionnary

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages