[PR #138] [MERGED] Anagrams #370

Closed
opened 2026-01-29 15:12:09 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/138
Author: @maysanchez
Created: 8/13/2018
Status: Merged
Merged: 10/8/2019
Merged by: @ashwek

Base: masterHead: master


📝 Commits (2)

  • 6f50f4a Added a program that evaluates if two words are anagrams
  • c30a409 Replace gets with fgets

📊 Changes

1 file changed (+56 additions, -0 deletions)

View changed files

misc/areAnagrams.c (+56 -0)

📄 Description

Hey !
I added a program that evaluates if two words are anagrams.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/TheAlgorithms/C/pull/138 **Author:** [@maysanchez](https://github.com/maysanchez) **Created:** 8/13/2018 **Status:** ✅ Merged **Merged:** 10/8/2019 **Merged by:** [@ashwek](https://github.com/ashwek) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`6f50f4a`](https://github.com/TheAlgorithms/C/commit/6f50f4a38b7b05a354bfc09c6a1404e22c4a5427) Added a program that evaluates if two words are anagrams - [`c30a409`](https://github.com/TheAlgorithms/C/commit/c30a40954e8c5af4b7e0d7fc7a0488aa4802f4d3) Replace gets with fgets ### 📊 Changes **1 file changed** (+56 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `misc/areAnagrams.c` (+56 -0) </details> ### 📄 Description Hey ! I added a program that evaluates if two words are anagrams. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:12:09 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#370