-
-
Notifications
You must be signed in to change notification settings - Fork 11
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 Practice Exercise: transpose
#241
Comments
Let me take this. |
A fun one, it's yours |
Hello I am really interested to make my contribution but am new to open-source world. Will be happy to take the task, can anyone just give overview of what is expected? Can assign the task to me |
Hi @shreyasgosavi! Thank you for wanting to contribute to open-source 🚀 This particular issue is already taken, but you're free to pick any of the available ones! May I suggest one of the easier ones, for example to implement the flatten-array exercise? After forking the repository, simply follow the instructions in the issue description and most of the code will be generated for you, which is awesome! You can take a look at other closed PRs that added existing practice exercises to see what you'll need to do, e.g. this is a good example that implemented
For the example solution, you can use any of the other track's implementations, e.g. for this exercise the Python's implementation is very straightforward! You'll need to add test cases, for which inputs and expected results are already provided, check out https://github.com/exercism/problem-specifications/blob/main/exercises/flatten-array/canonical-data.json Make sure to read the README file for instructions on testing, formatting etc.! |
@Ephraim-nonso are you working on this? |
Hi Nenad,
Would really like to work on the one you mentioned, will add a comment on
that.
Thank you for the response & your time!!
Regards,
Shreyas Gosavi
…On Sat, Dec 7, 2024 at 1:45 AM Nenad ***@***.***> wrote:
@Ephraim-nonso <https://github.com/Ephraim-nonso> are you working on this?
If not, I can reassign the issue
—
Reply to this email directly, view it on GitHub
<#241 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AN6CGBP565JL7DV4QHXFJ5T2EIAWHAVCNFSM6AAAAABNYDDQW2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMRUGA3TSNZVGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Yes. I'm still working on this issue. Apologies it's taking much more time than usual. |
@Ephraim-nonso no problem, feel free to let me know if I can help |
I'd revert latest today on this. |
Ok you can assign me some other task if this is already taken ...
…On Mon, 9 Dec, 2024, 12:51 pm Ephraim Chukwu, ***@***.***> wrote:
@Ephraim-nonso <https://github.com/Ephraim-nonso> no problem, feel free
to let me know if I can help
I'd revert latest today on this.
—
Reply to this email directly, view it on GitHub
<#241 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AN6CGBMO7C7S4KV7OHWNTPT2EVAJBAVCNFSM6AAAAABNYDDQW2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMRXGEZTCOJXGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@shreyasgosavi I've already assigned you to #180, once you tackle that, we can assign you to other tasks |
Problem specification:
https://github.com/exercism/problem-specifications/tree/main/exercises/transpose
TODO:
./bin/fetch-configlet && ./bin/configlet create --practice-exercise transpose
https://github.com/exercism/problem-specifications/blob/main/exercises/transpose/canonical-data.json
The text was updated successfully, but these errors were encountered: