Please, what best algorithm can be used in this case?
I am trying to create an task management app.
So, I’m trying to create a dictionary of the task name, task description and time in each dictionary and store each dictionary in a list.
How do i go about it?
Or what better way do you think I should do it.
yes, you can do it like this… just try it, it is a great learning experience…
my preferred way is using databases… so I would choose the sqlite component to store more complex data