ajay-dhangar / algo

This repository contains a collection of data structures and algorithms implemented in various programming languages. It is designed to help learners understand key concepts through hands-on examples. Contributions and improvements are welcome!
https://ajay-dhangar.github.io/algo/
MIT License
59 stars 182 forks source link

[Feature Request] Add Introductions in Different Programming Languages #42

Open shrek-28 opened 2 weeks ago

shrek-28 commented 2 weeks ago

🚀 Feature Request

Is your feature request related to a problem? Please describe.

I'm frustrated when I can't find algorithm implementations in my preferred programming language (Python) within the platform. This limits my ability to work efficiently or adapt algorithms to Python-based projects.

Describe the solution you'd like

I would like to see algorithms available in multiple programming languages, specifically adding support for Python. This would make it easier to learn, compare, and implement algorithms directly in Python.

Describe alternatives you've considered

An alternative solution could be providing a space where users can contribute their own implementations of algorithms in different languages, including Python, or integrating a converter tool for existing implementations.

Additional context

Adding Python support will cater to a large user base and enhance productivity for users working with Python. Including Python would make it more versatile and educationally valuable.

Would you like to work on this feature?
Yes

harish08102004 commented 2 weeks ago

Hey @ajay-dhangar I can work on this.