Skip to content

ayodejidev/AnagramApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AnagramApp

Description

AnagramApp is a simple Java application that checks whether two input strings are anagrams of each other. The application takes input from the terminal and processes the strings to determine if they are anagrams, ignoring spaces and case differences.

Table of Contents

Installation

  1. Clone the repository:

    git clone https://github.com/ayodejidev/AnagramApp.git
  2. Navigate to the project directory:

    cd AnagramApp
  3. Run MainApp

Usage

To check if two strings are anagrams, follow the steps below:

  1. Run the MainApp
  2. Enter the first string when prompted.
  3. Enter the second string when prompted.

The program will output whether the two strings are anagrams.

Features

  • Takes two input strings from the terminal.
  • Ignores spaces and case sensitivity when checking for anagrams.
  • Outputs whether the two strings are anagrams.

Contributing

Contributions are welcome! Please follow these steps to contribute:

  1. Fork the project.
  2. Create a new branch.
  3. Commit your changes.
  4. Push to the branch.
  5. Open a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages