Closed thepurpleowl closed 1 month ago
Can I add sorting algorithms in c++?
@susmita2000 go ahead. Make a 'Sorting' subdirectory
I want to add the following sub-directories - i) Dynamic Programming questions ii) Backtracking and Binary Search Application based questions. iii)Trie and XOR problems. iii)Segment-tree
And one more thing I would like to do this in C++.
@manvendra264 Yeah go ahead. Make sub-directories in Basics/ for each one of them and update the README.
Is it ok @thepurpleowl if create a new director for Data structures? and add all the codes of data structures in them?
Is it ok @thepurpleowl if create a new director for Data structures? and add all the codes of data structures in them?
Yeah sure. Make one subdirectory for one data structure inside Basics/DataStructures.
And update README.
I wanna get started with adding common graph algorithms. Is that fine?
and I propose to do this in cpp.
Added basic string algorithms in java that involve hashing, kmp, suffix array
Hi @thepurpleowl
I would like to contribute to this issue by adding algorithms related to Singly Linked Lists. I can provide implementations for various linked list operations such as:
Insertion Deletion Searching Reversing a linked list Detecting cycles (using Floyd’s cycle-finding algorithm).
Hey ,
I hope this email finds you well. I wanted to reach out regarding Issue #8 in the House-of-Codes repository. I recently submitted and merged a pull request (#1) addressing the linked list algorithms as mentioned in the issue. [image: image.png] Additionally, I noticed that the repository appears as "Not Participating" in Hacktoberfest on my profile.
However, I noticed that the issue is still open and assigned to me. I wanted to confirm if there is any additional work required, or if it would be possible to close the issue now that the pull request has been merged.
Please let me know if there are any further steps I need to take or any improvements you'd like me to make.
Thank you for your time, and I look forward to your response.
Best regards, Shrutika Pawar GitHub: [Shrutika-TechSavvy]
On Tue, 8 Oct 2024 at 00:21, Surya Prakash Sahu @.***> wrote:
Assigned #8 https://github.com/thepurpleowl/House-of-Codes/issues/8 to @Shrutika-TechSavvy https://github.com/Shrutika-TechSavvy.
— Reply to this email directly, view it on GitHub https://github.com/thepurpleowl/House-of-Codes/issues/8#event-14545345973, or unsubscribe https://github.com/notifications/unsubscribe-auth/BJVAGGILFN7S4LLF3O7ABELZ2LJZXAVCNFSM6AAAAABPKL5OT6VHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJUGU2DKMZUGU4TOMY . You are receiving this because you were assigned.Message ID: @.***>
I hope this email finds you well. I wanted to reach out regarding Issue #8 in the House-of-Codes repository. I recently submitted and merged a pull request (#1) addressing the linked list algorithms as mentioned in the issue.
[image: image.png] Additionally, I noticed that the repository appears as "Not Participating" in Hacktoberfest on my profile.
However, I noticed that the issue is still open and assigned to me. I wanted to confirm if there is any additional work required, or if it would be possible to close the issue now that the pull request has been merged.
Please let me know if there are any further steps I need to take or any improvements you'd like me to make.
Thank you for your time, and I look forward to your response.
Best regards, Shrutika Pawar GitHub: [Shrutika-TechSavvy]
On Tue, 8 Oct 2024 at 00:21, Surya Prakash Sahu @.***> wrote:
Assigned #8 https://github.com/thepurpleowl/House-of-Codes/issues/8 to @Shrutika-TechSavvy https://github.com/Shrutika-TechSavvy.
— Reply to this email directly, view it on GitHub https://github.com/thepurpleowl/House-of-Codes/issues/8#event-14545345973, or unsubscribe https://github.com/notifications/unsubscribe-auth/BJVAGGILFN7S4LLF3O7ABELZ2LJZXAVCNFSM6AAAAABPKL5OT6VHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJUGU2DKMZUGU4TOMY . You are receiving this because you were assigned.Message ID: @.***>
@Shrutika-TechSavvy your PR https://github.com/thepurpleowl/House-of-Codes/pull/69 doesn't contain any implementation. PR has only ".txt" files with algorithms described. This repo only accepts implementations.
Updated the description of the issue for future contributors.
@Shrutika-TechSavvy your PR #69 doesn't contain any implementation. PR has only ".txt" files with algorithms described. This repo only accepts implementations. @thepurpleowl , So, I can add the implementation using java. Will it be okay to again continue with this?
@Shrutika-TechSavvy Sure. Please take a note of Contributing guidelines.
You can add standard algorithms in appropriate sub-directories. For example if you want to add a code for binary tree and the binary tree sub-directory is not present already, make one and add your codes there.
Create a new issue for specific algorithms For example if you want to add a code for binary tree and the binary tree sub-directory is not present already, make another issue, assign that to yourself and contribute.
Codes need not to be limited to any specific language.
Only algorithm implementations will be accepted, including pseudo code or theoretical resources are not the objective of this repo.