{"id":20987776,"url":"https://github.com/kanukim97/algorithm","last_synced_at":"2025-12-26T21:20:33.795Z","repository":{"id":62350592,"uuid":"440472791","full_name":"KanuKim97/Algorithm","owner":"KanuKim97","description":"알고리즘 풀이 Repository입니다","archived":false,"fork":false,"pushed_at":"2023-05-17T16:00:19.000Z","size":92,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-20T07:43:44.992Z","etag":null,"topics":["algorithm","leetcode","programmers-online-judge","sql"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KanuKim97.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-21T10:11:34.000Z","updated_at":"2022-12-01T17:43:01.000Z","dependencies_parsed_at":"2025-01-20T07:43:01.151Z","dependency_job_id":"a4a8d1dd-01b3-4996-9a6d-cf49bfbc6e5b","html_url":"https://github.com/KanuKim97/Algorithm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KanuKim97%2FAlgorithm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KanuKim97%2FAlgorithm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KanuKim97%2FAlgorithm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KanuKim97%2FAlgorithm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KanuKim97","download_url":"https://codeload.github.com/KanuKim97/Algorithm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243394732,"owners_count":20284008,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algorithm","leetcode","programmers-online-judge","sql"],"created_at":"2024-11-19T06:18:09.461Z","updated_at":"2025-12-26T21:20:28.768Z","avatar_url":"https://github.com/KanuKim97.png","language":"Python","readme":"# Description\n  - 알고리즘, SQL 풀이 Repository입니다.\n  - [Programmers](https://programmers.co.kr/) 와 [LeetCode](https://leetcode.com/)에서 문제를 풀었습니다!\n  - 알고리즘 풀이는 주로 Python을 사용했습니다.\n\n# Programmers\n ### Algorithm\n  - [Level 1](https://github.com/KanuKim97/Algorithm/tree/main/level1)\n    - 2016년\n    - 가운데 글자 가져오기\n    - 나머지가 1이 되는 수 찾기 \n    - 내적\n    - 두개 뽑아서 더하기\n    - 로또의 최고순위와 최저순위\n    - 문자열 내림차순으로 배치하기 \n    - 문자열 다르기 기본\n    - 부족한 금액 계산하기\n    - 비밀지고\n    - 소수찾기\n    - 숫자 문자열과 영단어\n    - 약수의 개수와 덧셈\n    - 약수의 합\n    - 없는 숫자 더하기\n    - 예산\n    - 음양 더하기\n    - 자연수 뒤집어 배열로 만들기\n    - 직사각형 별찍기\n    - 최대공약수, 최소공배수\n    - 햐샤드 수\n    - 핸드폰 번호 가리기\n    - K번째 수 \n    - x 만큼 간격이 있는 n개의 숫자 \n  - [Level 2](https://github.com/KanuKim97/Algorithm/tree/main/level2)\n    - 기능개발\n    - 더 맵게\n    - H-Index\n    - 다음 큰 숫자\n    - 최솟값 만들기\n### SQL(2022.04.19기준 전체 풀이 완료)\n  - [Level 1](https://github.com/KanuKim97/Algorithm/tree/main/sql/level1)\n    - 상위 n개의 레코드 \n    - 여러 기준으로 정렬하기 \n    - 이름없는 동물의 ID \n    - 이름있는 동물의 ID\n  - [Level 2](https://github.com/KanuKim97/Algorithm/tree/main/sql/level2)\n    - 고양이와 개는 몇마리 있을까\n    - 동명 동물 수 찾기\n    - 동물의 수 구하기\n    - 입양시각 구하기\n    - 중성화 여부 파악하기\n    - 최솟값 구하기\n    - DATATIME 에서 DATE로 형변환\n    - NULL처리하기\n    - 루시와 엘라 찾기\n    - 이름에 el이 들어가는 동물 찾기\n    - 중복 제거하기\n  - [Level 3](https://github.com/KanuKim97/Algorithm/tree/main/sql/level3)\n    - 있었는데요 없었습니다\n    - 없어진 기록 찾기\n    - 오랜기간 보호한 동물(1)\n    - 오랜기간 보호한 동물(2)\n    - 헤비 유저가 소유한 장소\n  - [Level 4](https://github.com/KanuKim97/Algorithm/tree/main/sql/level4)\n    - 보호소에서 중성화한 동물\n    - 우유와 요거트가 담긴 장바구니 \n\n# LeetCode\n ### Algorithms\n - [Easy](https://github.com/KanuKim97/Algorithm/tree/main/leetCode/Easy)\n - [Medium](https://github.com/KanuKim97/Algorithm/tree/main/leetCode/Medium)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkanukim97%2Falgorithm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkanukim97%2Falgorithm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkanukim97%2Falgorithm/lists"}