Linux: Data Structures for C

How can I use basic data structures such as list, queue and stack in Linux by using C language?

1) List, Tail queue, Circular queue from 'sys/queue.h'
http://stackoverflow.com/questions/1173422/library-for-the-basic-data-structures-such-as-queue-in-c
See 'man queue' also.

Example codes of LIST: http://ideone.com/T1EID
Example codes of TAILQ: http://blog.unx.ca/2006/08/tailq-example.html

2) Priority queue
https://github.com/vy/libpqueue#readme

댓글

이 블로그의 인기 게시물

Wireless: HotSpot 2.0 이란?

Apple M1 Mac Mini에서 이더리움 (Ethereum) 채굴하기

Java: Java for Game? Java가 Game 개발에 어울릴까?