[13주차 / 김호집] by Hojip-Kim · Pull Request #87 · KeepDoingSomething/Algorithm-Study · GitHub
Skip to content

[13주차 / 김호집]#87

Merged
nashs789 merged 2 commits into
KeepDoingSomething:mainfrom
Hojip-Kim:main
Aug 18, 2024
Merged

[13주차 / 김호집]#87
nashs789 merged 2 commits into
KeepDoingSomething:mainfrom
Hojip-Kim:main

Conversation

@Hojip-Kim

Copy link
Copy Markdown
Contributor

[Pass] 최단경로
기본적인 다익스트라 문제입니다.
Comparable 인터페이스를 효율적으로 잘 사용하는방법을 익힐 수 있는 문제인것같습니다.

[FAIL] [PCCP 기출문제] 2번 / 석유 시추
효율성1번만 통과 못하고 나머지는 통과하였습니다.
for문안에서 Arrays.fill로 false 초기화해주는 구문때문인것같은데, 좀 더 고민이 필요할것같습니다.

[Pass] 물병
그리디 및 비트마스크로 풀이하였습니다.

@nashs789 nashs789 linked an issue Aug 17, 2024 that may be closed by this pull request
@nashs789

Copy link
Copy Markdown
Contributor

@nashs789 nashs789 merged commit 522a04e into KeepDoingSomething:main Aug 18, 2024
@nashs789

Copy link
Copy Markdown
Contributor

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.

[ #Week13 ] 문제

2 participants