geekquad / AlgoBook

A beginner-friendly project to help you in open-source contributions. Data Structures & Algorithms in various programming languages Please leave a star ⭐ to support this project! ✨

Home Page:https://discord.gg/ZMmwsWvsFj

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Magic square algorithm

ArunKumar-25 opened this issue · comments

@geekquad I would like to contribute on this, assign this to me

Hey @ArunKumar-25, please brief me more on this. Thankyou :)

@geekquad "magic square is a square matrix, whose order is odd and where the sum of the elements for each row or each column or each diagonal is same"
in this issue I will implement a magic square. after this may be work on some application on magic square as checking a matrix is magic square or not.

Awesome. Please continue. Make sure you merge it in "python/matrix". Thankyou :)