본문 바로가기

고양이와 코딩

검색하기
고양이와 코딩
프로필사진 ovovvvvv

  • 분류 전체보기 (132)
    • java (1)
    • python (16)
    • react (16)
    • javascript (24)
    • 데브코스 TIL (39)
    • 데브코스 회고 (4)
    • CS (1)
    • node.js (5)
    • 함수형 코딩 스터디 (6)
    • todoList (2)
    • 사이드 (0)
    • C (14)
    • 하드웨어 (0)
    • 임베디드 (2)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2024/11   »
일 월 화 수 목 금 토
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
Tags
  • 코딩부트캠프
  • 국비지원교육
  • 프로그래머스 데브코스
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록2024/11/24 (1)

고양이와 코딩

[LeetCode] Merge Two Sorted Lists

연결리스트 문제는,, 첨 풀어봐서 ~ 검색해보고 아이디어를 얻어서 힘겹게 ㄱ ㅡ풀어냈다(이게 easy라니 이게easy라니 이게easy라니 죽자) You are given the heads of two sorted linked lists list1 and list2.Merge the two lists into one sorted list. The list should be made by splicing together the nodes of the first two lists.Return the head of the merged linked listInput: list1 = [1,2,4], list2 = [1,3,4]Output: [1,1,2,3,4,4]Example 2:Input: list1 = [], ..

C 2024. 11. 24. 23:18
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바