본문 바로가기
로드맵 및 참고자료

[참고자료] 프로그래밍 언어 및 알고리즘

by cogito30 2025. 2. 3.
반응형

프로그래밍 언어

- 버전별 기본 문법 + 공식 문서 + 내부 동작과정

 

Java

- [교재] 이것이 자바다(신용권, 임경균)

- [Doc] Java 8 Tutorial: https://docs.oracle.com/javase/tutorial/tutorialLearningPaths.html

 

JavaScript

- [교재] 

- [Doc] Modern JS Tutorial: https://javascript.info/

 

Python

- [교재] 파이썬 코딩도장(남재윤)

- [교재] 전문가를 위한 파이썬(루시아누 하말류)

- [Doc] Python 3.13 Tutorial: https://docs.python.org/3/tutorial/

 

C#

- [교재] 이것이 C#이다(박상현)

- [Site] C# 프로그래밍 배우기: https://www.csharpstudy.com/

- [Doc] C# Tutorial: https://learn.microsoft.com/ko-kr/dotnet/csharp/tour-of-csharp/

 

SQL

- [교재] 혼자 공부하는 SQL(우재남)

- [교재] Real MySQL 8.0 (백은빈, 이성욱)

- [Doc] MySQL 8.0 Tutorial: https://dev.mysql.com/doc/mysql-tutorial-excerpt/8.0/en/

 

알고리즘

- [교재]: 코딩 테스트 합격자 되기: 자바 편(김희성)

- [교재]: 자바 알고리즘 인터뷰(박상길)

 

- [교재]: 코딩 테스트 합격자 되기: 자바스크립트 편(이선협)

 

- [교재]: 코딩 테스트 합격자 되기: 파이썬 편(박경록)

- [교재]: 파이썬 알고리즘 인터뷰(박상길)

 

- [Site] Programmers: https://school.programmers.co.kr/learn/challenges?order=recent

- [Site] Baekjoon Online Judge: https://www.acmicpc.net/problemset

- [Site] Solved.ac: https://solved.ac/class

- [Site] SWEA: https://swexpertacademy.com/main/main.do

- [Site] Softeer: https://softeer.ai/practice

- [Site] Leetcode: https://leetcode.com/problemset/

 

 

반응형

'로드맵 및 참고자료' 카테고리의 다른 글

[참고자료] 웹 개발  (1) 2025.02.03