https://www.hackerrank.com/challenges/30-linked-list/forum


연결리스트 자료구조를 구현하는 문제이다.


기본 Node클래스는 주어져있고, 삽입시 사용할 메서드만 완성하면 된다.



'IT > Algorithm' 카테고리의 다른 글

Day 17: More Exceptions  (0) 2018.06.16
Day 16: Exceptions - String to Integer  (0) 2018.06.14
Day 14: Scope  (0) 2018.06.12
Day 13: Abstract Classes  (0) 2018.06.11
Day 12: Inheritance  (0) 2018.06.10

+ Recent posts