https://github.com/ropes/go-anagrams
Simple Go library to check and find anagrams of words. Works off of linux system words for replacement functionality.
https://github.com/ropes/go-anagrams
Last synced: about 1 year ago
JSON representation
Simple Go library to check and find anagrams of words. Works off of linux system words for replacement functionality.
- Host: GitHub
- URL: https://github.com/ropes/go-anagrams
- Owner: Ropes
- License: mit
- Created: 2014-07-22T07:23:00.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-10-24T14:13:55.000Z (over 8 years ago)
- Last Synced: 2025-02-08T15:16:50.300Z (over 1 year ago)
- Language: Go
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
go-anagrams
===========
Simple Go library to check and find anagrams of words. Works off of linux system words for replacement functionality.