SAY-droid427 / DSAQuestions

Collection of data-structures and algorithms along with resources and guidelines for mastering coding
46 stars 17 forks source link

Added C folder #34

Closed UG-SEP closed 3 years ago

UG-SEP commented 3 years ago

hey , i have added c folder in this PR and also added some solution of some problem closes: #33 thanks please review it .. and if there any problem please tell me

SAY-droid427 commented 3 years ago

@UG-SEP

  1. At the beginning of each program write the name of the algorithm you have implemented.
  2. Format the code by selecting all the code and use Ctrl+Shift+I if you are using VSCode
  3. Add time complexity to each code Otherwise seems good