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

2. Stack #4 #8

Closed
lukasjhan opened this issue Mar 1, 2024 · 1 comment
Closed

2. Stack #4 #8

lukasjhan opened this issue Mar 1, 2024 · 1 comment
Assignees

Comments

@lukasjhan
Copy link
Member

스택을 활용해서 2가지 문제를 풀어봅시다.

항상 생각해야할것.

  • 그냥 모든 경우의 수를 구현한다면 어떨지 생각하기 (모든 경우의 수)
  • 어떻게 최적화 할지 생각해보기 (스택)

https://leetcode.com/problems/generate-parentheses/description/

https://leetcode.com/problems/daily-temperatures/description/

@lukasjhan
Copy link
Member Author

lukasjhan commented Mar 1, 2024

너무 어렵다면 이 문제 먼저 생각해보기

https://leetcode.com/problems/valid-parentheses/description/

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

No branches or pull requests

2 participants