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

효율성 알고리즘 #34

Merged
merged 3 commits into from
Mar 24, 2022
Merged

효율성 알고리즘 #34

merged 3 commits into from
Mar 24, 2022

Conversation

Yenowme
Copy link
Collaborator

@Yenowme Yenowme commented Mar 20, 2022

💻 풀이 문제

  • 공통원소 구하기, 두 배열 합치기
  • 연속 부분수열1/2, 학급회장, 최대매출
  • 모든아나그램

🚩 문제에 필요한 개념

  • 투포인터
  • 슬라이딩 윈도우
  • 해시 (Map 혹은 객체 사용)

🦜 문제 풀이

  • 내용을 적어주세요.

@Yenowme Yenowme merged commit d0bf363 into main Mar 24, 2022
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.

1 participant