A very simple and clean solution to keep your everyday to-dos prioritized. The application is very simple that just lets you organize your tasks for the day according to their priority.
Features:
- Prioritized tasks
- Add tags to task's description to be able to filter tasks by tags (use # to create a tag)
- Widget for today's task
In computer science/data structures, a priority queue is an abstract data type which is like a regular queue or stack data structure, but where additionally each element has a "priority" associated with it. In a priority queue, an element with high priority is served before an element with low priority. If two elements have the same priority, they are served according to their order in the queue.
Please contact me if you have any problems or requests.
Last updated on 2015年10月16日
此版本包含小幅错误修复和常规改进。请更新至最新版本,以获得更佳体验。