I am facing a situation where I have to take a coding interview in C. C lacks standard libraries even for basic functionalities like heap/stack or sorting algos. Wanted to know if leetcode has a custom header file which if we include gives us all those data structures which is widely available in other language (and probably interviewers expect to have them). If not, I request y'all to write it.