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++
- AlphaBetaPruning
- EdmondsKarp
- Factorial - optimize with tail recursion
- ErrorBackPropagation
- C
- BellmanFord
- Dijkstra
- DynamicProgramming
- Kotlin
- Factorial
- BFS
- Bubble Sort
- Longest Increasing Subsequence
- DFS
- FloydWarshall
- BinaryGCD
- Python
- Kruskal
- Randomized_Qsort
- Java
- Prim
- JS
- Factorial
μ€μμ
- C++
- Counting Sort
- Kotlin
- Counting Sort
- Merge Sort
- Bubble Sort
μ λ Έμ
- C
- Shell sort
- Union find
- GO
- shell sort
- factorial
μ΄λ―Όμ±
- C
- Coin change
- Knapsack
- Longest Increasing Subsequence
- Dynamic Programming for several problem
- Kotlin
- swap
- selection sort
- C#
- swap
- depth first search
- cycle sort
λ₯μν
- C
- count sort
- Javascript
- Fibonacci
- Python
- Fibonacci