https://github.com/maheshpaulj/productivity_app
Productivity App has 3 sub programs, Calculator (postfix calculation) using stack, Todo list using Linked list, Contact List using doubly Linked list
https://github.com/maheshpaulj/productivity_app
calculator contacts dsa productivity-app todo todolist
Last synced: 4 months ago
JSON representation
Productivity App has 3 sub programs, Calculator (postfix calculation) using stack, Todo list using Linked list, Contact List using doubly Linked list
- Host: GitHub
- URL: https://github.com/maheshpaulj/productivity_app
- Owner: maheshpaulj
- Created: 2023-11-16T08:45:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-16T09:00:56.000Z (almost 2 years ago)
- Last Synced: 2025-05-15T17:11:18.311Z (5 months ago)
- Topics: calculator, contacts, dsa, productivity-app, todo, todolist
- Language: C
- Homepage:
- Size: 633 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Productivity_App
Productivity App has 3 sub programs, Calculator (postfix calculation) using stack, Todo list using Linked list, Contact List using doubly Linked list
## Demo


## Installation
To try this program yourself:
- download the code or clone this repo
- make sure you have C compiler or you can use an online compiler
- run the code## Contributing:
Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.Please make sure to update tests as appropriate.