{"id":27417846,"url":"https://github.com/lah1203/2021_algorithm_study","last_synced_at":"2025-09-07T14:09:38.036Z","repository":{"id":133841912,"uuid":"423339361","full_name":"LAH1203/2021_Algorithm_Study","owner":"LAH1203","description":"알고리즘 스터디 (2021.11 ~ )","archived":false,"fork":false,"pushed_at":"2022-02-07T07:18:29.000Z","size":95,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-21T18:02:08.845Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/LAH1203.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,"zenodo":null}},"created_at":"2021-11-01T04:41:18.000Z","updated_at":"2022-01-10T02:28:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"c258d52d-59db-4cf1-aa48-2943a9e02809","html_url":"https://github.com/LAH1203/2021_Algorithm_Study","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LAH1203/2021_Algorithm_Study","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LAH1203%2F2021_Algorithm_Study","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LAH1203%2F2021_Algorithm_Study/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LAH1203%2F2021_Algorithm_Study/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LAH1203%2F2021_Algorithm_Study/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LAH1203","download_url":"https://codeload.github.com/LAH1203/2021_Algorithm_Study/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LAH1203%2F2021_Algorithm_Study/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274046000,"owners_count":25212982,"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","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-04-14T09:56:57.812Z","updated_at":"2025-09-07T14:09:38.002Z","avatar_url":"https://github.com/LAH1203.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 2021 Algorithm Study\n*알고리즘 스터디 (2021.11 ~ )*\n\n\u003cbr\u003e\n\n### 🌱 스터디원\n| 이름 | 언어 |\n|:---:|:---:|\n| [배두리](https://github.com/2ralumin) | ![Python](https://img.shields.io/badge/-Python-3776AB?style=flat\u0026logo=python\u0026logoColor=white) |\n| [이아현](https://github.com/LAH1203) | ![Python](https://img.shields.io/badge/-Python-3776AB?style=flat\u0026logo=python\u0026logoColor=white)\u003cbr\u003e![Javascript](https://img.shields.io/badge/-Javascript-F7DF1E?style=flat\u0026logo=javascript\u0026logoColor=white) |\n\n\u003cbr\u003e\n\n### 📝 스터디 기록\n\n\u003cbr\u003e\n\n🏷️ [배두리](https://github.com/LAH1203/2021_Algorithm_Study/tree/main/DuriBae)\n🏷️ [이아현](https://github.com/LAH1203/2021_Algorithm_Study/tree/main/AhhyunLee)\n\n| 유형 | 문제 | 날짜 |\n|:---:|:---:|:---:|\n| 그리디(Greedy) | 배두리 Pick!\u003cbr\u003e[주식](https://www.acmicpc.net/problem/11501) / [걷기](https://www.acmicpc.net/problem/1459) / [방 번호](https://www.acmicpc.net/problem/1082)\u003cbr\u003e이아현 Pick!\u003cbr\u003e[2+1 세일](https://www.acmicpc.net/problem/11508) / [큰 수 만들기](https://programmers.co.kr/learn/courses/30/lessons/42883) / [구명보트](https://programmers.co.kr/learn/courses/30/lessons/42885) | 2021-11-01 ~ 2021-11-21 |\n| DFS/BFS | [DFS와 BFS](https://www.acmicpc.net/problem/1260) / [단지번호붙이기](https://www.acmicpc.net/problem/2667) / [이모티콘](https://www.acmicpc.net/problem/14226) / [적록색약](https://www.acmicpc.net/problem/10026)\u003cbr\u003e[타겟 넘버](https://programmers.co.kr/learn/courses/30/lessons/43165) / [네트워크](https://programmers.co.kr/learn/courses/30/lessons/43162) / [단어 변환](https://programmers.co.kr/learn/courses/30/lessons/43163) / [여행경로](https://programmers.co.kr/learn/courses/30/lessons/43164) | 2021-11-22 ~ 2021-12 |\n| 구현 | [방 번호](https://www.acmicpc.net/problem/1475) / [별 찍기 - 18](https://www.acmicpc.net/problem/10993) / [아기 상어](https://www.acmicpc.net/problem/16236)\u003cbr\u003e[상어 초등학교](https://www.acmicpc.net/problem/21608) / [AC](https://www.acmicpc.net/problem/5430) / [결혼식](https://www.acmicpc.net/problem/5567) | 2022-01-10 ~ 2022-01-27 |\n| 정렬 | [내일 할거야](https://www.acmicpc.net/problem/7983) / [블랙 프라이데이](https://www.acmicpc.net/problem/18114) / [밥](https://www.acmicpc.net/problem/23559)\u003cbr\u003e[가장 큰 수](https://programmers.co.kr/learn/courses/30/lessons/42746) / [H-Index](https://programmers.co.kr/learn/courses/30/lessons/42747) / [전화번호 목록](https://www.acmicpc.net/problem/5052) | 2022-01-28 ~ 2022-02-06 |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flah1203%2F2021_algorithm_study","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flah1203%2F2021_algorithm_study","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flah1203%2F2021_algorithm_study/lists"}