Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

5주차 과제: 클래스 #5

Closed
whiteship opened this issue Nov 9, 2020 · 240 comments
Closed

5주차 과제: 클래스 #5

whiteship opened this issue Nov 9, 2020 · 240 comments
Assignees
Labels
과제 시즌1 자바 기초 스터디

Comments

@whiteship
Copy link
Owner

whiteship commented Nov 9, 2020

목표

자바의 Class에 대해 학습하세요.

학습할 것 (필수)

  • 클래스 정의하는 방법
  • 객체 만드는 방법 (new 키워드 이해하기)
  • 메소드 정의하는 방법
  • 생성자 정의하는 방법
  • this 키워드 이해하기

마감일시

2020년 12월 19일 토요일 오후 1시까지.

과제 (Optional)

  • int 값을 가지고 있는 이진 트리를 나타내는 Node 라는 클래스를 정의하세요.
  • int value, Node left, right를 가지고 있어야 합니다.
  • BinrayTree라는 클래스를 정의하고 주어진 노드를 기준으로 출력하는 bfs(Node node)와 dfs(Node node) 메소드를 구현하세요.
  • DFS는 왼쪽, 루트, 오른쪽 순으로 순회하세요.
@whiteship whiteship added the draft label Nov 9, 2020
@whiteship whiteship added this to the 자바 기초 스터디 milestone Nov 9, 2020
@whiteship whiteship self-assigned this Nov 9, 2020
@whiteship whiteship removed the draft label Dec 12, 2020
@whiteship whiteship pinned this issue Dec 12, 2020
@JoongSeokD
Copy link

5주차 학습입니다.
5주차 학습

이진트리 과제는 자료구조 알고리즘 공부해서 19일까지 제출하겠습니다!

Repository owner deleted a comment from gggjhu2 Dec 14, 2020
@jymaeng95
Copy link

jymaeng95 commented Dec 14, 2020

5주차 스터디 제출합니다. 항상 감사합니다!

https://www.notion.so/Live-Study-5-75f857b63e524d33914a8b3ec6e1e894

(whiteship) 과제 테스트 코드 작성까지 잘하셨습니다.

@KJJ924
Copy link

KJJ924 commented Dec 14, 2020

5주차 스터디 제출
필수 : https://k3068.tistory.com/29
이진트리 구현 : https://k3068.tistory.com/30

(whiteship) 전위 탐색과 후위 탐색까지 잘 하셨습니다.

@Lob-dev
Copy link

Lob-dev commented Dec 14, 2020

5주차 스터디 제출합니다!

https://lob-dev.tistory.com/entry/Live-StudyWeek-05-클래스

@etff
Copy link

etff commented Dec 15, 2020

5주차 스터디 제출합니다.
클래스 : https://itcoin.tistory.com/477
이진트리 구현 : https://itcoin.tistory.com/479

@Youngerjesus
Copy link

Youngerjesus commented Dec 15, 2020

5주차 스터디 제출합니다. 과제 (Optional)도 함께 제출합니다

https://velog.io/@youngerjesus/%EC%9E%90%EB%B0%94-%ED%81%B4%EB%9E%98%EC%8A%A4#6-%EA%B3%BC%EC%A0%9C

추가로 질문 있습니다.

클래스에 final 키워드를 언제 사용하면 좋은지 UseCase를 라이브 방송 때 알려주실 수 있나요?

찾아봐도 명확하게 와닿는 예가 없어서 질문드립니다!

(whiteship) 좋은 질문 감사합니다. 요청해주신대로 방송에서 다루겠습니다.

@kongduboo
Copy link

kongduboo commented Dec 15, 2020

5주차 과제 제출합니다.
감사합니다.

@Chohongjae
Copy link

https://chohongjae.github.io/livestudy/live-study-week5/
5주차 과제입니다.

@jeeneee
Copy link

jeeneee commented Dec 15, 2020

5주차 과제 제출합니다!
https://jeeneee.dev/java-live-study/week5-class/

(whiteship) 초기화 블록에 대한 정리 감사합니다.

@kys4548
Copy link

kys4548 commented Dec 16, 2020

5주차 과제 제출합니다.
https://blog.naver.com/kys4548/222173233577
감사합니다.

@SeungWoo-Oh
Copy link

SeungWoo-Oh commented Dec 16, 2020

5주차 과제 제출합니다.
이론: https://blog.naver.com/swoh1227/222174170682
과제:https://blog.naver.com/swoh1227/222175350122

(whiteship) 이진 트리 설명과 다양한 순회 방법 설명이 좋습니다.

@nimkoes
Copy link

nimkoes commented Dec 16, 2020

5주차 과제 입니다.
https://blog.naver.com/hsm622/222175480708

@minikuma
Copy link

5주차 과제 입니다.
필수: https://github.com/minikuma/study-halle/blob/master/study/weak5/weak5-study.md
과제: https://minikuma-laboratory.tistory.com/19
감사합니다. : )

@ChoiGiSung
Copy link

항상 감사드립니다.
https://github.com/ChoiGiSung/JavaStudy/blob/main/5%EC%A3%BC%EC%B0%A8.md

@MoonHKLee
Copy link

MoonHKLee commented Dec 16, 2020

영차~ 영차~ 영차~ 영차~ 영차~
https://leemoono.tistory.com/17

(whiteship) 기본 생성자 바이트코드!

