Does standard c library provides linked list etc. data structures?

后端 未结 6 561
囚心锁ツ
囚心锁ツ 2020-12-13 02:10

Do standard C library implementations, especially glibc (the GNU C Library) provide linked lists, stack et al. data structures, or do we have to roll our ow

6条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-13 02:29

    As such C does not provide data structures but you can use the glib provided by Gnome

    Queue.h ad Tree.h also provides you some Data structures

提交回复
热议问题