Algorithms icon indicating copy to clipboard operation
Algorithms copied to clipboard

Date to Day Calculator SSOC'23

Open avinashvermaaa opened this issue 1 year ago • 1 comments

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 :-

  1. User can give Input and can find desired date falls on which day. (example -> 09/06/2023 --- > Friday)
  2. Guided Comments on how to use code.

Screenshot (935)

avinashvermaaa avatar Jun 09 '23 14:06 avinashvermaaa

Sir please assign this to me I can solve this problem

vivekpal24 avatar Jun 10 '23 17:06 vivekpal24

Stale issue message

github-actions[bot] avatar May 31 '24 16:05 github-actions[bot]