10
Bubbles
5y

I hate when theres simple problems I cant solve. Legit pisses me off. I cant even program a simple number sorting algorithm. 🤬

Comments
  • 1
    Keep practicing, we all went through it.
  • 3
    @Bubbles try Bubblesort. *giggle*
  • 0
    Pen and paper helps me
  • 0
    @Fast-Nop I dont get the joke
  • 0
    @RememberMe the problem is I dont know how to compare each value to every other value and sort it, and it's in a string so it makes it more complicated in my head
  • 0
    @Bubbles bubblesort is a very basic and hilariously inefficient sorting algorithm. Good place to start learning though.

    Sounds like you need to relearn the basics, then. Almost every language has a simple way to iterate through a string.

    I would suggest picking a language and learning it from first principles, and then doing some sort of data structures and algorithms course from somewhere, say MIT OCW.
  • 0
    Try Khan academy comp sci, the only issue is that it's only in Js. But the actual concepts still apply
  • 0
    @Bubbles look at the algo name and your nickname.
  • 0
    @RememberMe ill look over some basic algorithms thank you for explaining the me sort! its basic but its a start
Add Comment