Skip to content

Min: 9월 1주차 문제 풀이 - #76

Open
gitseoyeon wants to merge 2 commits into
mainfrom
min
Open

Min: 9월 1주차 문제 풀이#76
gitseoyeon wants to merge 2 commits into
mainfrom
min

Conversation

@gitseoyeon

Copy link
Copy Markdown
Member

🔥 해결한 문제

릿코드

프로그래머스


🚒 해결하지 못한 문제

원인 분석

  • 문제 해결 방식에 대해 이해하지 못했습니다

개선 계획

  • 해당 알고리즘 관련 공부를 더 해보고 풀어보겠습니다

💡 새롭게 알게된 점


🚀 보완할 점

@gitseoyeon gitseoyeon self-assigned this Sep 10, 2026

@muncool39 muncool39 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

이번 스터디도 고생하셨습니다! 푹 쉬셔요잉! 👍

@@ -0,0 +1,20 @@
class Min {
public int maxProfit(int[] prices) {
int min = 100001;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

문제에서 최대값을 파악하고 설정한 점이 인상깊었습니다!! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants