Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stigkj/simple-anagram-searcher

Simple anagram solver
https://github.com/stigkj/simple-anagram-searcher

Last synced: about 2 months ago
JSON representation

Simple anagram solver

Awesome Lists containing this project

README

        

# Simple anagram searcher

This is a simple anagram searcher that takes a file with a list of words as input and searches for anagrams in it.

## Build it

```bash
./gradlew build
```

## Run it

```bash
java -jar build/libs/simple-anagram-searcher-execjar.jar
```