mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-04-19 03:49:35 +00:00
[PR #1168] [MERGED] add leetcode Determine if String Halves Are Alike #1742
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/1168
Author: @alexpantyukhin
Created: 12/1/2022
Status: ✅ Merged
Merged: 12/16/2022
Merged by: @Panquesito7
Base:
master← Head:determine_if_string_halves_are_alike📝 Commits (3)
f5cc2e4add leetcode Determine if String Halves Are Alikef989f73fix variable namea0108b2Merge branch 'master' into determine_if_string_halves_are_alike📊 Changes
2 files changed (+39 additions, -0 deletions)
View changed files
📝
leetcode/DIRECTORY.md(+1 -0)➕
leetcode/src/1704.c(+38 -0)📄 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.