An open API service indexing awesome lists of open source software.

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

자료구조 이해 및 구현과 테스트 코드 작성 연습.

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