{"id":24176062,"url":"https://github.com/sehee-lee-01/algorithmjava","last_synced_at":"2026-05-19T07:32:17.243Z","repository":{"id":163122101,"uuid":"638554033","full_name":"Sehee-Lee-01/algorithmJAVA","owner":"Sehee-Lee-01","description":"🎮 JAVA 자료구조/알고리즘","archived":false,"fork":false,"pushed_at":"2024-01-26T14:34:50.000Z","size":136,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-08T04:26:41.115Z","etag":null,"topics":["algorithms","data-structures","java"],"latest_commit_sha":null,"homepage":"","language":"Java","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/Sehee-Lee-01.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-05-09T15:41:43.000Z","updated_at":"2025-05-14T18:05:03.000Z","dependencies_parsed_at":"2023-12-03T09:33:52.021Z","dependency_job_id":"59f6c7cb-6692-4282-9492-4494f658fb1b","html_url":"https://github.com/Sehee-Lee-01/algorithmJAVA","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sehee-Lee-01/algorithmJAVA","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sehee-Lee-01%2FalgorithmJAVA","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sehee-Lee-01%2FalgorithmJAVA/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sehee-Lee-01%2FalgorithmJAVA/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sehee-Lee-01%2FalgorithmJAVA/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sehee-Lee-01","download_url":"https://codeload.github.com/Sehee-Lee-01/algorithmJAVA/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sehee-Lee-01%2FalgorithmJAVA/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33206320,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-19T07:16:55.748Z","status":"ssl_error","status_checked_at":"2026-05-19T07:16:54.366Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","data-structures","java"],"created_at":"2025-01-13T02:34:42.256Z","updated_at":"2026-05-19T07:32:17.227Z","avatar_url":"https://github.com/Sehee-Lee-01.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 알고리즘 with JAVA\n\n\u003e vscode에서 JAVA 실행 환경을 구축하기 위헤 [JAVA 관련 확장 패키지](https://github.com/microsoft/vscode-java-dependency#manage-dependencies)를 다운로드 받아서 진행했다.\n\n## 1. 기본 개념(자료구조, 문법 등)\n\n### 1) 위키독스\n\n- [점프 투 자바](https://wikidocs.net/book/31)\n\n### 2) 참고 개인 블로그\n\n- [alstjdwo1601님의 Java 코딩테스트 관련 팁](https://velog.io/@alstjdwo1601/Java-%EC%BD%94%EB%94%A9%ED%85%8C%EC%8A%A4%ED%8A%B8-%EA%B4%80%EB%A0%A8-%ED%8C%81)\n\n- [ryusuz님의 [JAVA] 코딩테스트용 주요 함수 모음](https://velog.io/@ryusuz/JAVA-%EC%BD%94%EB%94%A9%ED%85%8C%EC%8A%A4%ED%8A%B8%EC%9A%A9-%EC%A3%BC%EC%9A%94-%ED%95%A8%EC%88%98-%EB%AA%A8%EC%9D%8C)\n\n## 2. 학습 강의\n\n### 인프런 강의\n\n- [Do it! 알고리즘 코딩테스트 with JAVA](https://inf.run/k8cA)\n  - 강의에 나온 백준 문제를 먼저 풀어보고 코드를 비교하면서 공부했다.\n  - 강의 내용 말고도 다른 사람들의 풀이도 비교했다.\n\n## 3. 문제 풀이\n\n\u003e 문제는 혼자 풀어보고 순위권에 있는 다른 코드와 비교하였다.\n\n### 1) 백준\n\n- [클래스별 문제 풀이](https://solved.ac/class) ← 주로 푼다.\n- [단계별 문제 풀이](https://www.acmicpc.net/step)\n- [삼성 SW 역량 테스트 기출 문제](https://www.acmicpc.net/workbook/view/1152) ← 구현 위주 문제\n- [구현문제 실버](https://solved.ac/search?query=%23implementation+*s\u0026sort=solved\u0026direction=desc\u0026page=1)\n\n### 2) 프로그래머스\n\n- [큰돌](https://www.inflearn.com/users/@kundol) 강사님 [추천 대기업 기출문제](https://school.programmers.co.kr/learn/challenges?order=acceptance_desc\u0026partIds=37527%2C31236%2C25448%2C21366%2C20069%2C17214%2C12286%2C9317%2C22586%2C18498%2C17931%2C300%2C301\u0026page=1\u0026levels=2%2C3\u0026languages=java\u0026statuses=unsolved) 풀어보기\n\n  - 추가로 원래 C++로 코딩테스트를 준비하고 있었는데, [인프런 질문 리스트](https://www.inflearn.com/chats/832755/java%EB%A7%8C-%EA%B0%80%EB%8A%A5%ED%95%9C-%EC%BD%94%ED%85%8C-%EC%A7%88%EB%AC%B8)에서 찾았던 큰돌 강사님의 답변이 많이 도움이 되었다.\n\n- [코딩테스트 고득점 Kit](https://school.programmers.co.kr/learn/challenges?tab=algorithm_practice_kit)\n  - 코딩테스트에 자주 나오는 유형, 사람들이 많이 틀리는 유형을 간추렸다고 한다.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsehee-lee-01%2Falgorithmjava","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsehee-lee-01%2Falgorithmjava","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsehee-lee-01%2Falgorithmjava/lists"}