https://github.com/kiranandcode/topologicaltodo
A brand new todo application utilizing an internal graph to model task dependancies.
https://github.com/kiranandcode/topologicaltodo
android todo-list topological-sort
Last synced: 11 months ago
JSON representation
A brand new todo application utilizing an internal graph to model task dependancies.
- Host: GitHub
- URL: https://github.com/kiranandcode/topologicaltodo
- Owner: kiranandcode
- Created: 2018-01-28T19:40:21.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-06T05:47:57.000Z (about 8 years ago)
- Last Synced: 2025-02-16T14:25:06.226Z (about 1 year ago)
- Topics: android, todo-list, topological-sort
- Language: Java
- Size: 1.55 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Topological Todo
A todo application using a topological sort to allow users to track dependant tasks.
Displays all tasks while maintaining the invariant that no task appears before it's dependants.
Allows users to change the ordering of the tasks so long as the invariant is held.
## Screenshots
Looking good
Tasks can have dependancies

[app]: https://raw.githubusercontent.com/Gopiandcode/TopologicalTodo/master/screenshots/mainscreen.png "Application Screenshot"
[deps]: https://raw.githubusercontent.com/Gopiandcode/TopologicalTodo/master/screenshots/addingdependancies.png "Adding dependancies"