RE: [Q] Is there any one good at linked lists - C 10-21-2017, 11:25 PM
#10
(10-21-2017, 11:14 PM)Altair Wrote:(10-21-2017, 10:56 PM)phyrrus9 Wrote: Well that's sad. Hope you get a decent grade anyways. Is this just a high school level class or uni? Give me some more details on the class, I'm interested. It's becoming increasingly rare that any Uni teaches any non-Java language, let alone C. It's practically nonexistent here in the US for a high school to teach programming, and the ones that do try to pass off basic HTML as programming. You don't know how lucky you are to be getting a real world education.I hope, thanks
I'm studying CSE at University 2nd grade. Class name is called "Data Structures", java was in the previous year but not now, we are studying this class with C only as far as for now. There are much more topics actually, linked lists is the beginning, we learned trees etc. etc. I don't remember what we learned actually, I couldn't join clases recently ./
I'm from Turkey btw.
Well kudos to Turkey for having a useful University program. I wish the US wasn't falling so far behind.
Data structures and algorithms are always fun to play around with. I think it's key that you learn how to do these in C, it teaches you how everything works under the hood, so when you move to C++, Java, and C# you understand how they work and know how to treat them with respect.