스터디 초안 발표 - 알고리즘 (한양대 오픈소스동아리)

8
Algorithm Study 장장장 장장장 장장장 장장장 장장장 장장장 장장장 장장장 장장장 장장장

Upload: osori-hanyang

Post on 11-Apr-2017

161 views

Category:

Software


6 download

TRANSCRIPT

Page 1: 스터디 초안 발표 - 알고리즘  (한양대 오픈소스동아리)

Algorithm Study장형원 정조형 박준환 윤영진 김민섭 조광일 전형준 박준형 김수진 문혜라

Page 3: 스터디 초안 발표 - 알고리즘  (한양대 오픈소스동아리)

Study Meeting

Topics Sorting Divide & Conquer Hashing Skip List Balanced Tree Dynamic Programming Graph Algorithm Parallelism

Page 4: 스터디 초안 발표 - 알고리즘  (한양대 오픈소스동아리)

PPT work

Take a Lecture Make PPT slide about what we studied

Page 5: 스터디 초안 발표 - 알고리즘  (한양대 오픈소스동아리)

Practice in github

Let’s implement and share other’s code https://github.com/HyOsori/Osori-Algorithm

Page 6: 스터디 초안 발표 - 알고리즘  (한양대 오픈소스동아리)

So far

Studied about hash-ing

Practice sorting al-gorithms

Page 7: 스터디 초안 발표 - 알고리즘  (한양대 오픈소스동아리)

Goal ?

Study important algorithms Share knowledge with others Practice various implementations Making library

C++ STL data structures and algorithms are us-ing too many resources for general usage.

Focus on more compact data structures and al-gorithms.

Page 8: 스터디 초안 발표 - 알고리즘  (한양대 오픈소스동아리)

감사합니다