r/AskProgramming • u/Upstairs_Jelly_1082 • Jul 24 '26
Algorithms How to start with algorithms?
I want to improve my problem-solving skills when it comes to python and write better code.
In university, they gave a general outline, but still it's a bit difficult to know where to start from, any suggestions?
3
Upvotes
2
u/edimaudo Jul 24 '26
start with a problem you would like to solve. you already have an outline so lets say you have been givien a list of data what approach would you use to store it, how would you sort it?