Our TeamMates & Roles - 19-2-SKKU-OSS/2019-2-OSS-L5 GitHub Wiki

L5 Teammates


About Teammates

νŒ€μž₯

이름: 문원쀀
ν•™κ³Ό: μ†Œν”„νŠΈμ›¨μ–΄ν•™κ³Ό
ν•™λ²ˆ: 2017315482
이메일: [email protected]
GitHub ID: wjun0830

νŒ€μ›

이름: μœ€μƒμ›
ν•™κ³Ό: μ†Œν”„νŠΈμ›¨μ–΄ν•™κ³Ό
ν•™λ²ˆ: 2018313467
이메일: [email protected]
GitHub ID: mikeysw

이름: 정노원
ν•™κ³Ό: μˆ˜ν•™κ³Ό
ν•™λ²ˆ: 2018314667
이메일: [email protected]
GitHub ID: Rowon

이름: 이민성
ν•™κ³Ό: μ†Œν”„νŠΈμ›¨μ–΄ν•™κ³Ό
ν•™λ²ˆ: 2018311500
이메일: [email protected]
GitHub ID: dlalstjd

이름: λ₯˜μˆ˜ν˜„
ν•™κ³Ό: μ†Œν”„νŠΈμ›¨μ–΄ν•™κ³Ό
ν•™λ²ˆ: 2018312336
이메일: [email protected]
GitHub ID: RSuhyeon


How to Contribute

  • Optimize algorithms that are already implemented
  • Use uncommon PL to implement algorithms
  • Use familiar PL to implement challenging algorithms

Roles

문원쀀 :

  • Develop Algorithms Using Familiar Languages(C, C++, Java, Python)

AlphaBetaPruning
EdmondsCarp etc...

  • Develop Algorithms Using Unfamiliar Languages(Kotlin, JS)

Factorial etc...

  • Set up Static_page
  • Make Wiki

μœ€μƒμ› :

  • Develop Algorithms Using Familiar Languages(C, C++, Java)

Counting Sort etc...

  • Develop Algorithms Using Unfamiliar Languages(Kotlin, Ruby)

Counting Sort etc...

  • Set up Static_page

정노원 :

  • Develop Algorithms Using Familiar Languages(C, C++)

Shell sort
Union-Find etc...

  • Develop Algorithms Using Unfamiliar Languages(Go)

Shell sort
Factorial etc...

  • Set up Static_page

이민성 :

  • Develop Algorithms Using Familiar Languages(C, C++, python)

Coin Change Algorithms using Greedy algorithm
Longest Increasing Subsequence
knapsack problem and fractional knapsack problem
Dynamic Programming for knapsack
Cycle Sort etc...

  • Develop Algorithms Using Unfamiliar Languages(Kotlin, C#)

swap
selection sort
depth first search
cycle sort etc...

  • Set up Static_page

λ₯˜μˆ˜ν˜„ :

  • Develop Algorithms Using Familiar Languages(C, Java)

Counting Sort - C & Java etc...

  • Develop Algorithms Using Unfamiliar Languages(JavaScript, Python)

Factorial etc...

  • Set up Static_page


문원쀀

  • C++
  1. AlphaBetaPruning
  2. EdmondsKarp
  3. Factorial - optimize with tail recursion
  4. ErrorBackPropagation
  • C
  1. BellmanFord
  2. Dijkstra
  3. DynamicProgramming
  • Kotlin
  1. Factorial
  2. BFS
  3. Bubble Sort
  4. Longest Increasing Subsequence
  5. DFS
  6. FloydWarshall
  7. BinaryGCD
  • Python
  1. Kruskal
  2. Randomized_Qsort
  • Java
  1. Prim
  • JS
  1. Factorial

μœ€μƒμ›

  • C++
  1. Counting Sort
  • Kotlin
  1. Counting Sort
  2. Merge Sort
  3. Bubble Sort

정노원

  • C
  1. Shell sort
  2. Union find
  • GO
  1. shell sort
  2. factorial

이민성

  • C
  1. Coin change
  2. Knapsack
  3. Longest Increasing Subsequence
  4. Dynamic Programming for several problem
  • Kotlin
  1. swap
  2. selection sort
  • C#
  1. swap
  2. depth first search
  3. cycle sort

λ₯˜μˆ˜ν˜„

  • C
  1. count sort
  • Javascript
  1. Fibonacci
  • Python
  1. Fibonacci