LeetCode : 104. Maximum Depth of Binary Tree by 신기용
- find its maximum depth
- The maximum depth is the number of nodes along the longest path from the root node down to the farthest leaf node
- Note: A leaf is a node with no children
LeetCode : 344. Reverse String by 신기용
- The input string is given as an array of characters char[]
- you must do this by modifying the input array in-place with O(1) extra memory
- You may assume all the characters consist of printable ascii characters
Scheduling SQS messages by 브랜디 R&D 본부
- sqs ############################# # 대기 메시지 전송 SQS 모듈 ############################# class WaitMessage : schedule = { '08:00' : { 'usePeriod' : True } } # 이름 def name ( self ): return 'WaitMessage SQS' # 전송 def send ( self ): print ( '=' * 30 ) print ( 'WaitMessage SQS Send Message!' ) print ( '=' * 30 ) # 스케줄 시간 확인 schedule_info = schedule
- get ( 'result' ): total = 0 try : # 재전송 SQS에 큐가 비워질때까지 꺼내고 SQS 메세지 전송 후 메세지 삭제 for message in sqs
- dumps ( message [ 'Body' ]))) total += 1 except Exception as e : print ( "SQS Fail : {}"
ApDex - 애플리케이션 모니터링 by 이동인
- 평균응답시간이라는 지표가 있음에도 ApDex를 사용하는 이유는 평균응답시간이 일부 고객의 만족도를 무시하는 방향으로 지표를 표시하기 때문입니다
- 목표로 하는 평균 응답속도가 1초였으므로 아무런 문제가 없는 듯 하지만 10%의 사용자가 큰 불만을 가지고 있는 상황입니다
- 000명의 사용자 중에서 만족에 해당하는 고객이 9
12. 그래프 ADT (Graph ADT) by 백지오 about Node
- 모든 간선이 유향 간선인 그래프는 유향 그래프라 한다
- 간선 $a$에 연결된 노드를 각각 간선의 끝점이라 한다
- 그래프 내에 노드들을 연결하는 간선이 많을 경우 밀집 그래프
전 세계 다양한 iOS 앱 아이콘, 스크린샷, 랜딩 페이지를 큐레이션 해주는 곳 : AppStore Inspiration by 지금 써보러 갑니다