https://github.com/intgr/anaxgram
Finds anagrams from a text dictionary file. For Helmes's competition
https://github.com/intgr/anaxgram
Last synced: about 1 year ago
JSON representation
Finds anagrams from a text dictionary file. For Helmes's competition
- Host: GitHub
- URL: https://github.com/intgr/anaxgram
- Owner: intgr
- Created: 2019-03-03T22:12:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-08T14:43:51.000Z (over 7 years ago)
- Last Synced: 2025-02-12T08:39:57.486Z (over 1 year ago)
- Language: Rust
- Size: 460 KB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ana*gram
Finds anagrams from a text dictionary file. For Helmes's competition at https://www.helmes.com/careers/challenge/
The code is quite ugly but who cares, it only needs to be fast. :)
## Usage
1. Install rust & cargo
2. Build:
```
cargo build --release
```
3. Download and unpack lemmad.txt from http://www.eki.ee/tarkvara/wordlist/lemmad.zip
4. Run the command:
```
./target/release/analgram lemmad.txt era
514,aer,are,era,rae,rea
```
\o/
## Authors
Marti Raudsepp