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

Add new topics to exercises related to data structures #712

Closed
alirezaghey opened this issue Aug 23, 2019 · 5 comments
Closed

Add new topics to exercises related to data structures #712

alirezaghey opened this issue Aug 23, 2019 · 5 comments
Labels
documentation 📖 Documentation changes

Comments

@alirezaghey
Copy link
Contributor

Issue #667 proposed normalizing the topics across exercises which was addressed in PR #711.

data_structures as a topic was removed from seven exercises, since it doesn't have a corresponding topic.

At least some of these seven exercises, and may be even other exercises, seem good candidates for a tag like data_structures or similar, since they cover this topic.

The seven exercises are as follows:

  • matrix
  • linked list
  • list ops
  • spiral matrix
  • custom set
  • circular buffer
  • simple linked list

In my humble opinion, data structures, like algorithms, is a topic of interest to many students, and having them combined under one meaningful topic is helpful.

Before adding a new topic to this exercises addressing the subject of data structures, an issue must be opened at problem-specifications to add the missing topic.

@SleeplessByte
Copy link
Member

@ErikSchierboom @F3PiX @kytrinyx @iHiD I think these all match one of our "exercise categories". This would probably be a possible moment to add this as a topic?

@SleeplessByte SleeplessByte added the documentation 📖 Documentation changes label Aug 24, 2019
@ErikSchierboom
Copy link
Member

Sounds like a good plan. I've checked the existing topics list and it indeed doesn't include this topic

@kytrinyx
Copy link
Member

I'll add it to the problem specifications document now.

@alirezaghey
Copy link
Contributor Author

I like to go through all the JS exercises and add the topic to those where it seems reasonable. Is that OK?

@SleeplessByte
Copy link
Member

@alirezaghey yes please. I think the seven you listed are prime candidates.

alirezaghey added a commit to alirezaghey/javascript that referenced this issue Aug 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation 📖 Documentation changes
Projects
None yet
Development

No branches or pull requests

4 participants