An open API service indexing awesome lists of open source software.

https://github.com/joie-kim/algorithm

Algorithm study
https://github.com/joie-kim/algorithm

algorithm algorithm-study codility javascript leetcode leetcode-python programmers-kr python3

Last synced: 5 days ago
JSON representation

Algorithm study

Awesome Lists containing this project

README

          

# Algorithm study

## Why

- 좀 더 효율적인 프로그래밍을 하기 위해
- 코딩 테스트 준비를 위해


## What

### [✍️ Jote down note](https://github.com/Joie-Kim/Algorithm/tree/master/Jote-down-note)

알고리즘을 공부하며 정리한 것들을 모아뒀습니다.

---

### [⚡️ Baekjoon](https://github.com/Joie-Kim/Algorithm/tree/master/Baekjoon)

[백준-단계별풀기](https://www.acmicpc.net/step)에 있는 문제를 풀며 작성한 코드를 모아뒀습니다.

### [🐤 Codility](https://github.com/Joie-Kim/Algorithm/tree/master/Codility)

[Codility](https://app.codility.com/programmers/lessons/1-iterations/)에 있는 알고리즘 문제를 풀며 작성한 코드를 모아뒀습니다.

### [🐥 Leetcode](https://github.com/Joie-Kim/Algorithm/tree/master/Leetcode)

[LeetCode](https://leetcode.com/problemset/all/)에 있는 알고리즘 문제를 풀며 작성한 코드를 모아뒀습니다.

### [🐣 Programmers](https://github.com/Joie-Kim/Algorithm/tree/master/Programmers)

[프로그래머스](https://programmers.co.kr/)에 있는 알고리즘 문제를 풀며 작성한 코드를 모아뒀습니다.

### [🍳 CodeUp](https://github.com/Joie-Kim/Algorithm/tree/master/CodeUp)

[코드업](https://codeup.kr/problemsetsol.php?psid=33)에 있는 알고리즘 문제를 풀며 작성한 코드를 모아뒀습니다.

### [🥚 Do_it](https://github.com/Joie-Kim/Algorithm/tree/master/Do_it)

> [Do it! 자료구조와 함께 배우는 알고리즘 입문: 파이썬 편](http://www.kyobobook.co.kr/product/detailViewKor.laf?ejkGb=KOR&mallGb=KOR&barcode=9791163031727&orderClick=LAG&Kc=)

위 책에 나온 예제 문제를 실습하며 작성한 코드를 챕터 별로 모아뒀습니다.