An open API service indexing awesome lists of open source software.

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.

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"