Skip to content
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

Ozan Playlist Not Using Sets #1715

Closed
ievgenk opened this issue Mar 30, 2022 · 2 comments
Closed

Ozan Playlist Not Using Sets #1715

ievgenk opened this issue Mar 30, 2022 · 2 comments

Comments

@ievgenk
Copy link

ievgenk commented Mar 30, 2022

Heya good people of Exercism,

Was just doing Ozan Playlist exercise and noticed that even though concept linked is "Sets" the exercise is using arrays instead. Is this intentional or has not been converted to sets yet?

Maybe I could help with that ?

Thanks for wonderful learning resource !

@ievgenk
Copy link
Author

ievgenk commented Mar 30, 2022

Or I guess, looking at other peoples' solutions they should be converted back to arrays?

@ievgenk ievgenk closed this as completed Apr 12, 2022
@pjohanneson
Copy link

pjohanneson commented Nov 17, 2023

No, I agree with your initial assessment. I have apparently "mastered" sets without actually using a set.

For me it boiled down to:

  • use arrays, which I already understood and the exercise seemed to require; or
  • use sets internally, then convert the sets back to arrays for the return. (But I didn't see anything in the lesson explaining how to convert from one to the other.) (Edit: The conversion instructions are there; I just didn't see 'em. Whoops.)

That said, I've been finding Exercism a very, very useful online resource.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants