Algorithms | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Algorithms

Hey all? Im taking algorithms this semester and have no clue on what’s happening, I’ve heard from class mates that its their second or third time repeating the course because its too hard. Can anyone recommend any books or apps or links to help me understand algorithms quickly?? Thank you

9th Oct 2019, 8:04 PM
Ghalia
2 Answers
+ 1
thank you so much, i will definitly look them up!
9th Oct 2019, 9:29 PM
Ghalia
0
an algorithm is just the solution to a problem. the problems range from getting the biggest element from a list, to sorting a list, to finding a path in a labyrinth, to creating an labyrinth, to ... topics which are often pared with algoritms are sorting, searching, ... algoritms you could look up if you want to do some work: -bubble sort (easy) -insertion sort (easy-medium) -quick sort (medium-hard) -merge sort (medium-hard) (if you know what datastructures are:) -depth-first search -breadth-first-search
9th Oct 2019, 8:42 PM
Anton Böhler
Anton Böhler - avatar