This website works better with JavaScript
首页
发现
帮助
注册
登录
jeremy
/
coding-interview-university
镜像自地址
https://github.com/jwasham/coding-interview-university
关注
1
点赞
0
派生
0
文件
工单管理
0
Wiki
分支:
main
分支列表
标签列表
main
coding-intervie...
/
programming-language-resources.md
programming-language-resources.md
8.1 KB
永久链接
文件历史
原始文件
Programming Language Resources
C
ANSI C Cheat Sheet
K&R C book (ANSI C)
Make, Clang (video)
Top C Programming Interview Questions
GDB:
Harvard CS50 - GDB (video)
Harvard CS50 - GDB (video)
Valgrind (video)
Let us C
Complete C programming for beginners
Learn C in Detail
C++
C++ Cheat Sheet
STL Cheat Sheet
basics
pointers
class and object
functions
references
templates
compilation
scope & linkage
namespaces
OOP
STL
functors
C++ at Google (video)
Google C++ Style Guide
Google uses clang-format (there is a command line "style" argument: -style=google)
Efficiency with Algorithms, Performance with Data Structures (video)
Review of C++ concepts (video)
Let us C++
C++ Primer
C++ Tutorial for Beginners
C++ Interview Questions
Python
Python Cheat Sheet
Python in One Video
Series on 3.4 (video)
Statistics for Hackers (video)
Faster Python (video)
CPython Walk (video)
10 Tips for Pythonic Code (video)
Beyond PEP 8 -- Best practices for beautiful intelligible code (video)
Automate the Boring Stuff with Python
Coding Interview Essentials
Data Structures And Algorithms in Python
Python Programming Tutorial
Python Interview Questions
Python Guide for Beginners
Java
Stanford CS106A - Programming Methodology (video)
Java Cheat Sheet
Introduction To Programming In Java
Algorithms 4th Ed - Algorithm Book In Java
Effective Java 3rd Edition
Data Structures Easy to Advanced Course - Full Tutorial from a Google Engineer
Top Java Interview Questions and Answers
Data Structures in Java
Go
The Go programming Language
The Go programming Language (book)
A Tour of Go
Effective Go
Go Wiki
Go at Google: Language Design in the Service of Software Engineering
Go Proverbs
Go Proverbs - Rob Pike (video)
Gophercises - Free course on Coding Exercises in Go
HTML
HTML Cheat Sheet
Quick HTML Tutorial for Beginners
HTML Crash Course for Beginners (1 hr)
Learn HTML in Detail
Basic HTML and HTML5
W3 Schools
Html Interview Questions
CSS
Quick CSS Tutorial for Beginners
CSS Crash Course for absolute Beginners
Basic CSS
W3 Schools
Top 30+ CSS Interview Questions
Javascript
JavaScript Cheat Sheet
Learn Javascript in 12 minutes
Javascript Beginner Tutorials
Javascript Algorithms and Data Structures
Javascript Algorithms With Explanations
Javascript Tutorial - Learn From Scratch
Javascript Interview Questions and Answers
Rust
The Rust Programming Language
Rust by Example
Rust Tutorial by Doug Milford from Lambda Valley
Introduction - Easy Rust
Rust overview
A Gentle Introduction to Rust
Ruby
The Ruby Programming Language
Polished Ruby Programming
Ruby Fu
Ruby Koans
Other Language 2
etc