Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨[FEATURE] Add Simple Python Algorithms #437

Open
AnanteshG opened this issue Oct 23, 2024 · 5 comments
Open

✨[FEATURE] Add Simple Python Algorithms #437

AnanteshG opened this issue Oct 23, 2024 · 5 comments

Comments

@AnanteshG
Copy link
Contributor

🌟 Feature Overview

Add 10 simple python algorithms which we use in day-to-day life :-

  • Greatest Common Divisor (GCD) - Euclidean Algorithm
  • Least Common Multiple (LCM)
  • Sieve of Eratosthenes (Prime Numbers)
  • Exponentiation by Squaring
  • Binary Exponentiation
  • Flood Fill Algorithm
  • Two Pointer Technique
  • Sliding Window Technique
  • Kadane's Algorithm (Maximum Subarray Sum)
  • Longest Common Subsequence (LCS)
@aniruddhaadak80
Copy link
Contributor

Can you please give more details , like will I have to add these algorithm by creating a separate directory and add one by one.

Assign me please , I can work on that .

@AnanteshG
Copy link
Contributor Author

AnanteshG commented Oct 23, 2024

Sorry man. Create another issue and get assigned to it.
To add the snippets, go to Python Snippets folder -> Algorithms folder
There you'll find list of algorithms.

But this is my issue so I'll get assigned to solve it. There are more algorithms to add so make many more own issues and contribute to it.

@aniruddhaadak80
Copy link
Contributor

Sorry man. Create another issue and get assigned to it. To add the snippets, go to Python Snippets folder -> Algorithms folder There you'll find list of algorithms.

But this is my issue so I'll get assigned to solve it. There are more algorithms to add so make many more own issues and contribute to it.

I see . But you can check 10 simple python algorithms Solutions #439 .

@AnanteshG
Copy link
Contributor Author

AnanteshG commented Oct 24, 2024

Duplicate issue. It leads to merge conflicts.
I meant make an issue for different algorithms not the same ones I've typed lol

@aniruddhaadak80
Copy link
Contributor

Duplicate issue. It leads to merge conflicts. I meant make an issue for different algorithms not the same ones I've typed lol

I see .

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

No branches or pull requests

3 participants