본문 바로가기
ETC1

[컴공 학습 순서] 2. C++

by cogito21_js 2023. 8. 19.
반응형

<개발 환경>

 C++ + G++ Compiler + Makefile + Cmake + Visual Studio Code+ Linux Command

 

<추천 학습>

(Windows) 

홍정모의 따라하면서 배우는 C++(인프런)

MSDN(C++)

 

(Mac) 

모두의 코드(C++)

cppreference

GNU Make

G++

CMake

Linux Command

Ubuntu Linux

Visual Studio Code

Standard C++ 

 

<추후 학습>

Algorithm

- Math

- String

- Sort

- Recursive

- Dynamic Programming

- Greedy

- Simulation / Implementation

- Search

- Two Pointer

- Binary Search Tree

- Minimum Spanning Tree

- Shortest Path Algorithm

 

<알고리즘 문제 사이트>

1. Programmers

2. Solved.ac

3. Baekjoon

4. SW Expert Academy

5. Softeer

6. Goorm

7. Algospot

8. Leetcode

9. Codeforces

10. Hackerank

반응형

'ETC1' 카테고리의 다른 글

[컴공 학습 순서] 4. Javascript  (0) 2023.08.19
[컴공 학습 순서] 3. Python  (0) 2023.08.19
[컴공 학습 순서] 1. C language  (0) 2023.08.19
[로드맵] 9.  풀스택  (0) 2023.07.31
[로드맵] 8. 웹 백엔드  (0) 2023.07.31