[PR #327] [MERGED] Solution to leetcode Problem 190 and 191 #659

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/327
Author: @SaurusXI
Created: 10/3/2019
Status: Merged
Merged: 10/4/2019
Merged by: @danghai

Base: masterHead: master


📝 Commits (5)

  • e8da4c7 Added solution to leetcode problem 190 in C
  • 5a6ed8e Added Solution to leetcode Problem 191
  • 1f88545 Added solution to Leetcode Problem 461
  • d2ad4b0 Revert "Added Solution to leetcode Problem 191"
  • 08f62bf Commented code to explain algorithms in 190 and 191

📊 Changes

3 files changed (+25 additions, -0 deletions)

View changed files

📝 leetcode/README.md (+2 -0)
leetcode/src/190.c (+13 -0)
leetcode/src/191.c (+10 -0)

📄 Description

In reference to issue https://github.com/TheAlgorithms/C/issues/249


🔄 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/327 **Author:** [@SaurusXI](https://github.com/SaurusXI) **Created:** 10/3/2019 **Status:** ✅ Merged **Merged:** 10/4/2019 **Merged by:** [@danghai](https://github.com/danghai) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`e8da4c7`](https://github.com/TheAlgorithms/C/commit/e8da4c7714fe2ae92f91e13d93dcce74b319bc7a) Added solution to leetcode problem 190 in C - [`5a6ed8e`](https://github.com/TheAlgorithms/C/commit/5a6ed8e245e7544fce060d92919a353393bfd064) Added Solution to leetcode Problem 191 - [`1f88545`](https://github.com/TheAlgorithms/C/commit/1f88545538b0a3f7e96a999748f0dee5d21af6cb) Added solution to Leetcode Problem 461 - [`d2ad4b0`](https://github.com/TheAlgorithms/C/commit/d2ad4b0109c02ca61e1f4f918d7ac3d66526b4f2) Revert "Added Solution to leetcode Problem 191" - [`08f62bf`](https://github.com/TheAlgorithms/C/commit/08f62bf39782a1b6b7a57a33a6de94bdbb991236) Commented code to explain algorithms in 190 and 191 ### 📊 Changes **3 files changed** (+25 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `leetcode/README.md` (+2 -0) ➕ `leetcode/src/190.c` (+13 -0) ➕ `leetcode/src/191.c` (+10 -0) </details> ### 📄 Description In reference to issue https://github.com/TheAlgorithms/C/issues/249 --- <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:14:25 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#659