Binary search tree, AVL tree, B tree, Red-black tree, AA tree, Skiplist, Max heap, Min heap, Treap, Scapegoat tree, Splay tree 데모 프로그램
Archive : 2013. 2. 27. 19:14출처: http://people.ksp.sk/~kuko/bak/index.html
Binary search tree, AVL tree, B tree, Red-black tree, AA tree, Skiplist, Max heap, Min heap, Treap, Scapegoat tree, Splay tree 등의 자료구조들을 직접 동작시켜 볼 수 있는 Java Applet을 제공하는 사이트입니다.
저는 Skiplist를 공부해보려고 자료를 찾다가 발견하게 되었습니다.
기초적인 Binary search tree부터 고급 자료구조인 Skiplist나 Splay tree같은 것들도 다루고 있습니다.
'Archive' 카테고리의 다른 글
Scala foldLeft 예제들 (0) | 2013.04.01 |
---|---|
Java Generics에서 발생하는 Type Erasure (0) | 2013.03.25 |
오픈소스 라이센스의 종류 (0) | 2013.02.12 |
우분투 창 버튼 오른쪽으로 옮기기 (0) | 2012.12.22 |
Function hook 테크닉 (템플릿 메소드 패턴) (0) | 2012.10.08 |