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

https://github.com/rynanda/project-management-system

Managing a list of tasks in a project using data structures and algorithms.
https://github.com/rynanda/project-management-system

abstract-data-types algorithms csharp data-structures depth-first-search topological-sort

Last synced: about 1 year ago
JSON representation

Managing a list of tasks in a project using data structures and algorithms.

Awesome Lists containing this project

README

          

# Project Management System
Managing a list of tasks in a project using data structures and algorithms. Identifying significant abstract data types (ADTs) in a real-world application, designing and implementing the identified ADTs, then using the ADTs to build a real-world application. Applying algorithms (topological sort and depth first search) to solve computational problems arising from the ADT implementations and application building.