Algorithms
Algorithms copied to clipboard
Date to Day Calculator SSOC'23
Algorithms/C++/Maths/Zeller.cpp
There's a pre-exiting code for this in above mentioned location but that code is valid only for single input ( User can't give desired Input for Date to Day converter). I will redefine the code and optimize so that user can give input and can find desired output.
Before Optimization
input : - Can't give (pre given 11/11/2022 output : - Friday
After Optimization
Example :- input : - 09/06/2023 output : - Friday
input : - 10/03/2023 output : -Saturday
I can code this in ( C,C++,Python, Java ) Please assign me this issue under SSOC'23. @Kumar-laxmi
Features added :-
- User can give Input and can find desired date falls on which day. (example -> 09/06/2023 --- > Friday)
- Guided Comments on how to use code.
Sir please assign this to me I can solve this problem
Stale issue message