글
codejam 말고 kickstart 도 있네.
https://codingcompetitions.withgoogle.com/kickstart/round/0000000000050e01/0000000000069881
의 analysis를 읽다가 관련 algorithms을 공부하게 됐다.
다른 사람들의 solution code를 볼 수는 있는데, C++ 이 대부분이고, 언어로 검색할 수 없다.
analysis와 안 맞는 code들이 있을 것 같아서 보기 귀찮다.
꼬리의 꼬리를 물다가 공부한 것들:
2-3 tree
https://www.youtube.com/watch?v=TOb1tuEZ2X4
amortization
https://www.youtube.com/watch?v=3MpzavN3Mco
range trees
https://www.youtube.com/watch?v=xVka6z1hu-I
Finger search가 뭔지도 알게 됐다.
https://www.youtube.com/playlist?list=PL2SOU6wwxB0uP4rJgf5ayhHWgw7akUWSf
에서 finger라는 말이 나왔었는데 뭔지 잘 몰랐었다.
python input, output code를 처리하기에는 pycharm이 편했다. run, debug 설정에 file로 input을 simulate하는 설정이 있어서.
https://code.google.com/codejam/resources/quickstart-guide
python solution 일부
https://github.com/Harmon758/Google-Kick-Start
'공부 > Computers' 카테고리의 다른 글
ML engineer interview preparations (0) | 2020.10.26 |
---|---|
Leetcode 329 Longest Increasing Path in a Matrix (0) | 2020.08.09 |
coursera recent deep learning courses (0) | 2020.05.04 |
codejam 2020 R1 나중에 다시 볼 문제 기록 (0) | 2020.05.02 |
codejam 2018 R1B R1C practice (0) | 2020.04.10 |
cs231n stanford dnn image classification 보는 중 (1) | 2016.08.07 |
SPRING FRAMEWORK ESSENTIALS video 보기 (2) | 2016.06.17 |
videolectures로 PLSI, LDA 공부 (1) | 2016.04.18 |
real time recommendation: Google News Personalization: Scalable Online Collaborative Filtering 논문 읽기 (0) | 2016.04.01 |
groovy study (0) | 2015.12.28 |
RECENT COMMENT