mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-19 14:14:47 +00:00
[PR #1217] [MERGED] feat: add LeetCode problem 540 #1808
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/1217
Author: @HeberDamianAlturria
Created: 2/19/2023
Status: ✅ Merged
Merged: 2/23/2023
Merged by: @Panquesito7
Base:
master← Head:solution/single_element_in_a_sorted_array📝 Commits (4)
7ea408bfeat: add LeetCode problem 5406176fd0feat: Added a description to the LeetCode problem 540c5e97dbfeat: Added details in the description of the LeetCode problem 5401c1fd02feat: Changed a word in @details of the LeetCode problem 540📊 Changes
2 files changed (+33 additions, -0 deletions)
View changed files
📝
leetcode/DIRECTORY.md(+1 -0)➕
leetcode/src/540.c(+32 -0)📄 Description
Description of Change
Add leetcode problem 540 solution: Single Element in a Sorted Array
References
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.