Skip to main content
  1. Projects/

anagram

·36 words·1 min
Jake Roggenbuck
Author
Jake Roggenbuck
I am currently studying Computer Science

Anagram finder #

Method of finding anagrams

Tested with wordlist of 172787 lines long from
       - https://github.com/dwyl/english-words
==============================================

Starting Rust

real	0m0.153s
user	0m0.133s
sys	0m0.020s

-----------------
Starting Python

real	0m0.197s
user	0m0.176s
sys	0m0.020s

-----------------