Skip to content

Update/Add Patterns #7

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

Closed
seanprashad opened this issue May 1, 2020 · 4 comments
Closed

Update/Add Patterns #7

seanprashad opened this issue May 1, 2020 · 4 comments

Comments

@seanprashad
Copy link
Owner

seanprashad commented May 1, 2020

As I'm continuing my own studies, I realized that there are some missing categories that would be very helpful, such as:

  • Design
  • Trie
  • Greedy

When adding these new patterns, we should update the existing questions and their respective pattern, if need be, in src/data/index.js.

@mm1705
Copy link
Contributor

mm1705 commented May 24, 2020

Should I just mention the questions of Trie category here or create a pull request editing src/data/index.js?

If you'd prefer, I can share a leetcode list containing Trie questions which I find helpful in brushing up on Trie.

@seanprashad
Copy link
Owner Author

@mm1705 How do you feel about opening a PR? I'd be more than happy to work with you to get a patch merged and could definitely add the companies from LC premium where necessary.

Open a new issue and be sure to mention this one so we have a reference point for the future!

@mm1705
Copy link
Contributor

mm1705 commented May 25, 2020

@seanprashad I opened a PR, check it out.

Also, I see that currently there is only one pattern per LC problem, I would suggest we change it to an array and support multiple patterns per problem.

@seanprashad
Copy link
Owner Author

Closing this as we've added the ability to have multiple patterns for each question.

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

No branches or pull requests

2 participants