Programming Challenges - 22 - Generic Lists in C (C/C++)

preview_player
Показать описание
In this challenge, we look at how to implement a list data structure to store any type of data in C without having access to templates. We implement both a doubly linked list and a dynamically sized array.

See an example of how to use this in the main.c file.

Рекомендации по теме
Комментарии
Автор

See an example of how to use this in the main.c file.

MichaelGrieco
Автор

34:38 what's the purpose of setting the last element to NULL?

StandardLoop
welcome to shbcf.ru