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

Added Descriptions to Classic DP Problems #1269

Merged
merged 6 commits into from
Jun 9, 2024

Conversation

Zyad-Ayad
Copy link
Contributor

This pull request updates the section on classic dynamic programming problems by adding detailed descriptions for each problem. The aim is to enhance understanding and usability for users navigating through these problems.

  • Added Atcoder educational contest and cases list.

@Zyad-Ayad Zyad-Ayad closed this Apr 24, 2024
@Zyad-Ayad Zyad-Ayad reopened this Apr 24, 2024
@Zyad-Ayad
Copy link
Contributor Author

  • Added a link for each classic problem (if found), so users can try to solve.

Copy link
Contributor

@mhayter mhayter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for adding to my article. I agree that descriptions of the classical problems would be helpful. My original idea for the article was to link classical problems to internal articles on the website. I had been writing an article on 0-1 knapsack and subset sum but I'd gotten a little disheartened with the lack of enthusiasm for making the website better, so I hadn't finished it.

I'm not sure if linking externally for the classical problems would make sense. I do wonder if linking to examples of the problems makes sense given it's an introduction article. The problems I listed are basically on par with Fibonacci.

src/dynamic_programming/intro-to-dp.md Outdated Show resolved Hide resolved
src/dynamic_programming/intro-to-dp.md Outdated Show resolved Hide resolved
- Problems descriptions/examples are short and uniform.
- Added separate list for topic (BitmaskDP, DigitDP and DP on Trees)
Copy link

github-actions bot commented Jun 9, 2024

Visit the preview URL for this PR (for commit ff4b380):

https://cp-algorithms--preview-1269-k6uv05mh.web.app

(expires 2024-06-16T00:08:30.547780900Z)

@adamant-pwn
Copy link
Member

Thanks!

@adamant-pwn adamant-pwn merged commit 802029f into cp-algorithms:master Jun 9, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

None yet

4 participants