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

Add any algorithms of you choice in any language #3

Closed
tulika-99 opened this issue Oct 1, 2020 · 61 comments
Closed

Add any algorithms of you choice in any language #3

tulika-99 opened this issue Oct 1, 2020 · 61 comments

Comments

@tulika-99
Copy link
Owner

tulika-99 commented Oct 1, 2020

You can add any Algorithm of your choice in any language.

  • Choose an algorithm that isn't already present in the repo.
  • or implement the same algorithm in a different language.
  • or write a MD file with the explanation, theory, time and space complexities with examples.

What all to keep in mind

  • Check the comments to make sure no one is already working on it.
  • Comment the algorithm and language that you chose.
  • Check the repo guidelines for steps and format and start working.
  • you don't necessarily need to know how to code , you can even write algorithms and its explanations in a text file for those algos who are missing it and help us in documentation.
  • Please refrain from adding spam PR's . They will be marked as invalid !!

Note

@Amitsharma45
Copy link

hi i'm implementation stack , queue please assign to me.

@tulika-99 tulika-99 pinned this issue Oct 1, 2020
@tulika-99
Copy link
Owner Author

@Amitsharma45 Yeah u can select any algo of ur choice, for the same and create a pull request

@Shivam4747
Copy link

Hi, I would like to implement B+ and B- Tree in PYTHON programming language!
Thanks!

@abhisheksharma09890
Copy link

I would love to implement linked list

@Amitsharma45
Copy link

@tulika-99 chack pr #4

@Code-Recursion
Copy link
Contributor

i would love to add linkedlist as an abstact data type in c programming language can please assign it to me :)

@keerti2001
Copy link
Contributor

I would like to add Binary Search Tree Algorithms ... plz assign to me

@tulika-99
Copy link
Owner Author

@abhisheksharma09890 pls choose a specific algo for linked list like reversing or smthng ,not the simple implementation

@tulika-99 tulika-99 assigned tulika-99 and unassigned tulika-99 Oct 1, 2020
@tulika-99
Copy link
Owner Author

@keerti2001 yeah sure go for it !!

@tulika-99 tulika-99 changed the title Add DS Algorithms of you choice in any language Add any algorithms of you choice in any language Oct 1, 2020
@abhisheksharma09890
Copy link

ok, so I am learning Tower of Hanoi problem using recursion. So Can i add that

@tulika-99
Copy link
Owner Author

@abhisheksharma09890 yeah sure

@PrajjwalDatir
Copy link
Contributor

I want to do preorder, postorder and inorder tree traversal in Python3 please assign it to me.

@PranavDani
Copy link
Contributor

PranavDani commented Oct 1, 2020

Can I do Binary search or Linear search or both?

@Rj-coder-iitian
Copy link

@tulika-99 I would like to implement algorithms in bubble, selection, insertion, merge sort. please assign this to me.
I will be using C language.

@tulika-99
Copy link
Owner Author

@Rj-coder-iitian if ur interested in implementing a sorting algorithm plz check out this issue
tulika-99/sorting-algorithms#160

@PrajjwalDatir
Copy link
Contributor

Can I do implementation of Reversal of linked list in python3?
( I have PR for Inorder tree traversal python3 already)

tulika-99 added a commit that referenced this issue Oct 1, 2020
Added Binary Search in JavaScript Issue : #3
@hardik-dadhich
Copy link

hardik-dadhich commented Oct 1, 2020

@tulika-99 I want to add find a connected number of component in graph through DFS in Python! Can I create an issue and start working on it?

@hardik-dadhich
Copy link

@tulika-99 I want to add find a connected number of the component in the graph through DFS in Python! Can I create an issue and start working on it?

Here is PR for that

@AshwinKul28
Copy link

Added an algorithm and a code implementation in CPP to calculate the maximum height of a tree.
Here is the PR: #45

@MilindGupta-Creator
Copy link

hey i would like to add euclid algorithm so should i proceed with it

@MilindGupta-Creator
Copy link

remote: Permission to tulika-99/DS_Algorithms.git denied to MilindGupta-Creator.
fatal: unable to access 'https://github.com/tulika-99/DS_Algorithms.git/': The requested URL returned error: 403

i am getting this do you know why is it so

@tulika-99
Copy link
Owner Author

remote: Permission to tulika-99/DS_Algorithms.git denied to MilindGupta-Creator.
fatal: unable to access 'https://github.com/tulika-99/DS_Algorithms.git/': The requested URL returned error: 403

i am getting this do you know why is it so

I think u didn't fork the repo. Direct access to this repo is denied for u.

@kishanpatel22
Copy link
Contributor

Can I work on cycle detection in directed graph ? May I add code for cycle detection in the graph folder ?

@deepadhia
Copy link
Contributor

I have add the code for reversing a Linkedlist Kindly have a Look!

@mark1551
Copy link
Contributor

mark1551 commented Oct 2, 2020

Bellman ford algorithm for graphs , kindly do have a look.

@faris-id
Copy link
Contributor

faris-id commented Oct 2, 2020

I've made a PR for Binary Search Algorithm in Ruby. Please review

@kishanpatel22
Copy link
Contributor

added cycle detection in directed graphs #62

I have made PR for cycle detection for directed graphs, kindly please review

@mk1107
Copy link
Contributor

mk1107 commented Oct 2, 2020

I can create Fibonacci Search program and optimized bubble sort program in cpp and python.
So please allow me to do same.

@mk1107
Copy link
Contributor

mk1107 commented Oct 2, 2020

Please accept my PR
#76 (comment)

@kishanpatel22
Copy link
Contributor

May I work on topological sorting code in C++ under Graph section ?

@mk1107
Copy link
Contributor

mk1107 commented Oct 3, 2020

Please accept my PR
#76 (comment)

I have made the changes as per your requirement please accept my PR

@faris-id
Copy link
Contributor

faris-id commented Oct 4, 2020

Added Linear Search Algorithm in Ruby

@ghost
Copy link

ghost commented Oct 5, 2020

I would like to work on the Floyd Warshall Algorithm (Graphs: All Pairs Shortest Path) in Rust

@SravanthiKaki
Copy link

Can I work on BFS in Java?

@sarthak-1503
Copy link
Contributor

Can I add "Goldmine Problem in DP" in C++? Can you assign me this issue??

@tulika-99
Copy link
Owner Author

@SravanthiKaki already present .
@sarthak-1503 sure go fr it.

@Akashsahu1998
Copy link
Contributor

Hello @tulika-99
I've added the implementation of the Robin Karp Algorithm in the String section in C++ Language. Please accept my Pull Request.
Thank you.

@Akashsahu1998
Copy link
Contributor

Hello @tulika-99
I've added the implementation of the Lexicographically smallest largest substring in the String section in C++ Language. Please accept my Pull Request.
Thank you.

@sarthak-1503
Copy link
Contributor

@tulika-99 Please review my pull request #138 .
file name: GoldmineProblem.cpp

@jvishad
Copy link

jvishad commented Oct 27, 2020

@tulika-99 I want to add matrix exponentiation,euler totient function,modulo exponentiation,fib sum(Number theory total sum in between two fibonacci numbers) inplementation in cpp.please assign it to me:)

@adarsh115
Copy link

@tulika-99 I know it's very late, but can I still do some contributions

@adarsh115
Copy link

hey at @tulika-99 I have added radix sort.cpp
I made a new director Sorting and added into that folder

@tulika-99 tulika-99 unpinned this issue Oct 8, 2021
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