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
- Host: GitHub
- URL: https://github.com/joie-kim/algorithm
- Owner: Joie-Kim
- Created: 2020-10-29T05:16:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-11T14:43:40.000Z (over 3 years ago)
- Last Synced: 2025-06-17T10:45:32.611Z (11 months ago)
- Topics: algorithm, algorithm-study, codility, javascript, leetcode, leetcode-python, programmers-kr, python3
- Language: Python
- Homepage:
- Size: 253 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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=)
위 책에 나온 예제 문제를 실습하며 작성한 코드를 챕터 별로 모아뒀습니다.