Thank You, Now Something New

Thank You, Now Something New
In most second semesters of Computer Science courses in Indonesia, students will learn about a course called Data Structure. In my case, it was a course about LinkedList taught in the C language. Of all the courses I took, this was the only one worth remembering all this time. Having an ever-connected list in which every node points to its previous and next nodes. The first being the head while the last is its tail. [Read More]