https://github.com/therezacuet/anagram
A function that detects if two strings are anagram e.g. ‘bleat’ and ‘table’ are anagrams but ‘eat’ and ‘tar’ are not.
https://github.com/therezacuet/anagram
Last synced: 7 months ago
JSON representation
A function that detects if two strings are anagram e.g. ‘bleat’ and ‘table’ are anagrams but ‘eat’ and ‘tar’ are not.
- Host: GitHub
- URL: https://github.com/therezacuet/anagram
- Owner: therezacuet
- Created: 2019-05-21T07:36:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-21T08:18:51.000Z (over 6 years ago)
- Last Synced: 2025-01-22T21:14:59.570Z (9 months ago)
- Language: Java
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# anagram
A function that detects if two strings are anagram e.g. ‘bleat’ and ‘table’ are anagrams but ‘eat’ and ‘tar’ are not.