Skip to content

A simple program for checking whether two strings are anagrams

Notifications You must be signed in to change notification settings

lonewolf107/csci121-anagram

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anagram

A simple Java program for checking whether two strings are anagrams.

Usage:

> java Anagram hello world
false
> java Anagram reactive creative
true

About

A simple program for checking whether two strings are anagrams

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%