Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Fareez Ahmed
12,728 PointsSort Functions in Python
Hi, I was wondering if someone could point me to some online tutorials for doing the following problems without built-ins:
Counting Sort
Quick Sort
Quick Sort in Place
Finding the median of an unsorted array
I found a great Khan Academy video on youtube on insertion sort, so I'm good to go there :)
Thanks, Fareez
1 Answer
William Li
Courses Plus Student 26,868 PointsThere you go Problem Solving with Algorithms and Data Structures using Python
By the way, this book is amazing, if you're really into algorithms & DS stuffs, the whole book is wroth a read. Cheers.