Skip to content

Commit 105b2c4

Browse files
committedOct 1, 2014
wow ☁️
0 parents  commit 105b2c4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+3976
-0
lines changed
 

‎.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.DS_Store
2+
*.class
3+
*.o
4+
a.out
5+

‎Day1/README.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## DAY1 - (LinkedList, ArrayList, Stack, Queue)
2+
### 공부한것
3+
- LinkedList 등 기본적인 자료구조
4+
5+
### TODO
6+
- Stack
7+
- Infix 연산 -> Postfix 연산
8+
- Postfix 연산 계산하기
9+
10+
### 심화 내용
11+
- LinkedList 최적화
12+
- LinkedList에 루프가 있는지 체크 ( 플로이드 싸이클 )
13+
- 뒤에서 n번째 노드 찾기
14+
15+
16+

0 commit comments

Comments
 (0)
Please sign in to comment.