Leetcode#1_Add Two Numbers_02w03 by SOMJANG 포스팅 썸네일 이미지

우리가 공부한 것 들/알고리즘

Leetcode#1_Add Two Numbers_02w03 by SOMJANG

You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbers and return it as a linked list. You may assume the two numbers do not contain any leading zero, except the number 0 itself. Example Input: (2 -> 4 -> 3) + (5 -> 6 -> 4) Output: 7 -> 0 -> 8 Explanation: 342 + 46..

2020.02.20 게시됨

Leetcode#1_Reverse Integer_02w03 by SOMJANG 포스팅 썸네일 이미지

우리가 공부한 것 들/알고리즘

Leetcode#1_Reverse Integer_02w03 by SOMJANG

Given a 32-bit signed integer, reverse digits of an integer. Example 1 Input: 123 Output: 321 Example 2 Input: -123 Output: -321 Example 3 Input: 120 Output: 21 Note: Assume we are dealing with an environment which could only store integers within the 32-bit signed integer range: [−231, 231 − 1]. For the purpose of this problem, assume that your function returns 0 when the reversed integer overf..

2020.02.20 게시됨

n월 도서 죽은 경제학자의 살아있는 아이디어(New ideas from dead) 포스팅 썸네일 이미지

우리가 공부한 것 들/독서

n월 도서 죽은 경제학자의 살아있는 아이디어(New ideas from dead)

도서 제목 : 죽은 경제학자의 살아있는 아이디어 저자 : 토드 부크홀츠 기간 : 2월 마지막 주 참여인원 : 3/5 과제 티스토리에 책 서평 적기 한 문장 뽑기 책 앞장에 시작한 날의 생각 적기 죽은 경제학자의 살아있는 아이디어 (개정판) 국내도서 저자 : 토드 부크홀츠(Todd G. Buchholz) / 류현역 출판 : 김영사 2009.09.11 상세보기 #죽은 경제학자의 살아있는 아이디어 #경제도서 #독서 #도서 #서평

2020.02.04 게시됨

1월 도서 사피엔스(Sapiens) 유발 하라리 포스팅 썸네일 이미지

우리가 공부한 것 들/독서

1월 도서 사피엔스(Sapiens) 유발 하라리

도서 제목 : 사피엔스 저자 : 유발 하라리 기간 : 1월 14일 ~ 2월 8일 토요일 정기 모임까지 (중간 참여 가능) 참여인원 : 1/5 과제 티스토리에 책 서평 적기 한 문장 뽑기 책 앞장에 시작한 날의 생각 적기 사피엔스 국내도서 저자 : 유발 하라리(Yuval Noah Harari) / 조현욱역 출판 : 김영사 2015.11.23 상세보기 #사피엔스 #유발하라리 #독서모임 #독서

2020.01.14 게시됨