Skip to content

Add links to dynamic programming articles already made #1331

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
wants to merge 5 commits into from

Conversation

mhayter
Copy link
Contributor

@mhayter mhayter commented Sep 5, 2024

No description provided.

Copy link
Contributor

github-actions bot commented Sep 5, 2024

Visit the preview URL for this PR (for commit 9c0c035):

https://cp-algorithms--preview-1331-s3ilele9.web.app

(expires 2024-09-12T08:31:08.751681473Z)

@@ -63,6 +63,7 @@ search:
- Dynamic Programming
- [Introduction to Dynamic Programming](dynamic_programming/intro-to-dp.md)
- [Knapsack Problem](dynamic_programming/knapsack.md)
- [Longest increasing subsequence](sequences/longest_increasing_subsequence.md)
Copy link
Member

Choose a reason for hiding this comment

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

Please note that the way navigation works currently, each article is assumed to belong to exactly one (sub)section. In particular, this article already appears in "Miscellaneous -> Sequences" section. I don't have a strong opinion on which section it's better to keep it, but if you want to move it here, you should also change the file directory to dynamic_programming and create a redirect from the old link.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Given the lack of articles in the dp section it probably should be moved as people care more about dp than random sequences (heck, my intro to dp article ranks 6 on duckduckgo right now!). I'll probably look into it.

@adamant-pwn adamant-pwn deleted the branch cp-algorithms:main October 14, 2024 18:52
@adamant-pwn adamant-pwn reopened this Oct 14, 2024
@adamant-pwn adamant-pwn changed the base branch from master to main October 14, 2024 19:18
@mhayter mhayter closed this Apr 15, 2025
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.

2 participants