Coder Social home page Coder Social logo

ds-ia-2's Introduction

To-Do List with Priority Queue

This project implements a To-Do List using a Priority Queue data structure. It allows you to manage your tasks efficiently based on their priorities and track completed tasks.

Features

  • Add a Task: Add a new task with a priority level to the list.
  • Remove a Task: Remove a task from the list.
  • Mark Task as Completed: Mark a task as completed.
  • Display All Tasks with Priority: View all tasks along with their priorities.
  • Retrieve Highest Priority Task: Get the highest priority task that needs to be done.
  • Display All Completed Tasks: View all completed tasks.
  • Exit: Close the application.

How to Use

  1. Clone or download the project.
  2. Compile and run the C code.
  3. Use the provided menu to interact with the To-Do List.

Implementation Details

  • Tasks and their priorities are stored in a linked list.
  • The push function inserts tasks according to their priority.
  • The completed attribute is used to mark tasks as completed.

Usage

  • Choose from the menu options to add, remove, complete, and manage tasks.
  • View the highest priority tasks to determine which task to complete next.
  • Keep track of your completed tasks using the display feature.

Contributing

Feel free to contribute to this project by opening issues, suggesting enhancements, or making pull requests.

License

This project is open-source and available under the MIT License.

Acknowledgments

  • This project was created as part of a data structures course.
  • My Team Members for this project: Yashank Kothari and Sanika Lunawat

Contact

For any questions or feedback, please contact Minav Karia at [email protected].

Enjoy managing your tasks with the To-Do List with Priority Queue!

ds-ia-2's People

Contributors

minavkaria avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.