[PR #684] [MERGED] Rename redblacktree.c to red_black_tree.c #1161

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/684
Author: @gabrielmotablima
Created: 10/19/2020
Status: Merged
Merged: 10/20/2020
Merged by: @kvedala

Base: masterHead: patch-4


📝 Commits (5)

  • 4041890 Rename redblacktree.c to red_black_tree.c
  • 0e2f505 updating DIRECTORY.md
  • 00ce605 add renaming avl.c and ascendingpriorityqueue.c
  • 336e108 updating DIRECTORY.md
  • 399b679 Merge branch 'master' into patch-4

📊 Changes

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

View changed files

📝 DIRECTORY.md (+3 -3)
📝 data_structures/binary_trees/avl_tree.c (+0 -0)
📝 data_structures/binary_trees/red_black_tree.c (+0 -0)
📝 data_structures/linked_list/ascending_priority_queue.c (+0 -0)

📄 Description

Description of Change

Renaming files according to the established standard.

References

Checklist

  • Added description of change
  • Added file name matches File name guidelines
  • Relevant documentation/comments is changed or added
  • 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/684 **Author:** [@gabrielmotablima](https://github.com/gabrielmotablima) **Created:** 10/19/2020 **Status:** ✅ Merged **Merged:** 10/20/2020 **Merged by:** [@kvedala](https://github.com/kvedala) **Base:** `master` ← **Head:** `patch-4` --- ### 📝 Commits (5) - [`4041890`](https://github.com/TheAlgorithms/C/commit/40418903dead02ce62955fe8e8e0f42de88f5302) Rename redblacktree.c to red_black_tree.c - [`0e2f505`](https://github.com/TheAlgorithms/C/commit/0e2f505cb7caa9ea347af675d49cff715e8daccd) updating DIRECTORY.md - [`00ce605`](https://github.com/TheAlgorithms/C/commit/00ce60517e7c2466b004f8a6328f4c6370c0ad37) add renaming avl.c and ascendingpriorityqueue.c - [`336e108`](https://github.com/TheAlgorithms/C/commit/336e108e1c201150a51921b038ec4f82ee7ed6b6) updating DIRECTORY.md - [`399b679`](https://github.com/TheAlgorithms/C/commit/399b679cdddba6247a2d491430e12f7f70579499) Merge branch 'master' into patch-4 ### 📊 Changes **4 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `DIRECTORY.md` (+3 -3) 📝 `data_structures/binary_trees/avl_tree.c` (+0 -0) 📝 `data_structures/binary_trees/red_black_tree.c` (+0 -0) 📝 `data_structures/linked_list/ascending_priority_queue.c` (+0 -0) </details> ### 📄 Description #### Description of Change Renaming files according to the established standard. <!-- 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) - [ ] Relevant documentation/comments is changed or added - [x] Search previous suggestions before making a new one, as yours may be a duplicate. - [x] 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/684"><img src="https://gitpod.io/api/apps/github/pbs/github.com/GabrielMotaBLima/C.git/399b679cdddba6247a2d491430e12f7f70579499.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:04 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1161