Skip to content

Added Manhattan Distance Calculator#2009

Open
rrbharath wants to merge 3 commits into
Rakesh9100:mainfrom
rrbharath:feat/manhattan-distance-calculator
Open

Added Manhattan Distance Calculator#2009
rrbharath wants to merge 3 commits into
Rakesh9100:mainfrom
rrbharath:feat/manhattan-distance-calculator

Conversation

@rrbharath
Copy link
Copy Markdown

Fixes Issue🛠️

Closes #2008

Description👨‍💻

Added Calculator for the Manhattan Distance

Calculates two points by summing the absolute difference of the coordinates

Manhattan Distance = |x2 - x1| + |y2 - y1|

Type of Change📄

  • New feature (non-breaking change which adds functionality)

Checklist✅

  • I am an Open Source contributor
  • I have performed a self-review of my code
  • My code follows the style guidelines of this project

Screenshots/GIF📷

Screenshot 2026-04-30 222700

@netlify
Copy link
Copy Markdown

netlify Bot commented May 2, 2026

👷 Deploy request for calcdiverse pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit eb7d541

Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @rrbharath, Welcome to the project CalcDiverse! 🎊
Thanks for your contribution! Your effort makes this project better. Keep it up! 🙌
Please wait for the PR to be reviewed. Happy Coding!! ✨

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] Manhattan Distance Calculator

2 participants