Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/stigkj/simple-anagram-searcher
- Owner: stigkj
- Created: 2013-01-15T20:32:22.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-16T23:21:48.000Z (about 12 years ago)
- Last Synced: 2023-04-11T10:55:54.050Z (almost 2 years ago)
- Language: Java
- Homepage:
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```