Anything

고정 헤더 영역

글 제목

메뉴 레이어

Anything

메뉴 리스트

    • 분류 전체보기
      • Troubleshooting
      • Codility Lessons 풀이
      • 백준 알고리즘 풀이
      • 프로그래머스 코딩테스트 풀이
      • 업무 이력
      • MCP

    검색 레이어

    Anything

    검색 영역

    컨텐츠 검색

    전체 글

    • MCP-Math

      2025.04.15 by 발발개발

    • [Lesson 10] Prime and composite numbers - Flags

      2025.02.14 by 발발개발

    • [Kotlin] Deprecated - ObjectMapper.DefaultTyping.EVERYTHING

      2025.02.13 by 발발개발

    • [Lesson 10] Prime and composite numbers - MinPerimeterRectangle

      2025.02.04 by 발발개발

    MCP-Math

    1. AI는 정확한 계산을 못한다는 가정2. MCP를 활용하여 수학적 계산을 정확하게 할 수 있게 끔 확장https://github.com/key824999/MCP-Math?tab=readme-ov-file#mcp-math

    MCP 2025. 4. 15. 17:51

    [Lesson 10] Prime and composite numbers - Flags

    https://app.codility.com/programmers/lessons/10-prime_and_composite_numbers/flags/ Flags coding task - Learn to Code - CodilityFind the maximum number of flags that can be set on mountain peaks.app.codility.comimport java.util.ArrayList;import java.util.List;class Solution { public int solution(int[] A) { List peekIdxList = new ArrayList(); for (int i = 1; i A[i + 1]) { ..

    Codility Lessons 풀이 2025. 2. 14. 14:55

    [Kotlin] Deprecated - ObjectMapper.DefaultTyping.EVERYTHING

    ERROR o.a.c.c.C.[.[.[.[dispatcherServlet] -- Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.springframework.data.redis.serializer.SerializationException: Could not read JSON:Could not resolve subtype of [simple type, class java.lang.Object]: missing type id property '@class' at [Source: REDACTED (`StreamReadFeature.INCLUD..

    Troubleshooting 2025. 2. 13. 14:01

    [Lesson 10] Prime and composite numbers - MinPerimeterRectangle

    https://app.codility.com/programmers/lessons/10-prime_and_composite_numbers/min_perimeter_rectangle/ MinPerimeterRectangle coding task - Learn to Code - CodilityFind the minimal perimeter of any rectangle whose area equals N.app.codility.comclass Solution { public int solution(int N) { double sqrt = Math.sqrt(N); int minPerimeter = Integer.MAX_VALUE; for (int i = 1; i

    Codility Lessons 풀이 2025. 2. 4. 14:30

    페이징

    이전
    1 2 3 4 ··· 116
    다음
    wjdwo951219@gmail.com
    Resume

    티스토리툴바