[PR #357] [MERGED] added solution & modified README.md for problem 121 #706

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/357
Author: @hrishikeshSuresh
Created: 10/6/2019
Status: Merged
Merged: 10/12/2019
Merged by: @danghai

Base: masterHead: problem_121


📝 Commits (10+)

  • aaa2546 Added commented solution to problem 461
  • d9b9bbd leetcode: Address readability of a few cases, and fix 283
  • 26ff845 Merge pull request #336 from SaurusXI/master
  • c6f1264 Merge pull request #337 from CertifiedBlyndGuy/master
  • d21e4b1 Added commented solution to Leetcode problem 476
  • cf6ff13 Add an alternative way of recursion
  • b1b24e6 Remove whitespace
  • 4acf53b Merge pull request #352 from tanyapohn/feature/search-insert-position
  • f063b03 Merge pull request #339 from SaurusXI/master
  • dffe945 added solution & modified README.md for problem 121

📊 Changes

4 files changed (+47 additions, -1 deletions)

View changed files

📝 leetcode/README.md (+3 -1)
leetcode/src/121.c (+17 -0)
📝 leetcode/src/35.c (+12 -0)
leetcode/src/476.c (+15 -0)

📄 Description

#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/357 **Author:** [@hrishikeshSuresh](https://github.com/hrishikeshSuresh) **Created:** 10/6/2019 **Status:** ✅ Merged **Merged:** 10/12/2019 **Merged by:** [@danghai](https://github.com/danghai) **Base:** `master` ← **Head:** `problem_121` --- ### 📝 Commits (10+) - [`aaa2546`](https://github.com/TheAlgorithms/C/commit/aaa2546afa9081ce95df9db7118968274b05ff1c) Added commented solution to problem 461 - [`d9b9bbd`](https://github.com/TheAlgorithms/C/commit/d9b9bbd4f5f420554e3ad689a666579c8fef52a5) leetcode: Address readability of a few cases, and fix 283 - [`26ff845`](https://github.com/TheAlgorithms/C/commit/26ff845615599cb21edae35da9bdf2f117bf797c) Merge pull request #336 from SaurusXI/master - [`c6f1264`](https://github.com/TheAlgorithms/C/commit/c6f12642a1d3b0f365c2eb4a09db74b853397961) Merge pull request #337 from CertifiedBlyndGuy/master - [`d21e4b1`](https://github.com/TheAlgorithms/C/commit/d21e4b1d2feee874a8e6c0b9431e08b276150206) Added commented solution to Leetcode problem 476 - [`cf6ff13`](https://github.com/TheAlgorithms/C/commit/cf6ff1344a1bfe9ac4eafc259b73c10df3d97970) Add an alternative way of recursion - [`b1b24e6`](https://github.com/TheAlgorithms/C/commit/b1b24e69c93ee30cd5694c12b5934ddc71c91455) Remove whitespace - [`4acf53b`](https://github.com/TheAlgorithms/C/commit/4acf53b57532842c93db6ddf425059c71f4fcb56) Merge pull request #352 from tanyapohn/feature/search-insert-position - [`f063b03`](https://github.com/TheAlgorithms/C/commit/f063b030f83d37bcb214b465771a747f4eda6e61) Merge pull request #339 from SaurusXI/master - [`dffe945`](https://github.com/TheAlgorithms/C/commit/dffe9459dd30e27fddfdb8a2da0b3a95fe8fe2ea) added solution & modified README.md for problem 121 ### 📊 Changes **4 files changed** (+47 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `leetcode/README.md` (+3 -1) ➕ `leetcode/src/121.c` (+17 -0) 📝 `leetcode/src/35.c` (+12 -0) ➕ `leetcode/src/476.c` (+15 -0) </details> ### 📄 Description #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:42 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#706