Oct 31, 2022Linked lists in CWhat are linked lists? Linking lists is one of the many uses of pointers in programming. Before going through this article, you should ensure that you have at least some background on how pointers work in C language. Linked lists are a type of data structure that consists of a…Linked Lists2 min readLinked Lists2 min read
Sep 27, 2022The path begins where you areI finally graduated from engineering school this year, which has been a dream of mine since I was a little girl. But to be honest, it didn’t feel as great as I hoped all those years. …Starting Over3 min readStarting Over3 min read