Skip to content

PRO TIP Block youtube.com at the DNS level — Pi-hole, NextDNS or your hosts file — but allow youtube-nocookie.com and i.ytimg.com. These tutorials keep playing; the rabbit hole does not.

Learning without distractions

Set Data Structure And Operations | C Programming Example

12.2K views on YouTube

How to implement a set data structure in C, including related operations such as union, intersection, difference, membership, etc. Source code: https://github.com/portfoliocourses/c-example-code/blob/main/sets.c. This implementation is intended to help learners understand how to implement data structures and related algorithms, it is not built for high performance. See the Wikipedia article on Sets here: https://en.wikipedia.org/wiki/Set_(mathematics). Check out https://www.portfoliocourses.com to build a portfolio that will impress employers!