-
Notifications
You must be signed in to change notification settings - Fork 779
Documentation for the algorithms #289
Comments
@ming-tsai please assign me I wanted to and binary search doc file |
Is this a mistake by any chance? I think this issue should stay open because the documentation will require regular updates as new algorithms are added in the repository. |
Yes |
Greetings @ming-tsai !! I want to contribute for DSA. Please assign me any task so that I will continue working on it. |
Hi @ming-tsai, I am new to contributing stuff on open source. Is it okay to write documentation for the code that is already in the algorithms folder or should i write a new algorithm and then a document for it? if okay, then can i write some documentation? |
Yes @viraj28, I'm waiting your pull request |
Yes, you could check this repo if it is missing an algorithm then open an issue about it |
Pull Request: Singly Linked List Documentation #763 |
Should I write Documentation about Vectors (C++)? |
There is not obligation for documentation of the algorithms but inside of the algorithm file you should have the comments that reader to understand the process |
Hi @ming-tsai, may I write the documentation for the doubly linked list? |
Hi @Ayebilla, |
Hello @ming-tsai 👋, may I add documentation for balanced trees? Specifically, AVL trees and Red-Black trees. Thanks |
Yes, I will be waiting for your pull request. |
Hello 👋 @ming-tsai I have added a new algorithm, Red Black Tree to the c file, here is the link to my pull request #845. I will add documentation for this algorithm in my next pull request. Please let me know if I can help in any other way. And thanks for giving me a chance. |
May I add some examples on recursion in java? |
I found some typos in the documentation of MinHeap so I Fixed them |
Can I add some code for stacks in python as well as the documentation? |
Hello @ming-tsai 👋 may I add algorithms to insert and delete an element of a heap in C++? Thank you |
Hi @charu210703 and @pranavyatnalkar, |
Hello @ming-tsai 👋 I have added a new algorithm, here is the link to my pull request #866. I am also planning to add its documentation in my upcoming pull request. Thank you for letting me contribute! |
Hi @ming-tsai , I have added an algorithm for stacks, here is my pull request #880. Once it is merged, I will also add the documentation for the same. Thank you. |
Hello @ming-tsai can you assign me this this project I would like contribute on that. |
Hello @ming-tsai I have added a new popular algorithm sudoku solver in Backtracking. |
Hi, I contribute for the first time, can I write Dijkstra algorithm documentation? |
Yes, I will be waiting your pull request 😊 |
Hey !! I can contribute to DSA. I will actually present a question and solve it through the use of DSA. Assign me. Thanks |
Hi @aayush6200, |
I have generated a pull request of one new file Reverse the string wordwise #1100 . Can you review and approve it ? |
@ming-tsai I have generated a pull request of one new file Reverse the ll in groups of K #1106. Can you review and approve it ? |
Hi! I want to write documentation on "Circular Linked List". Can you assign me this topic. I would like to contribute in it. Thanks. |
Can I write Bellman Ford algorithm documentation? |
It'd be awesome to have a lot of documentation for the algorithm that was implemented in different languages
🐞 Problem
Currently, we have only a bunch of documentation of the algorithms
🎯 Goal
Have a lot of documentation of the algorithm
💡 Possible solutions
Add documentation of the algorithm
How to make it?
Check out Contribution Guidelines
📋 Steps to solve the problem
The text was updated successfully, but these errors were encountered: