일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- mongoDB [Object]
- mongodb
- nodejs mongodb
- MYSQL
- [Object]
- node.js설치
- homebrew
- Installation
- collection.find
- 파이썬3
- Node.js
- Windows10
- Jupyter notebook
- 맥
- query
- node.js 연동
- 맥에 파이썬 설치
- mongo-native
- mongodb nodejs driver
- MacOS
- pip jupyter
- console.log
- util.inspect
- Projection
- python3
- Today
- Total
목록전체 글 (28)
Bon Voyage
Introduction tmux is a terminal multiplexer. It enables a number of terminals to be created, accessed, and controlled from a single screen. tmux may be detached from a screen and continue running in the background, then later reattached. Using tmux, you can keep the remotely connected session even though you are not in front of your computer, which is convenient when you have to call it a day bu..
python 공식 문서는 여기서 확인할 수 있다. 12. Virtual Environments and Packages — Python 3.8.1 documentation 12.1. Introduction Python applications will often use packages and modules that don’t come as part of the standard library. Applications will sometimes need a specific version of a library, because the application may require that a particular bug has been docs.python.org virtualenv 패키지는 각자의 환경에 설치된 모듈..
새로운 맥에 python 3, pip를 설치해야 하는데 은근 또 기억이 안나서 정리함 Python Release Python 3.8.1 The official home of the Python Programming Language www.python.org Python 공식 홈페이지에서 현재 기준 (2019. 12) 최신 버전의 Mac용 python 다운받고 설치함 그 후 terminal에서 python3 을 실행하면 python 3.8.1 (2019년 12월 기준 최신 버전)이 실행됨을 확인 그런데 python3을 쉽게 python으로 쓰고 싶어서 환경변수로 설정을 해 주기로 함! Linux와 달리 Mac은 .~/.bash_profile에 환경 변수 설정을 해 주면 된다. 왜 ~/.bash_profil..
TopCoder 알고리즘 트레이닝 https://book.naver.com/bookdb/book_detail.nhn?bid=7333164 TopCoder 알고리즘 트레이닝 프로그래밍 실력은 하루 아침에 완성되지 않는다 프로그래밍 콘테스트 탑코더를 대비서. 프로그래밍의 기본인 알고리즘 실력을 탄탄하게 다질 수 있도록 안내한다. 수학 공식을 많이 알아도 문제를 풀어보며 연습하지 않으면 안 되는 것처럼, 알고리즘 역시 연습을 통해 문제 해결력을 키워야 한다. 이 책은 전 세계 프로그래머와 경쟁하는 탑코더에서 최고 등급인 레드 코더가 되도록 이끌어 줄 것이다. book.naver.com 7장 동적 계획법과 메모화 부분을 정리한 내용입니다. 동적 계획법 기본 어떻게 쪼개서, 어떤 범위를 탐색하면서 어떤 결과를 저..
https://en.wikipedia.org/wiki/Catalan_number Catalan number - Wikipedia From Wikipedia, the free encyclopedia Jump to navigation Jump to search Recursive integer sequence In combinatorial mathematics, the Catalan numbers form a sequence of natural numbers that occur in various counting problems, often involving recursively-def en.wikipedia.org 위키피디아의 카탈란 수 페이지를 요약 정리해본 내용입니다! 카탈랑 수는 여러가지 조합 수 세기..
TopCoder 알고리즘 트레이닝 https://book.naver.com/bookdb/book_detail.nhn?bid=7333164 TopCoder 알고리즘 트레이닝 프로그래밍 실력은 하루 아침에 완성되지 않는다 프로그래밍 콘테스트 탑코더를 대비서. 프로그래밍의 기본인 알고리즘 실력을 탄탄하게 다질 수 있도록 안내한다. 수학 공식을 많이 알아도 문제를 풀어보며 연습하지 않으면 안 되는 것처럼, 알고리즘 역시 연습을 통해 문제 해결력을 키워야 한다. 이 책은 전 세계 프로그래머와 경쟁하는 탑코더에서 최고 등급인 레드 코더가 되도록 이끌어 줄 것이다. book.naver.com 5장 전체 탐색의 6~9 챕터까지 정리해본 내용입니다 그래프 탐색 알고리즘 1. 깊이 우선 탐색: DFS, Depth Firs..
TopCoder 알고리즘 트레이닝 https://book.naver.com/bookdb/book_detail.nhn?bid=7333164 TopCoder 알고리즘 트레이닝 프로그래밍 실력은 하루 아침에 완성되지 않는다 프로그래밍 콘테스트 탑코더를 대비서. 프로그래밍의 기본인 알고리즘 실력을 탄탄하게 다질 수 있도록 안내한다. 수학 공식을 많이 알아도 문제를 풀어보며 연습하지 않으면 안 되는 것처럼, 알고리즘 역시 연습을 통해 문제 해결력을 키워야 한다. 이 책은 전 세계 프로그래머와 경쟁하는 탑코더에서 최고 등급인 레드 코더가 되도록 이끌어 줄 것이다. book.naver.com 5장 전체 탐색의 1~5챕터까지 문제를 정리해 본 내용입니다 Exhaustive Search 어떻게 찾을 지는 알려주지 않고 ..
TopCoder 알고리즘 트레이닝 https://book.naver.com/bookdb/book_detail.nhn?bid=7333164 TopCoder 알고리즘 트레이닝 프로그래밍 실력은 하루 아침에 완성되지 않는다 프로그래밍 콘테스트 탑코더를 대비서. 프로그래밍의 기본인 알고리즘 실력을 탄탄하게 다질 수 있도록 안내한다. 수학 공식을 많이 알아도 문제를 풀어보며 연습하지 않으면 안 되는 것처럼, 알고리즘 역시 연습을 통해 문제 해결력을 키워야 한다. 이 책은 전 세계 프로그래머와 경쟁하는 탑코더에서 최고 등급인 레드 코더가 되도록 이끌어 줄 것이다. book.naver.com 4장 시뮬레이션 부분의 문제를 정리해 본 내용입니다. KiwiJuice Problem N bottles capacities[0..