feat(ErdosProblems): Add Erdos README#2407
Merged
Paul-Lez merged 3 commits intogoogle-deepmind:mainfrom Feb 27, 2026
Merged
Conversation
Paul-Lez
reviewed
Feb 26, 2026
Member
Paul-Lez
left a comment
There was a problem hiding this comment.
LGTM, thanks for adding this! Two minor nits to harmonise the blank lines in your .md file
2 tasks
mo271
reviewed
Feb 26, 2026
mo271
approved these changes
Feb 26, 2026
Collaborator
mo271
left a comment
There was a problem hiding this comment.
Thanks, LGTM! only one minor nit...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a follow up to the discussion in #2327 (comment)
This is a quick draft I put together, so feel free to fix anything you see fit.
The one thing I added that we haven't really talked about is the References section that I put below.
This is really just a massive nit of mine, but this is kind of a common pattern in software engineering where you have a singular/plural word to describe a list of things, but you should really just commit to using the plural despite having a single item in the list. It'll allow for easier templating and formatting down the road as well.