{"id":24561609,"url":"https://github.com/jongfeel/songdoalgorithmstudy","last_synced_at":"2025-03-16T22:25:13.269Z","repository":{"id":111820699,"uuid":"161509678","full_name":"jongfeel/SongDoAlgorithmStudy","owner":"jongfeel","description":"GDG songdo algorithm study","archived":false,"fork":false,"pushed_at":"2019-04-17T13:24:19.000Z","size":205,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-23T17:06:22.630Z","etag":null,"topics":["algorithm","discord","gdg-songdo","programmers","programmers-challenges"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jongfeel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2018-12-12T15:44:52.000Z","updated_at":"2019-04-17T13:24:21.000Z","dependencies_parsed_at":"2023-06-04T02:45:13.828Z","dependency_job_id":null,"html_url":"https://github.com/jongfeel/SongDoAlgorithmStudy","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/jongfeel%2FSongDoAlgorithmStudy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongfeel%2FSongDoAlgorithmStudy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongfeel%2FSongDoAlgorithmStudy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongfeel%2FSongDoAlgorithmStudy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jongfeel","download_url":"https://codeload.github.com/jongfeel/SongDoAlgorithmStudy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243941605,"owners_count":20372270,"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","discord","gdg-songdo","programmers","programmers-challenges"],"created_at":"2025-01-23T08:33:42.045Z","updated_at":"2025-03-16T22:25:13.256Z","avatar_url":"https://github.com/jongfeel.png","language":"Python","readme":"# SongDoAlgorithmStudy\n\nGDG songdo algorithm study\n\n## Motivation\n\n- GDG incheon slack chatroom\n- https://www.meetup.com/ko-KR/GDG-SongDo/events/257019205/\n\n## Study progress\n\n- Online meeting: hangout meet\n- DateTime: every monday at 10:00 pm\n- [https://docs.google.com/spreadsheets/d/1UOVxD362DiHKsXeG-_bhAIHg_RCA9LCJ3gaYqLuPqEg/edit#gid=0](https://docs.google.com/spreadsheets/d/1UOVxD362DiHKsXeG-_bhAIHg_RCA9LCJ3gaYqLuPqEg/edit#gid=0)\n- Solve two problem and code share to discord\n- Choice two problem every meeting\n- Problem source\n  - [https://programmers.co.kr/learn/challenges](https://programmers.co.kr/learn/challenges)\n- Hangout meet\n  - [https://meet.google.com/mik-rcpc-epb](https://meet.google.com/mik-rcpc-epb)\n\n## Code share\n\n- Discord: [https://discordapp.com/channels/403397800005599233/521596155373682689](https://discordapp.com/channels/403397800005599233/521596155373682689)\n\n## Meeting #19\n\n- 2019-04-22\n- Offline dinner meeting, arround Campaus town station\n\n## Meeting #18\n\n- 2019-04-15\n- [17677, 뉴스 클러스터링](https://github.com/jongfeel/SongDoAlgorithmStudy/tree/master/Problems/17677)\n- [12971, 스티커 모으기 (2)](https://github.com/jongfeel/SongDoAlgorithmStudy/tree/master/Problems/12971)\n  - Actaully, this problem solved at 04-17\n\n## Meeting #17\n\n- 2019-04-08\n- [12907, 거스름돈](https://github.com/jongfeel/SongDoAlgorithmStudy/tree/master/Problems/12907)\n\n## Meeting #16\n\n- 2019-04-01\n- [42884, 단속카메라](https://github.com/jongfeel/SongDoAlgorithmStudy/tree/master/Problems/42884)\n- [42861, 섬 연결하기](https://github.com/jongfeel/SongDoAlgorithmStudy/tree/master/Problems/42861)\n- [12946, 하노이의 탑](https://github.com/jongfeel/SongDoAlgorithmStudy/tree/master/Problems/12946)\n\n## Meeting #15\n\n- 2019-03-25\n- [12953, N개의 최소공배수](https://github.com/jongfeel/SongDoAlgorithmStudy/tree/master/Problems/12953)\n\n## Meeting #14\n\n- 2019-03-18\n- [42747, H-Index](https://github.com/jongfeel/SongDoAlgorithmStudy/tree/master/Problems/42747)\n- [42579, 베스트앨범](https://github.com/jongfeel/SongDoAlgorithmStudy/tree/master/Problems/42579)\n\n## Meeting #13\n\n- 2019-03-11\n- [12973, 짝지어 제거하기](https://github.com/jongfeel/SongDoAlgorithmStudy/tree/master/Problems/12973)\n- [42886, 저울](https://github.com/jongfeel/SongDoAlgorithmStudy/tree/master/Problems/42886)\n\n## Meeting #12\n\n- 2019-03-04\n- Offline dinner meeting, arround Bupyoung station\n\n## Meeting #11\n\n- 2019-02-25\n- [42748, K번째수](https://github.com/jongfeel/SongDoAlgorithmStudy/tree/master/Problems/42748)\n- [12904, 가장 긴 팰린드롬](https://github.com/jongfeel/SongDoAlgorithmStudy/tree/master/Problems/12904)\n\n## Meeting #10\n\n- 2019-02-18\n- [12936, 줄 서는 방법](https://github.com/jongfeel/SongDoAlgorithmStudy/tree/master/Problems/12936)\n- [42885, 구명 보트](https://github.com/jongfeel/SongDoAlgorithmStudy/tree/master/Problems/42885)\n\n## Meeting #9\n\n- 2019-02-11\n- [43105, 정수삼각형](https://github.com/jongfeel/SongDoAlgorithmStudy/tree/master/Problems/43105)\n- [17681, 비밀 지도](https://github.com/jongfeel/SongDoAlgorithmStudy/tree/master/Problems/17681)\n\n## Meeting #8\n\n- 2019-01-28\n- [12924, 숫자의 표현](https://github.com/jongfeel/SongDoAlgorithmStudy/tree/master/Problems/12924)\n- [12927, 야근 지수](https://github.com/jongfeel/SongDoAlgorithmStudy/tree/master/Problems/12927)\n\n## Meeting #7\n\n- 2019-01-21\n- [42626, 더 맵게](https://github.com/jongfeel/SongDoAlgorithmStudy/tree/master/Problems/42626)\n- [12941, 최솟값 만들기](https://github.com/jongfeel/SongDoAlgorithmStudy/tree/master/Problems/12941)\n\n## Meeting #6\n\n- 2019-01-14\n- [12919, 서울에서 김서방 찾기](https://github.com/jongfeel/SongDoAlgorithmStudy/tree/master/Problems/12919)\n- [12914, 멀리 뛰기](https://github.com/jongfeel/SongDoAlgorithmStudy/tree/master/Problems/12914)\n\n## Meeting #5\n\n- 2019-01-07\n- [12901, 2016년](https://github.com/jongfeel/SongDoAlgorithmStudy/tree/master/Problems/12901)\n- [12951, JadenCase 문자열 만들기](https://github.com/jongfeel/SongDoAlgorithmStudy/tree/master/Problems/12951)\n- 추가 문제 풀기\n- [12921, 소수 찾기](https://github.com/jongfeel/SongDoAlgorithmStudy/tree/master/Problems/12921)\n\n## Meeting #4\n\n- 2018-12-30\n- [12909, 올바른 괄호](https://github.com/jongfeel/SongDoAlgorithmStudy/tree/master/Problems/12909)\n- [12913, 땅따먹기](https://github.com/jongfeel/SongDoAlgorithmStudy/tree/master/Problems/12913)\n\n## Meeting #3\n\n- 2018-12-23\n- [42577, 전화번호 목록](https://github.com/jongfeel/SongDoAlgorithmStudy/tree/master/Problems/42577)\n- [12905, 가장 큰 정사각형 찾기](https://github.com/jongfeel/SongDoAlgorithmStudy/tree/master/Problems/12905)\n\n## Meeting #2\n\n- 2018-12-17\n- [12899, 124 나라의 숫자](https://github.com/jongfeel/SongDoAlgorithmStudy/tree/master/Problems/12899)\n- [12900, 2xn 타일링](https://github.com/jongfeel/SongDoAlgorithmStudy/tree/master/Problems/12900)\n\n## Meeting #1\n\n- 2018-12-10\n- 모임 소개, 스터디 진행 방법 소개, 질의 응답\n- 각자 다음 주 까지 풀어올 문제 선정","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjongfeel%2Fsongdoalgorithmstudy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjongfeel%2Fsongdoalgorithmstudy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjongfeel%2Fsongdoalgorithmstudy/lists"}