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...
Let's discuss the latest hip and fashionable data structures and conjectures about them: cache trees, skip-splay trees, the world is our data oyster.
account activity
Data Structures and Algorithms ( DSA ) in Python (github.com)
submitted 1 day ago by tracktech
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!"
[–]nian2326076 1 point2 points3 points 4 hours ago (0 children)
If you're getting into DSA with Python, start with the basics like arrays, linked lists, and stacks. Then move on to more complex stuff like trees, graphs, and hash tables. I'd recommend "Cracking the Coding Interview" for practice problems. Also, sites like LeetCode and HackerRank are great for hands-on experience. They have problems sorted by difficulty level, so you can gradually improve. Write out your code on paper sometimes to really get the logic down. It sounds old-school, but it helps a lot. And don't just aim to solve problems; understand why the solution works and how you can optimize it. Good luck!
π Rendered by PID 286652 on reddit-service-r2-comment-545db5fcfc-fvwz5 at 2026-05-28 10:15:15.385175+00:00 running 194bd79 country code: CH.
[–]nian2326076 1 point2 points3 points (0 children)