mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-15 05:55:08 +00:00
[PR #1332] [CLOSED] feat: add LeetCode problem 2038 #1933
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/1332
Author: @gabriel-accetta
Created: 10/3/2023
Status: ❌ Closed
Base:
master← Head:solution/2038.c📝 Commits (1)
fc57e52feat: add LeetCode problem 2038📊 Changes
1 file changed (+16 additions, -0 deletions)
View changed files
➕
leetcode/src/2038.c(+16 -0)📄 Description
Adds solution of Leetcode problem 2038. Runtime: O(n), Space: O(1).
Description of Change
References
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.