@youngsunshin94
Copy link

5주차 과제 입니다.
https://shinysblog.tistory.com/28
감사합니다!

@jongnan
Copy link

jongnan commented Dec 16, 2020

5주차 과제 제출합니다~~

👍🏻👍🏻👍🏻👍🏻👍🏻👍🏻

@asqwklop12
Copy link

5주차 스터디 제출합니다.
https://b-programmer.tistory.com/235
이진 트리 과제는 추후에 올리겠습니다!

@damho1104
Copy link

5주차 공부한 내용 정리본 제출합니다.
https://www.notion.so/damho1104/5-f1766ce5443a4e75aae77471bafb9a5b
재귀함수 예제를 먼저 만들었고 반복문 예제도 만들어보겠습니다.

@Jul-liet
Copy link

감사합니다 :)
https://jul-liet.tistory.com/165

과제는 추가해서 올리겠습니다

@yeo311
Copy link

yeo311 commented Dec 16, 2020

5주차 과제입니다.
https://github.com/yeo311/java-study-with-whiteship/tree/main/week5

감사합니다~!!

@Gomding
Copy link

Gomding commented Dec 16, 2020

5주차 과제 제출합니다 :)

감사합니다!

@mongzza
Copy link

mongzza commented Dec 16, 2020

5주차 과제입니다. 감사합니다!
클래스 학습
이진트리 구현

@saintrealchoi
Copy link

5주차 과제입니다.
https://saintrealchoi.github.io/2021/01/30/java-day5/

@shinnyoung
Copy link

5주차 과제 제출합니다
https://parkbeaver.tistory.com/21

@Taein2
Copy link

Taein2 commented Feb 12, 2021

5주차 제출입니다
https://codingrepo.tistory.com/34

@heewonham
Copy link

https://blog.naver.com/micky6414/222241620750

5주차 과제 제출합니다. ^,^
(스터디가 밀린 관계로 optional은 추후 꼭 하겠습니다..ㅠ)

@soojpark91
Copy link

5주차 과제입니다.
https://soojpark.tistory.com/12

@sowjd
Copy link

sowjd commented Feb 14, 2021

5주차 과제 제출합니다.
https://sowjd.github.io/docs/java/study-halle/week5

@gmldnjs26
Copy link

5주차 과제 제출합니다.
https://heewon26.tistory.com/231

@gintire
Copy link

gintire commented Feb 14, 2021

5주차 과제 제출합니다.
https://gintrie.tistory.com/65
감사합니다.

@YuSeungMo
Copy link

YuSeungMo commented Feb 15, 2021

@Jii-Yeong
Copy link

5주차 과제 제출합니다!
https://tj5134.tistory.com/17

@elon09
Copy link

elon09 commented Feb 21, 2021

5주차 과제 제출합니다!
https://www.notion.so/5-8af6737c92544e0781ad5708be3c9cdf

@yongtaelim
Copy link

5주차 과제 제출합니다!!
https://jessyt.tistory.com/70

@eogh234
Copy link

eogh234 commented Feb 21, 2021

5주차 과제 제출합니다~
https://letsbegin.tistory.com/44

@justinnn980
Copy link

@dadoldasol
Copy link

5주차 과제 제출합니다!
https://becomegp.tistory.com/47

@eichel130
Copy link

5주차 스터디 제출합니다.
https://github.com/eichel130/study

@rkdals213
Copy link

과제 제출합니다!

https://www.notion.so/898e1152ada64862b361b42a676fbfd3

@chaechae0322
Copy link

chaechae0322 commented Feb 24, 2021

과제 제출합니다
과제

@Livenow14
Copy link

과제 제출합니다..!
https://livenow14.tistory.com/28

@HanJaehee
Copy link

과제 제출합니다!
https://hind-sight.tistory.com/45

@yhh1056
Copy link

yhh1056 commented Feb 28, 2021

https://www.notion.so/aeno/5d6e1e2441cd4af5883d7e2a1d6b933a 과제 제출합니다~!

@infoqoch
Copy link

https://velog.io/@infoqoch/JAVA-%ED%81%B4%EB%9E%98%EC%8A%A4
매번 감사합니다^^

@kdh9428
Copy link

kdh9428 commented Mar 1, 2021

5주차 과제 제출합니다!
https://www.notion.so/5-d03ec6077079459d9b29d085249f123e

@BaeJi77
Copy link

BaeJi77 commented Mar 1, 2021

5주차 과제 제출입니다!
https://baeji77.github.io/dev/java/java-study-05/

@jangpanda
Copy link

5주차 과제 제출합니다! 스터디를 빨리 시작했더라면.. 아쉽기도 합니다!
https://javapanda.tistory.com/45

@cs7998
Copy link

cs7998 commented Mar 4, 2021

5주차 과제 제출합니다.

https://github.com/cs7998/live-study-java/blob/main/5.Class.md

@hanseo0109
Copy link

5주차 과제입니다.
https://velog.io/@hanseo0109/step5-Java-Class

@tjdqls1200
Copy link

@JongWoonLee
Copy link

5주차 과제입니다.
https://www.notion.so/5-42e252e17580419da9993cdc7aecf839

Repository owner locked and limited conversation to collaborators Mar 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
과제 시즌1 자바 기초 스터디
Projects
None yet
Development

No branches or pull requests