검색결과 리스트
Programming에 해당되는 글 3건
- 2020.03.16 kickstart 2019 Round A 공부
- 2014.05.24 dart tips tutorials playlist 2
- 2013.09.04 c programming video lectures 찾기
codejam 말고 kickstart 도 있네.
https://codingcompetitions.withgoogle.com/kickstart/round/0000000000050e01/0000000000069881
Kick Start - Google’s Coding Competitions
Hone your coding skills with algorithmic puzzles meant for students and those new to coding competitions. Participate in one round or join them all.
codingcompetitions.withgoogle.com
의 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
Advanced Algorithms (COMPSCI 224) - YouTube
www.youtube.com
에서 finger라는 말이 나왔었는데 뭔지 잘 몰랐었다.
python input, output code를 처리하기에는 pycharm이 편했다. run, debug 설정에 file로 input을 simulate하는 설정이 있어서.
https://code.google.com/codejam/resources/quickstart-guide
Quick-Start Guide | Google Code Jam
code.google.com
python solution 일부
https://github.com/Harmon758/Google-Kick-Start
Harmon758/Google-Kick-Start
Google Kick Start. Contribute to Harmon758/Google-Kick-Start development by creating an account on GitHub.
github.com
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 |
www.dartlang.org 페이지에서 추천하는 tutorial
짧은 시간 동안에 dart의 특징을 알 수 있다.
dart가 얼마나 좋은지 신속하게 알 수 있고, getting started 로도 좋겠다.
Class 관련 내용은 10, 11편에서 가르쳐준다.
물론 실제로 code를 작성하려면, sample code를 더 봐야겠다.
type checking같은 기능이 (check mode 에서만이라도) 있어서 좋다.
ruby 등 최신 script 언어에 있는 기능들이 들어 있어서 좋네.
ios inhouse enterprise app 만들기 설명 동영상 sites (0) | 2014.12.27 |
---|---|
Google io 2014 keynote (0) | 2014.06.26 |
Testing in Xcode 6, Xcode 5 (0) | 2014.06.25 |
WWDC 2014 What's New in Cocoa Touch (0) | 2014.06.05 |
ios cocoa auto layout wwdc videos (0) | 2014.05.29 |
google io 2013 google plus sign-in android api tutorial (0) | 2014.02.10 |
Google maps android api videos Google io 2013 등 (0) | 2014.02.08 |
코스라 강의 Malicious Software and its Underground Economy: Two Sides to Every Story (0) | 2013.12.15 |
Google io 2003 Android graphics performance (0) | 2013.12.15 |
Google io 2013 android custom views (0) | 2013.12.15 |
c programming video lectures 찾기
https://www.coursera.org/course/cplusplus4c
http://freevideolectures.com/Course/3156/COP-2220-C-Programming
http://freevideolectures.com/Course/2519/C-Programming-and-Data-Structures
http://www.cs.purdue.edu/homes/cs240/
http://www.learnerstv.com/Free-Computers-Video-lectures-ltv040-Page1.htm
http://onlinevideolecture.com/computer-programming/csryoh/advanced-c-programming/?course_id=2271
뒷부분은 유료인가보네.
http://www.vtc.com/products/Advanced-C-Programming-Tutorials.htm
코스라 강의 Malicious Software and its Underground Economy: Two Sides to Every Story (0) | 2013.12.15 |
---|---|
Google io 2003 Android graphics performance (0) | 2013.12.15 |
Google io 2013 android custom views (0) | 2013.12.15 |
워싱턴대 컴퓨터 네트워크 동영상 강의 (0) | 2013.12.13 |
건조한 현장 Designing and Executing Information Security Strategies (0) | 2013.12.11 |
android battery를 아껴쓰려면 통신 빈도를 줄이기 (0) | 2013.05.30 |
unity windbg 교육 (0) | 2013.05.16 |
Marakana에 있는 Android services 관련 강의 보기 (0) | 2013.02.01 |
Wwdc 2012 Adopting storyboards in your app (0) | 2013.01.14 |
android dalvik memory video (0) | 2013.01.14 |
RECENT COMMENT