[PR #269] [MERGED] avltree, cantorSet added #569

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/269
Author: @ketan-lambat
Created: 10/1/2019
Status: Merged
Merged: 11/4/2019
Merged by: @ashwek

Base: masterHead: master


📝 Commits (10+)

📊 Changes

2 files changed (+527 additions, -0 deletions)

View changed files

data_structures/binary_trees/avl.c (+431 -0)
misc/cantor_set.c (+96 -0)

📄 Description

avlTree, cantorSet added
please ignore the extra commits made, these were made in an attempt to get my previous commits signed.


🔄 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/269 **Author:** [@ketan-lambat](https://github.com/ketan-lambat) **Created:** 10/1/2019 **Status:** ✅ Merged **Merged:** 11/4/2019 **Merged by:** [@ashwek](https://github.com/ashwek) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`d2490c2`](https://github.com/TheAlgorithms/C/commit/d2490c2e0d4597dcf0657772a542253d8c2db638) avl tree added - [`b3c0713`](https://github.com/TheAlgorithms/C/commit/b3c0713a9ac743fab3007e5a0716d002a7303ae7) avl tree added - [`49603af`](https://github.com/TheAlgorithms/C/commit/49603af1b403fb36f281838b8b2ad82508197675) avl tree added - [`5c05af4`](https://github.com/TheAlgorithms/C/commit/5c05af48f55072dc77338bcc5a4ae6f6730eb01f) cantorSet added - [`bc1007c`](https://github.com/TheAlgorithms/C/commit/bc1007cd8ab938cb416a7b01fa72d1dcd7b1c28f) cantorSet added - [`777dbb0`](https://github.com/TheAlgorithms/C/commit/777dbb0a94edc11e88cc98e03af144fa6772abc4) cantorSet added - [`bdc2a80`](https://github.com/TheAlgorithms/C/commit/bdc2a803d20758a08ce01e9b00ba0cf77d3d4c81) Merge branch 'master' of https://github.com/ketan-lambat/C - [`1e255fc`](https://github.com/TheAlgorithms/C/commit/1e255fca0cf9390eb02598545299022844cc4816) Merge branch 'master' of https://github.com/ketan-lambat/C - [`3ee9cbd`](https://github.com/TheAlgorithms/C/commit/3ee9cbdfa291df68f15bbf8d92c8657907699e84) Formating code - [`35f665d`](https://github.com/TheAlgorithms/C/commit/35f665db458f294744d8c4c0cab5eaeb8d86cb7d) formatting code ### 📊 Changes **2 files changed** (+527 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `data_structures/binary_trees/avl.c` (+431 -0) ➕ `misc/cantor_set.c` (+96 -0) </details> ### 📄 Description avlTree, cantorSet added please ignore the extra commits made, these were made in an attempt to get my previous commits signed. --- <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:13:50 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#569