https://github.com/hanull/java-live-study
https://github.com/hanull/java-live-study
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hanull/java-live-study
- Owner: hanull
- Created: 2020-11-08T06:16:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-27T15:00:53.000Z (over 5 years ago)
- Last Synced: 2025-08-27T19:13:07.274Z (11 months ago)
- Size: 488 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 백기선님 라이브 스터디 (2020.11.09 ~ )
## 개요
- 자바 기초를 학습
- 매주 과제 진행 및 피드백 형식으로 진행 (매주 토요일 유튜브로 진행)
- [과제 링크](https://github.com/whiteship/live-study/issues)
- [유튜브 링크](https://www.youtube.com/watch?v=peEXNN-oob4)
## 학습 내용
| 주차 | 내용 | 기간 |
| :--: | ------------ | ----------------------- |
| 1 | [**JVM**](https://github.com/hanull/java-study/blob/master/week1/note.md) | 2020.11.09 ~ 2020.11.14 |
| 2 | **변수** | |
| 3 | **연산자** | |
| 4 | [**제어문**](https://github.com/hanull/java-study/blob/master/week4/note.md) | 2020.12.16 ~ 2020.12.29 |
| | [**JUnit5 학습**](https://github.com/hanull/java-study/blob/master/week4/note0.md) | |
| | [**live-study 대시보드 만들기**](https://github.com/hanull/live-study-Dashboard) | |
| | [**LinkedList 구현하기**](https://github.com/hanull/java-study/blob/master/week4/note2.md) | |
| | [**Array로 Stack 구현하기**](https://github.com/hanull/java-live-study-assignment/blob/master/src/stack/ArrayStack.java) | |
| | [**ListNode로 Stack 구현하기**](https://github.com/hanull/java-live-study-assignment/blob/master/src/stack/ListNodeStack.java) | |
| | [**Queue 구현하기**](https://github.com/hanull/java-live-study-assignment/tree/master/src/queue) | |
| 5 | [**클래스**](https://github.com/hanull/java-study/blob/master/week5/note.md) | 2020.12.29 ~ 2020.12.30 |
| | [**BinaryTree를 정의하고 bfs, dfs 구현하기**](https://github.com/hanull/java-live-study-assignment/blob/master/src/binarytree/BinaryTree.java) | 2021.01.05 ~ 2021.01.06 |
| 6 | [**상속**](https://github.com/hanull/java-study/blob/master/week6/note.md) | 2021.01.12 ~ 2021.01.14 |
| 7 | [**패키지**](https://github.com/hanull/java-study/blob/master/week7/note.md) | 2021.01.20 ~ 2021.01.21 |
| 8 | [**인터페이스**](https://github.com/hanull/java-study/blob/master/week8/note.md) | 2021.01.26 ~ 2021.01.27 |
| 9 | [**예외처리**](https://github.com/hanull/java-study/blob/master/week9/note.md) | 2021.01. ~ 2021.01. |
## 회고록