thepurpleowl / House-of-Codes

A repository to collect the solutions to all Competitive Programming (CP) problems, with broader goal to create CP problem dataset.
12 stars 51 forks source link

Add common algos in Basics folder #8

Closed thepurpleowl closed 1 month ago

thepurpleowl commented 4 years ago
susmita2000 commented 4 years ago

Can I add sorting algorithms in c++?

thepurpleowl commented 4 years ago

@susmita2000 go ahead. Make a 'Sorting' subdirectory

manvendra-rajpoot commented 4 years ago

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

manvendra-rajpoot commented 4 years ago

And one more thing I would like to do this in C++.

thepurpleowl commented 4 years ago

@manvendra264 Yeah go ahead. Make sub-directories in Basics/ for each one of them and update the README.

hryxna commented 4 years ago

Is it ok @thepurpleowl if create a new director for Data structures? and add all the codes of data structures in them?

thepurpleowl commented 4 years ago

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.

SidBthegr8 commented 4 years ago

I wanna get started with adding common graph algorithms. Is that fine?

SidBthegr8 commented 4 years ago

and I propose to do this in cpp.

Md-Atik-Enam commented 3 years ago

Added basic string algorithms in java that involve hashing, kmp, suffix array

Shrutika-TechSavvy commented 2 months ago

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).

Shrutika-TechSavvy commented 1 month ago

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: @.***>

Shrutika-TechSavvy commented 1 month ago

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: @.***>

thepurpleowl commented 1 month ago

@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.

thepurpleowl commented 1 month ago

Updated the description of the issue for future contributors.

Shrutika-TechSavvy commented 1 month ago

@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?

thepurpleowl commented 1 month ago

@Shrutika-TechSavvy Sure. Please take a note of Contributing guidelines.