mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #355] [MERGED] Added Cartesian to Polar coordinates algorithm #700
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/355
Author: @Cornul11
Created: 10/6/2019
Status: ✅ Merged
Merged: 11/4/2019
Merged by: @ashwek
Base:
master← Head:cartesianToPolar📝 Commits (10+)
e8da4c7Added solution to leetcode problem 190 in C5a6ed8eAdded Solution to leetcode Problem 1911f88545Added solution to Leetcode Problem 461d2ad4b0Revert "Added Solution to leetcode Problem 191"08f62bfCommented code to explain algorithms in 190 and 191972d4faMerge pull request #327 from SaurusXI/masteraaa2546Added commented solution to problem 461d9b9bbdleetcode: Address readability of a few cases, and fix 28326ff845Merge pull request #336 from SaurusXI/masterc6f1264Merge pull request #337 from CertifiedBlyndGuy/master📊 Changes
15 files changed (+130 additions, -40 deletions)
View changed files
📝
leetcode/README.md(+3 -0)📝
leetcode/src/1189.c(+8 -8)➕
leetcode/src/190.c(+13 -0)➕
leetcode/src/191.c(+10 -0)📝
leetcode/src/283.c(+6 -4)➕
leetcode/src/461.c(+12 -0)📝
leetcode/src/617.c(+1 -1)📝
leetcode/src/700.c(+5 -3)📝
leetcode/src/704.c(+4 -3)📝
leetcode/src/771.c(+9 -9)📝
leetcode/src/82.c(+5 -3)📝
leetcode/src/905.c(+2 -2)📝
leetcode/src/938.c(+4 -4)📝
leetcode/src/977.c(+4 -3)➕
misc/cartesianToPolar.c(+44 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.