mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #621] [CLOSED] feat: add solution for leetcode problem 162 #1075
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/621
Author: @PalAditya
Created: 10/1/2020
Status: ❌ Closed
Base:
master← Head:master📝 Commits (4)
77dfe3dAdded solution for leetcode problem 162 - Find peak element5f7041aupdating DIRECTORY.md296007cUpdate comments to Javadoc style0305081Merge branch 'master' of https://github.com/PalAditya/C📊 Changes
3 files changed (+51 additions, -0 deletions)
View changed files
📝
DIRECTORY.md(+1 -0)📝
leetcode/README.md(+1 -0)➕
leetcode/src/162.c(+49 -0)📄 Description
Description of Change
References
Checklist
Notes:
This solves problem 162 in leetcode, which is of finding a local minima
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.