[PR #770] [MERGED] fix: file names modified for better readability #1285

Open
opened 2026-01-29 15:18:56 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/770
Author: @meenal2000
Created: 11/2/2020
Status: Merged
Merged: 11/4/2020
Merged by: @Panquesito7

Base: masterHead: master


📝 Commits (4)

📊 Changes

5 files changed (+4 additions, -4 deletions)

View changed files

📝 DIRECTORY.md (+4 -4)
📝 data_structures/graphs/bfs_queue.c (+0 -0)
📝 data_structures/graphs/dfs_recursive.c (+0 -0)
📝 data_structures/graphs/topological_sort.c (+0 -0)
📝 data_structures/graphs/transitive_closure.c (+0 -0)

📄 Description

Description of Change

References

Checklist

  • Added description of change
  • Added file name matches File name guidelines
  • Added tests and example, test must pass
  • Relevant documentation/comments is changed or added
  • PR title follows semantic commit guidelines
  • Search previous suggestions before making a new one, as yours may be a duplicate.
  • I acknowledge that all my contributions will be made under the project's license.

Notes:


🔄 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/770 **Author:** [@meenal2000](https://github.com/meenal2000) **Created:** 11/2/2020 **Status:** ✅ Merged **Merged:** 11/4/2020 **Merged by:** [@Panquesito7](https://github.com/Panquesito7) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`b8d533a`](https://github.com/TheAlgorithms/C/commit/b8d533ad234a8150494aed16b3ecf99197aac27f) file names modified - [`e6c7051`](https://github.com/TheAlgorithms/C/commit/e6c70511d9e6c77162a947b71e79765bf6919d40) files name modified - [`c631a36`](https://github.com/TheAlgorithms/C/commit/c631a3651010386f7df7047c4a91bbd0ec46dbd6) file names modified - [`c3a86fe`](https://github.com/TheAlgorithms/C/commit/c3a86fec3e469e136145394d799c73eaf4bfc3d7) updating DIRECTORY.md ### 📊 Changes **5 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `DIRECTORY.md` (+4 -4) 📝 `data_structures/graphs/bfs_queue.c` (+0 -0) 📝 `data_structures/graphs/dfs_recursive.c` (+0 -0) 📝 `data_structures/graphs/topological_sort.c` (+0 -0) 📝 `data_structures/graphs/transitive_closure.c` (+0 -0) </details> ### 📄 Description #### Description of Change <!-- Thank you for your Pull Request. Please provide a description above and review the requirements below. Contributors guide: https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md --> #### References <!-- Add any reference to previous pull-request or issue --> #### Checklist <!-- Remove items that do not apply. For completed items, change [ ] to [x]. --> - [x] Added description of change - [x] Added file name matches [File name guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#File-Name-guidelines) - [x] Added tests and example, test must pass - [x] Relevant documentation/comments is changed or added - [x] PR title follows semantic [commit guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#Commit-Guidelines) - [ ] Search previous suggestions before making a new one, as yours may be a duplicate. - [ ] I acknowledge that all my contributions will be made under the project's license. Notes: <!-- Please add a one-line description for developers or pull request viewers --> <a href="https://gitpod.io/#https://github.com/TheAlgorithms/C/pull/770"><img src="https://gitpod.io/api/apps/github/pbs/github.com/meenal2000/C.git/c3a86fec3e469e136145394d799c73eaf4bfc3d7.svg" /></a> --- <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:18:56 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1285