mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-04-17 02:49:35 +00:00
[PR #1148] [MERGED] Power of Two improvements. avoid loop and recursion. #1718
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/1148
Author: @alexpantyukhin
Created: 11/17/2022
Status: ✅ Merged
Merged: 11/18/2022
Merged by: @Panquesito7
Base:
master← Head:power_of_two_improvement📝 Commits (1)
99e17c9Power of Two improvements. avoid loop and recursion.📊 Changes
1 file changed (+6 additions, -7 deletions)
View changed files
📝
leetcode/src/231.c(+6 -7)📄 Description
Description of Change
Add a guide for new LeetCode solutions.
References
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.