Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kimd0ngjun/algorithm_structure
자료구조 및 알고리즘 스터디 & 커스터마이징 by Java, Python
https://github.com/kimd0ngjun/algorithm_structure
algorithm data-structures java python
Last synced: 7 days ago
JSON representation
자료구조 및 알고리즘 스터디 & 커스터마이징 by Java, Python
- Host: GitHub
- URL: https://github.com/kimd0ngjun/algorithm_structure
- Owner: kimD0ngjun
- Created: 2023-12-23T10:18:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-28T13:27:50.000Z (about 1 month ago)
- Last Synced: 2024-12-28T14:24:58.699Z (about 1 month ago)
- Topics: algorithm, data-structures, java, python
- Language: Java
- Homepage:
- Size: 222 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 자료구조와 알고리즘 공부
---
## 개념과 메소드- 기반 언어 : `Java 17` (향후에 `js` 도 추가 작성할 의향 있음)
- 자바와 관련해서 기본 제공되는 클래스가 존재하면 해당 클래스 숙지## 직접 구현하기
- 해당되는 자료구조 및 알고리즘을 커스터마이징
- 구현 조건은 최소한의 내장 라이브러리를 사용## 리팩토링 예정
- `Python 3`으로 기본 자료구조부터 관련 알고리즘까지 리팩토링 예정
- 노드의 개념은 `Python 3`에서의 단순 객체 변수로 대체 예정