This repository is for studying problem solving. ( Actually, for members. If you want to join us, see below How to join. )
There is no compulsion for uploading your works. Only slight duty is what you get. ( As other members can see your commit logs. )
Send your brief info to epikjjh@gmail.com. We welcome your warm support.
When you are ready to start, first choose your coding language ( Multiple languages are ok. ) and modify .gitignore in keeping with your developing environment. ( Good to see https://gitignore.io )
- Clone this repository to your local machine.
- Do your job. ( Implement data structures or algorithms, Solve few problems... whatever. )
- Write an issue ( See above issues tab ) for your work explanation.
- Look around what other members done, write your opinion or review their codes. ( optional )
There are some good resources to recommend.
- Problem solving sites
- Books
- 알고리즘 문제 해결 전략 ( 구종만 ) : http://book.algospot.com/index.html
- 탑고더 알고리즘 트레이닝 ( 타카하시 나오히로 )