mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #1360] [CLOSED] Added 3Sum and 4Sum algorithms in leetcode #1963
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/1360
Author: @kbadal19
Created: 10/21/2023
Status: ❌ Closed
Base:
master← Head:leetcode-algorithms📝 Commits (1)
0c8ca3cAdded 3Sum and 4Sum algorithms in leetcode📊 Changes
2 files changed (+122 additions, -0 deletions)
View changed files
➕
leetcode/src/15.c(+53 -0)➕
leetcode/src/18.c(+69 -0)📄 Description
Description of Change
Added 3Sum and 4Sum algorithms implementation in C in leetcode section
References
Checklist
Notes: These implementations are quite important for people trying to grasp basic concepts within heavy operations in leetcode problems.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.