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

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.

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.