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

Post on 11-Apr-2017

162 Views

Category:

Software

6 Downloads

Preview:

Click to see full reader

TRANSCRIPT

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

Study Meeting

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

PPT work

Take a Lecture Make PPT slide about what we studied

Practice in github

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

So far

Studied about hash-ing

Practice sorting al-gorithms

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.

감사합니다

top related