-
-
Notifications
You must be signed in to change notification settings - Fork 354
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 hints to some exercises #209
Comments
|
Hi @ErikSchierboom, I would like to work on this ticket. As I understood correctly, we just need to create for each of the above exercises HINTS. md files, right? |
Correct! You can check some of the existing Hints.md files to see how they are structured. It is probably best to send one PR per Hints.md file. If you have any questions, just ask. |
@ErikSchierboom Sounds Good! |
Thanks for pulling this together @ErikSchierboom! |
Hi @ErikSchierboom, is it something what you are looking for: |
@GalaDe Yeah, that's what I mean! I have two small nits.
Other than that, this is great! You could add this hint to both the |
@ErikSchierboom, you want me to use this link for difference-of-squares, sum-of-multiples and accumulate instead of the link which was used in my example? Or just for accumulate? |
@GalaDe Just for |
@ErikSchierboom Ok, most of them will be done today. I will upload them to the right repository this time:) |
@GalaDe I was also thinking of picking some of these up - which ones are candidates for me to work on (if any?) Not sure if you have done all of them or just a subset. |
@ErikSchierboom, all of them are completed: accumulate (extension method docs) |
@ErikSchierboom pull request created. By the way, why I can't mark checkboxes with the complete exercises in your post? |
@GalaDe You can't check the checkboxes as you are not a maintainer of this repository, hence you don't have the rights. |
Here is the list which has to be done: list-ops (link to Func docs) Unfortunately, I will not be able to complete them until March 28th. @jmbradnan, do you wanna work on them? |
@GalaDe I've updated the list and added "(in progress)" for the HINTS you have submitted in your PR. Once that PR is merged, I'll check them in the list. Thanks for the great work! |
yes I will take a look at these. |
I am using other examples to hopefully get the formatting right, if there is a guideline for how to mark up the text for proper rendering let me know. |
It looks like the hint for the proverb exercise is for the beer-song exercise. I checked the HINTS file in the xfsharp/exercizes and it also contains the beer-song hint, is this an error? Doesn't seem like it is the right hint for that exercise |
@jmbradnan No that is not an error, the hints are actually the same, as the exercises are very similar. |
This reverts commit d8ce9a4.
This reverts commit 6a7d232.
This reverts commit a2e484c.
This reverts commit a2e484c.
* Cleanup .travis.yml #232 * Added HINTS.md file for nth prime exercise. Issue #209 * Added HINTS.md for word-search exercise #209 * Revert "Added HINTS.md for word-search exercise #209" This reverts commit d8ce9a4. * Adding HINTS.md for proverb exercise. * Revert "Adding HINTS.md for proverb exercise." This reverts commit a593f8e. * Revert "Added HINTS.md file for nth prime exercise. Issue #209" This reverts commit a2e484c. * Adding HINTS.md to proverb exercise * Adding HINTS.md file to word-search exercise
Hi @ErikSchierboom! I'm back:) Do you still need help with this ticket? |
I'd love some help 😀 |
Hey folks, getting back online after spring break, I think the ones that still remain are: list-ops (link to Func docs) Does that look right? Happy to help as well. |
@jmbradnan sounds good. Perhaps you and @GalaDe can divide them amongst yourselves? |
sounds good to me @ErikSchierboom @GalaDe I am going to look at list-ops problem next. |
scratch that, it looks like list-ops already has a HINTS.md file. All of the others I list above do need HINTS, so I will look at next one in list ->nucleotide-count |
btw, @ErikSchierboom there is a small typo in the HINTS for list-ops, I am going to just fix this and submit |
* Cleanup .travis.yml #232 * Added HINTS.md file for nth prime exercise. Issue #209 * Added HINTS.md for word-search exercise #209 * Revert "Added HINTS.md for word-search exercise #209" This reverts commit d8ce9a4. * Adding HINTS.md for proverb exercise. * Revert "Adding HINTS.md for proverb exercise." This reverts commit a593f8e. * Revert "Added HINTS.md file for nth prime exercise. Issue #209" This reverts commit a2e484c. * Adding HINTS.md to proverb exercise * Adding HINTS.md file to word-search exercise * fixed typos in HINTS.md #209
Hi @jmbradnan, I will work on these three today: sum-of-multiples (LINQ docs) |
Hi @ErikSchierboom, could you please mark nucleotide-count exercise and word-search as completed. |
@GalaDe Sure, forgot about that. I've just updated the list. |
@ErikSchierboom, Thank you! |
ok @GalaDe, I think that means these remain: I am going to look at palindrome-products first. |
* Cleanup .travis.yml #232 * Added HINTS.md file for nth prime exercise. Issue #209 * Added HINTS.md for word-search exercise #209 * Revert "Added HINTS.md for word-search exercise #209" This reverts commit d8ce9a4. * Revert "Added HINTS.md file for nth prime exercise. Issue #209" This reverts commit a2e484c. * Adding HINTS.md file for palindrome-products exercise * update to HINTS.md
@jmbradnan If you haven't started working on the house and saddle-points hints I can take them. |
@GalaDe yes please do - school just starting for me so busy for next few days. |
@jmbradnan Sounds good! Good luck with school! |
@ErikSchierboom, I guess we can close this ticket:) |
With huge thanks to @jmbradnan and @GalaDe, this issue can now be closed! Thanks a lot! |
Ehyyyyy!!!!! |
@abo64 added this issue to the Scala track, which I thought was a brilliant plan. I'm just gonna literally copy-and-paste that issue's text:
We should make a list of exercises for which some hints can be added. Of course, the first exercises should be more hint-heavy than the latter, although even for advanced exercises hints can be very useful. One example of this are the text parsing exercises, where we could guide people to using Sprache.
The text was updated successfully, but these errors were encountered: