Skip to content

ppuryear/check_anagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

check_anagram

This repository contains a small tool that allows you to check whether two strings are anagrams.

Currently, there are three implementations: one in Python (check_anagram.py), one in C++ (check_anagram.cc), and one in Go (check_anagram.go). All are invoked using roughly the same command-line syntax, so which one you use is a matter of preference.

Python

The Python implementation requires Python 3 and can simply be run as a script (run check_anagram.py -h for details).

C++

To build the C++ implementation, you need the following installed on your system:

Run cmake in the root directory to generate build files (e.g. Makefiles) for your platform.

Go

The Go implementation can be built via go build check_anagram.go or similar.

About

Small tool(s) to determine whether two strings are anagrams.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published