Someone out there please help me i must do a function for a bucket sort but i dont know how and the only things i must use are normal arrays and pointers no strange functions and libraries i need the code in c++ please i know what the program does but i dont know how to do it

tefismp
Recommended Answers
Jump to PostHere is a tutorial on bucket or bin sort. Link
Each array of yours will be a bucket. You can create as many arrays as the buckets you'll need. Then sort each …
All 4 Replies
seanhunt 1 Light Poster
stilllearning 148 Posting Whiz
sidatra79 36 Junior Poster
Freaky_Chris 299 Master Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.