478
Not my problem sort (infosec.pub)
you are viewing a single comment's thread
view the rest of the comments
[-] TheOakTree@lemm.ee 4 points 2 hours ago

Hello programmers...

I recently took a course that went through basic python, C, and C++.

I had a hard time implementing various forms of sorting functions by hand (these were exercises for exam study). Are there any resources you folks would recommend so that I can build a better grasp of sorting implementations and efficiency?

[-] 90s_hacker@reddthat.com 3 points 2 hours ago* (last edited 2 hours ago)

Skiena's Algorithm design manual is very widely recommended for learning algorithms, I've also heard good things about A common sense guide to algorithms and data structures. Skiena's also has video lectures on YouTube if you prefer videos.

From what I've seen, a common sense guide seems to be more geared towards newer programmers while Skiena assumes more experience. Consequently, Skiena goes into more depth while A common sense guide seems to be more focused on what you specifically asked for. algorithm design manual

A common sense guide

[-] TheOakTree@lemm.ee 1 points 1 hour ago

Thank you, awesome! I will definitely check out this material :)

this post was submitted on 08 Nov 2024
478 points (100.0% liked)

Programmer Humor

19488 readers
792 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS