mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-04-21 12:59:35 +00:00
[PR #1259] [MERGED] feat: add LeetCode problem 69 #1856
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/1259
Author: @Asp-irin
Created: 5/9/2023
Status: ✅ Merged
Merged: 6/27/2023
Merged by: @Panquesito7
Base:
master← Head:solution/69.c-2📝 Commits (7)
5b013e4feat: add LeetCode problem 6912624a0Update 69.c900f57fUpdate 69.c9c03bf8Merge branch 'TheAlgorithms:master' into solution/69.c-20e330b5Update 69.ce868edaMerge branch 'master' into solution/69.c-262ff834Merge branch 'master' into solution/69.c-2📊 Changes
1 file changed (+23 additions, -0 deletions)
View changed files
➕
leetcode/src/69.c(+23 -0)📄 Description
Here is the code for the problem 69 of leetcode as there are many ways to do it we programmers need to find the most optimal way to solve a problem statement so i used binary-search approach inorder to solve it. All suggestions are accepted!!!
Description of Change
References
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.