mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-04-24 06:19:35 +00:00
[PR #1320] [CLOSED] feat: added 78th and 90th question of leetcode #1919
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/1320
Author: @LowkeyLipasa
Created: 10/1/2023
Status: ❌ Closed
Base:
master← Head:test📝 Commits (1)
3ba31adfeat: added 78th and 90th question of leetcode📊 Changes
2 files changed (+106 additions, -0 deletions)
View changed files
➕
leetcode/src/78.c(+45 -0)➕
leetcode/src/90.c(+61 -0)📄 Description
Description of Change
References
Checklist
Notes:
Added leetcode problem 78 an 90 i.e subset and subset ii respectively
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.