내일배움캠프 til2 [TIL] 09.10 https://1chanhue1.tistory.com/92 [운영체제] 운영체제의 메모리를 관리 전략운영체제가 메모리 관리를 해야 하는 이유:프로세스 간의 메모리 충돌 방지: 각 프로세스는 독립적인 메모리 공간을 가져야 합니다. 메모리 충돌을 방지하지 않으면 하나의 프로세스가 다른 프1chanhue1.tistory.comhttps://1chanhue1.tistory.com/93 [안드로이드] Hilt에서 @Binds와 @Provides의 차이@Binds vs @Provides공통점@InstallIn로 정의된 모듈 내부에서 종속성 주입을 위해 사용된다.@Binds : 인터페이스와 인터페이스의 구현체를 연결하는데에 사용된다.@Binds의 메서드는 추상 메서드여야 한다1chanhue1.tistory.com 2024. 9. 10. [TIL] 06.27 https://1chanhue1.tistory.com/57 [프로그래머스 , kotlin] 피로도연결리스트를 이용한 풀이 ( 스택과 같은 기능으로)fun solution_ff(k: Int, dungeons: Array): Int { val stack = mutableListOf(Triple(k, 0, BooleanArray(dungeons.size))) var maxCount = 0 while (stack.isNotEmpty()) { val (currentK, count, vis1chanhue1.tistory.com 2024. 6. 27. 이전 1 다음