https://github.com/donghl-dev/practices-datastructure
자료구조 이해 및 구현과 테스트 코드 작성 연습.
https://github.com/donghl-dev/practices-datastructure
data-structures gradle jdk12 junit4 tdd
Last synced: 5 months ago
JSON representation
자료구조 이해 및 구현과 테스트 코드 작성 연습.
- Host: GitHub
- URL: https://github.com/donghl-dev/practices-datastructure
- Owner: donghL-dev
- Created: 2019-08-10T13:50:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-22T11:25:10.000Z (over 6 years ago)
- Last Synced: 2025-02-05T11:52:09.287Z (about 1 year ago)
- Topics: data-structures, gradle, jdk12, junit4, tdd
- Language: Java
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 자료구조 구현 연습을 위해 구현 과정을 TDD를 통해 작성
> 자료구조에 대해 이해하고 있었던 내용들을 실제로 구현을 하면서 잘못 알고 있던 내용들은 다시 올바르게 이해하고, 테스트 코드를 작성해가면서 각 코드가 올바르게 동작하는 것을 확인하기 위한 실습들을 진행하면서 작성한 코드들의 관리 및 보관을 위해서 만든 저장소입니다.
## 준비사항
* JDK (>= 8)
* Gradle or IntelliJ IDEA
## 실행방법
* 저장소를 `clone`
```bash
$ git clone https://github.com/donghL-dev/Practices-dataStructure.git
```
* IntelliJ IDEA(>= 2018.3)에서 해당 프로젝트를 `Open`
## TODO
* List
* ArrayList
* [x] add, addall
* [ ] remove, removeall