{"id":23130913,"url":"https://github.com/jinjoo-lab/data-structure","last_synced_at":"2026-03-20T00:43:46.231Z","repository":{"id":176709647,"uuid":"658664249","full_name":"jinjoo-lab/Data-Structure","owner":"jinjoo-lab","description":"알고리즘 스터디에서 다뤘던 자료구조 + 알고리즘 복습","archived":false,"fork":false,"pushed_at":"2024-01-18T12:36:25.000Z","size":81,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-09T18:31:52.937Z","etag":null,"topics":["algorithm","datastructures"],"latest_commit_sha":null,"homepage":"https://github.com/TUK-Algorithm-Study/study","language":null,"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/jinjoo-lab.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":"2023-06-26T08:48:13.000Z","updated_at":"2023-10-11T18:04:15.000Z","dependencies_parsed_at":"2023-11-20T10:31:45.306Z","dependency_job_id":"a13fea98-d812-44be-af90-aedf93523dd9","html_url":"https://github.com/jinjoo-lab/Data-Structure","commit_stats":null,"previous_names":["jinjoo-lab/data-structure"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinjoo-lab%2FData-Structure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinjoo-lab%2FData-Structure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinjoo-lab%2FData-Structure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinjoo-lab%2FData-Structure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jinjoo-lab","download_url":"https://codeload.github.com/jinjoo-lab/Data-Structure/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247136441,"owners_count":20889653,"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","datastructures"],"created_at":"2024-12-17T11:11:01.939Z","updated_at":"2026-01-18T06:09:52.559Z","avatar_url":"https://github.com/jinjoo-lab.png","language":null,"readme":"# Data-Structure + Algorithm 스터디 복습 레포지토리\n### 한국공학대학교 알고리즘 스터디 (TUK - Algorithm Study 의 내용을 기반으로 복습 + 정리한 레포지토리)\n![Logo](https://user-images.githubusercontent.com/84346055/283541708-ce80a932-6505-4c3d-9a22-1cb81677f657.jpg)\n\n### 🎯 진행 방식\n\n스터디 깃허브 : [깃허브](https://github.com/TUK-Algorithm-Study/study)\n\n시간: 매주 토요일 (경우에 따라 변동 가능)\n\n장소: 디스코드\n\n시간: 1시간 - 1시간 30분(고정적이지 않다)\n\n주제: 알고리즘 개념 , 문제 풀이\n\n언어 : C++ , Java\n\n### 🎯 계획\n- 주요 알고리즘의 개념을 학습하고 기록한다.\n    - 매주 한 명씩 돌아가며 발표 ( 발표를 하지 않는 인원들도 학습해야한다. )\n- 일주일에 5문제를 풀고 각각 1문제씩 자신의 풀이법을 발표하도록 한다.\n    - 발표하는 과정에서 나머지 인원들은 질문(피드백)을 하도록 한다.\n    - 문제를 풀고 별도의 페이지에 풀이 방법을 기술하고 주요 접근법을 기술\n    - 코드리뷰의 가독성을 위해, 변수명과 로직을 명확하게 하도록 노력합시다\n        - 현업에서 내가 짠 코드를 나 혹은 다른 사람이 이해할 수 있게 짜는, 배려가 중요합니다\n        - 주석을 달지 않아도 이해할 수 있을 정도의 코드를 짜봅시다.\n\n\u003e 인원 각각의 상황에 따라 사전에 풀어본 문제는 피하는게 최선이지만 풀어본 문제를 다시 푸는 경우도 생김. 복습의 개념으로 생각하면 좋을거!\n\u003e \n### 스터디 멤버\n|진주원(팀장)|염예찬|소영|김상규|\n|:----:|:----:|:----:|:----:|\n|[@jinjoo-lab](https://github.com/jinjoo-lab)|[@yyechan0602](https://github.com/yyechan0602)|[@abbiddo](https://github.com/abbiddo)|[@ggyu0629](https://github.com/ggyu0629)|\n\n## 복습 레포\n### [알고리즘]\n- [백트랙킹](https://github.com/jinjoo-lab/Data-Structure/blob/main/Algorithm/BackTracking.md)\n- [이진탐색](https://github.com/jinjoo-lab/Data-Structure/blob/main/Algorithm/BinarySearch.md)\n- [다익스트라](https://github.com/jinjoo-lab/Data-Structure/blob/main/Algorithm/Dijkstra.md)\n- [플로이드-워셜](https://github.com/jinjoo-lab/Data-Structure/blob/main/Algorithm/Floyd.md)\n- [LCS](https://github.com/jinjoo-lab/Data-Structure/blob/main/Algorithm/LCS.md)\n- [MST](https://github.com/jinjoo-lab/Data-Structure/blob/main/Algorithm/MST.md)\n- [투-포인터](https://github.com/jinjoo-lab/Data-Structure/blob/main/Algorithm/TwoPointer.md)\n- [위상정렬](https://github.com/jinjoo-lab/Data-Structure/blob/main/Algorithm/topologySort.md)\n- [LIS](https://github.com/jinjoo-lab/Data-Structure/blob/main/Algorithm/LIS.md)\n- [벨만-포드](https://github.com/jinjoo-lab/Data-Structure/blob/main/Algorithm/Bellman-Ford.md)\n\n### [자료구조]\n- [해시](https://github.com/jinjoo-lab/Data-Structure/blob/main/Data-Structure/Hash/Hash.md)\n- [우선순위큐](https://github.com/jinjoo-lab/Data-Structure/blob/main/Data-Structure/PriorityQueue/PriorityQueue.md)\n- [큐](https://github.com/jinjoo-lab/Data-Structure/blob/main/Data-Structure/Queue/Queue.md)\n- [스택](https://github.com/jinjoo-lab/Data-Structure/blob/main/Data-Structure/Stack/stack.md)\n- 트리\n  - [트리](https://github.com/jinjoo-lab/Data-Structure/blob/main/Data-Structure/Tree/Tree.md)\n  - [세그먼트 트리](https://github.com/jinjoo-lab/Data-Structure/blob/main/Data-Structure/Tree/SegmentTree.md)\n  - [분리 집합](https://github.com/jinjoo-lab/Data-Structure/blob/main/Data-Structure/Tree/Union_Find.md)\n  - [트리 많게 적게 정점 칠하기](https://github.com/jinjoo-lab/Data-Structure/blob/main/Data-Structure/Tree/%ED%8A%B8%EB%A6%AC_%EB%A7%8E%EA%B2%8C_%EC%A0%81%EA%B2%8C_%EC%B9%A0%ED%95%98%EA%B8%B0.md)\n\n### [수학]\n- [소수판별](https://github.com/jinjoo-lab/Data-Structure/blob/main/Math/PrimeNumber.md)\n- [유클리드 호제법](https://github.com/jinjoo-lab/Data-Structure/blob/main/Math/GCD_LCM.md)\n  \n### [정렬]\n- [퀵정렬](https://github.com/jinjoo-lab/Data-Structure/blob/main/Sort/QuickSort.md)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjinjoo-lab%2Fdata-structure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjinjoo-lab%2Fdata-structure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjinjoo-lab%2Fdata-structure/lists"}