Download List

프로젝트 설명

llrb.h is an iterative implementation of Robert Sedgewick's 2-3 variant left-leaning red-black tree algorithm. It's written to be a drop-in replacement for Niels Provos' <sys/tree.h> C preprocessor red-black tree library.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-03-17 22:28
20120315

이 릴리스 삽입 NULL 초기화 자식 포인터 오류를 해결합니다.
Tags: major bugfix stable
This release fixes a failure to NULL initialize child pointers on insertion.

2011-11-03 16:54
20111102

매크로 형식 이름은 이제 DELETEMIN에서 사용 됩니다. LLRB_PROTOTYPE 및 LLRB_GENERATE 지금 삽입 루틴의 저장소 클래스에 동의합니다.
Tags: minor bugfix
A macro type name is now used in DELETEMIN. LLRB_PROTOTYPE and LLRB_GENERATE now agree on the storage class of the INSERT routine.

Project Resources