This website works better with JavaScript
Почетна
Преглед
Помоћ
Регистрација
Пријавите се
jeremy
/
coding-interview-university
огледало од
https://github.com/jwasham/coding-interview-university
Прати
1
Волим
0
Креирај огранак
0
Датотеке
Дискусије
0
Вики
Дрво:
47dc2d7ad7
Гране
Ознаке
main
coding-intervie...
/
programming-language-resources.md
programming-language-resources.md
2.4 KB
Историја
Датотека
Programming Language Resources
C
ANSI C Cheat Sheet
K&R C book (ANSI C)
Make, Clang (video)
GDB:
Harvard CS50 - GDB (video)
Harvard CS50 - GDB (video)
Valgrind (video)
C++
C++ Cheat Sheet
STL Cheat Sheet
basics
pointers
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)
Python
Python Cheat Sheet
Python in One Video
Series on 3.4 (video)
Zero to Hero (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)
Java
? Please add
Other Language 1
Other Language 2
etc