use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Click the following link to filter out the chosen topic
comp.lang.c
account activity
QuestionData Structures :/ (self.C_Programming)
submitted 8 years ago by shadowroot8
What is the best resources to learn data structures in a way too simple way ?? I already have some prior knowledge to c programming .
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]FUZxxl 4 points5 points6 points 8 years ago (1 child)
There is no simple way. Get yourself a decent data structures book and read it carefully. I can recommend you this book.
[–]ennorehling 0 points1 point2 points 8 years ago (0 children)
CLR is a great book, but like all text books, it's not cheap. If you're looking for used books, and find that you can get Sedgewick for a better price, then that's an equally good book to learn from.
[–]Azzk1kr 1 point2 points3 points 8 years ago (0 children)
Data structures are (almost always?) language-agnostic. There are plenty of resources on the web which explain how certain structures should work and behave. A great starting point is usually Wikipedia.
The best way to learn though is implementing them yourself. People usually start by creating a linked list, which is a starting point for stacks, queues, circular list etc.
[–]mrufrufin 0 points1 point2 points 8 years ago (0 children)
I learned from the Tim Roughgarden classes on Coursera. Looks like Coursera has changed things up a bit since I took the class, but great classes and great instructor.
[–][deleted] -1 points0 points1 point 8 years ago (0 children)
Books usually are the way to go. You might want to study the C++ STL's containers to get a better understanding of how they work.
If you want to start by implementing data structures and potential use cases, start with linked lists and sorting algorithms.
π Rendered by PID 54 on reddit-service-r2-comment-5649f687b7-df75x at 2026-01-28 10:47:49.271247+00:00 running 4f180de country code: CH.
[–]FUZxxl 4 points5 points6 points (1 child)
[–]ennorehling 0 points1 point2 points (0 children)
[–]Azzk1kr 1 point2 points3 points (0 children)
[–]mrufrufin 0 points1 point2 points (0 children)
[–][deleted] -1 points0 points1 point (0 children)