일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- LAMBDA
- 백준
- React
- 맥주
- serverless
- finops
- AWS
- Zappa
- Kafka
- Leetcode
- 머신러닝
- 노션
- amqp
- billing
- 2020년
- 알고리즘
- AWSKRUG
- API Gateway
- 하이트진로
- 회고
- CloudWatch
- Notion
- github pages
- 도메인 주도 설계
- HEXO
- 아키텍처
- 메세지큐
- zookeeper
- S3
- ddd
- Today
- Total
목록linked-list (1)
인생은 고통의 연속
Merge Two Sorted Lists
https://leetcode.com/problems/merge-two-sorted-lists/ Merge Two Sorted Lists - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 아니 풀고보니 솔루션이 유료됐네... 아무튼 2개의 정렬된 리스트를 합치는건데 무식하게 한번 풀어봤다 # Definition for singly-linked list. # class ListNode: # def __init__(self, val=0, next=None): # s..
프로그래밍/알고리즘
2022. 1. 11. 17:48