{"id":29224786,"url":"https://github.com/minhi0449/algo-ds-java","last_synced_at":"2025-10-12T09:35:05.466Z","repository":{"id":291194773,"uuid":"976895011","full_name":"minhi0449/algo-ds-java","owner":"minhi0449","description":"Java 기반 Algorithm \u0026 Data Structure 학습 프로젝트","archived":false,"fork":false,"pushed_at":"2025-09-13T14:39:10.000Z","size":179,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-13T16:36:15.613Z","etag":null,"topics":["algorithms","beginner-friendly","coding-interview","competitive-programming","computer-science","data-structures","dsa","hackerrank","hash-tables","interview-preparation","java","java-algorithms","java-data-structures","leetcode","open-source","programming","recursion","trees"],"latest_commit_sha":null,"homepage":"","language":"Java","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/minhi0449.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-03T00:43:16.000Z","updated_at":"2025-09-13T14:39:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"4be434c2-c22e-4a12-995f-7140a7e73cda","html_url":"https://github.com/minhi0449/algo-ds-java","commit_stats":null,"previous_names":["minhi0449/algo-ds-java"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/minhi0449/algo-ds-java","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minhi0449%2Falgo-ds-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minhi0449%2Falgo-ds-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minhi0449%2Falgo-ds-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minhi0449%2Falgo-ds-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/minhi0449","download_url":"https://codeload.github.com/minhi0449/algo-ds-java/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minhi0449%2Falgo-ds-java/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279010940,"owners_count":26084837,"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-10-12T02:00:06.719Z","response_time":53,"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":["algorithms","beginner-friendly","coding-interview","competitive-programming","computer-science","data-structures","dsa","hackerrank","hash-tables","interview-preparation","java","java-algorithms","java-data-structures","leetcode","open-source","programming","recursion","trees"],"created_at":"2025-07-03T06:33:17.629Z","updated_at":"2025-10-12T09:35:05.450Z","avatar_url":"https://github.com/minhi0449.png","language":"Java","readme":"# Java Algorithm \u0026 Data Structure Study\n\u003e Java 기반 알고리즘 \u0026amp; 자료구조 학습 및 코딩테스트 준비 프로젝트\n\n[![Java](https://img.shields.io/badge/Language-Java-blue.svg)](https://www.oracle.com/java/)\n[![Algorithm](https://img.shields.io/badge/Study-Algorithm-red)](#)\n[![DataStructure](https://img.shields.io/badge/Study-DataStructure-green)](#)\n[![CS Fundamentals](https://img.shields.io/badge/CS-Fundamentals-important)](#)\n[![Coding Test](https://img.shields.io/badge/Preparation-CodingTest-yellow)](#)\n\n\n## ☑ 학습 목차\n| 챕터 | 주제                  | 세부 내용                                      |\n|-----|----------------------|----------------------------------------------|\n| ch01 | 기본 알고리즘 | 알고리즘 개요, 시간 복잡도, 공간 복잡도, 논리 연산/드모르간 법칙, 다중 루프 |\n| ch02 | 기본 자료구조 | 배열, 연결 리스트, 기본 연산 방법, 난수 생성/소수 나열 |\n| ch03 | 검색 알고리즘 | 선형 검색, 이진 검색, 해시 검색, 제네릭스 |\n| ch04 | 스택과 큐 | 스택 구현, 큐 구현, 응용 예제(링 버퍼로 큐 만들기) |\n| ch05 | 재귀 알고리즘 | 재귀 개념, 팩토리얼, 하노이 탑 문제, 8퀸 문제 |\n| ch06 | 정렬 알고리즘 | 버블 정렬, 단순 선택 정렬, 단순삽입, 셸 정렬, 퀵 정렬, 병합 정렬, 힙 정렬, 도수 정렬 |\n| ch07 | 문자열 검색 | 브루트-포스 알고리즘, KMP 알고리즘, 보이어-무어 알고리즘 |\n| ch08 | 리스트 | 배열 기반 리스트, 포인터 연결 리스트, 배열 커서 연결 리스트, 원형 이중 연결 리스트 |\n| ch09 | 트리 | 순서/무순서 트리, 이진 트리, 완전 이진 트리, 이진 검색 트리, 트리 순회 |\n| ch10 | 해시 | 해시 테이블, 충돌 해결, 체인법, 해시 함수 설계 |\n\n\n## ☑ 네이밍 규칙 (Naming Convention)\n\n| 항목       | 규칙 예시                          | 설명 |\n|-----------|----------------------------------|-----|\n| 패키지명  | `ch01.practice`                    | 챕터(ch01~ch10)별로 분리하고, 연습문제는 `practice` 하위 폴더로 구성 |\n| 클래스명  | `Q1_Max4`, `Q2_Min3`               | 문제 번호(Qn) + 기능명. 학습용으로 하이브리드 네이밍(Pascal + Snake) 사용 |\n| 메서드명  | `max4()`, `min3()`                 | 자바 기본 스타일인 소문자 카멜케이스 사용 |\n| 파일경로  | `ch01/practice/Q1_Max4.java`       | 챕터별 연습문제는 전용 practice 폴더에 정리하여 일관된 구조 유지 |\n\n\u003e 본 레포지토리는 학습 목적의 에듀용 저장소입니다.  \n\u003e 따라서 **문제 구분 및 가독성을 높이기 위해 하이브리드 네이밍(`Q1_Max4`)을 사용**합니다.  \n\n## ☑ 개발 환경\n- Java SE Development Kit (JDK) 8 이상\n- Eclipse IDE / IntelliJ IDEA CE\n- 외부 라이브러리 없음 (순수 자바만 사용)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminhi0449%2Falgo-ds-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fminhi0449%2Falgo-ds-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminhi0449%2Falgo-ds-java/lists"}