[PR #785] [CLOSED] leetcode exercise 326. #1300

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/785
Author: @CarlosZoft
Created: 2/2/2021
Status: Closed

Base: masterHead: master


📝 Commits (3)

📊 Changes

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

View changed files

leetcode/src/326.c (+18 -0)

📄 Description

Hi, I'm doing some leetcode exercises, and I would like to contribute.

Changes

  • I added the 326 difficulty exercise - Easy.


🔄 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/785 **Author:** [@CarlosZoft](https://github.com/CarlosZoft) **Created:** 2/2/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`d2fdf5b`](https://github.com/TheAlgorithms/C/commit/d2fdf5b189c663cda03c2cc57811e6f30d504176) Power of Three - [`3b999a1`](https://github.com/TheAlgorithms/C/commit/3b999a136de1eb76b9286ddc2bd66e9c79a35853) Update Readme - [`a4b0388`](https://github.com/TheAlgorithms/C/commit/a4b038862e72d35460ef17791f16b2b68862127c) reverse commit ### 📊 Changes **1 file changed** (+18 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `leetcode/src/326.c` (+18 -0) </details> ### 📄 Description Hi, I'm doing some leetcode exercises, and I would like to contribute. # Changes - I added the 326 difficulty exercise - Easy. <a href="https://gitpod.io/#https://github.com/TheAlgorithms/C/pull/785"><img src="https://gitpod.io/api/apps/github/pbs/github.com/CarlosZoft/C.git/a4b038862e72d35460ef17791f16b2b68862127c.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:19:05 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1300