Skip to content

Latest commit

 

History

History

templates

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
<!-- This file is auto generated by Github Actions -->
<!-- Do not edit this file manually, your changes will be overwritten -->
Daily Coding Problem
====================
[![Script](https://github.com/Shivam010/daily-coding-problem/workflows/Script/badge.svg)](https://github.com/Shivam010/daily-coding-problem/actions?query=workflow%3AScript)
[![Cron](https://github.com/Shivam010/daily-coding-problem/workflows/Cron/badge.svg)](https://github.com/Shivam010/daily-coding-problem/actions?query=workflow%3ACron)
[![Greetings](https://github.com/Shivam010/daily-coding-problem/workflows/Greetings/badge.svg)](https://github.com/Shivam010/daily-coding-problem/actions?query=workflow%3AGreetings)
[![Days](https://img.shields.io/badge/since-{{.Days}}%20days-brightgreen?style=plastic)](https://github.com/Shivam010/daily-coding-problem)
[![Problems Solved](https://img.shields.io/badge/problems-{{.Solved}}%20solved-brightgreen?style=plastic)](https://github.com/Shivam010/daily-coding-problem)
[![Problems Missed](https://img.shields.io/badge/problems-{{len .Missed}}%20missed-brightgreen?style=plastic)](https://github.com/Shivam010/daily-coding-problem)
[![MIT License](https://img.shields.io/github/license/Shivam010/daily-coding-problem?style=plastic)](https://github.com/Shivam010/daily-coding-problem/blob/master/LICENSE)
<br>
[![Open for Review](https://img.shields.io/badge/open-for%20reviews-brightgreen?style=plastic)](https://github.com/Shivam010/daily-coding-problem/issues/new)
[![Golang](https://img.shields.io/badge/solution-Golang-brightgreen?style=plastic)](https://github.com/Shivam010/daily-coding-problem)
[![C++](https://img.shields.io/badge/solution-C++-brightgreen?style=plastic)](https://github.com/Shivam010/daily-coding-problem)
[![Python](https://img.shields.io/badge/solution-Python-brightgreen?style=plastic)](https://github.com/Shivam010/daily-coding-problem)

> _People find their paths in the strangest of ways._

On _`September 03, 2020`_, I found this website [Daily Coding Problem](https://www.dailycodingproblem.com/), where you can subscribe
to a newsletter and get one problem a day. I like the initiative: Solving one problem every day.

Also, after college, the daily job cycle began, which led to my breakup with competitive programming. But I wanted to start
solving problems again to keep it up, but could never begin.

So, I decided to subscribe the newsletter and to solve one problem every day. <br>
Since then I have solved _**`#{{.Solved}} problems`**_.
You can find the problems and solutions in their directories: [here](https://github.com/Shivam010/daily-coding-problem).

Solutions are mainly in _**C++ and Golang**_, and some problems may
also have _**Python**_ solution too, depending on what is asked in question.

> _Checkout my blog post on my habit of solving a problem daily [here](https://medium.com/coderbyte/solving-a-problem-every-day-a6de133a9254)_

_Want to join me? or Just need to stay upto date? <br>
**Start watching this repository or connect with me.**_

_And if you want to **review my solutions** or want to **add something**, I am open for accepting PRs, code reviews.
<br>
Anything you feel that needs correction._

{{/*next problem*/}}
{{- if len .Next }}
**Next problem:
&nbsp; `#{{ .Next }}`**
<br>
{{- end -}}
{{- if len .Missed }}
**Missed problems:
&nbsp; `#{{ index .Missed 0 }}`
{{- range slice .Missed 1 }}
    &nbsp; • &nbsp; `#{{.}}`
{{- end -}}**
{{ end }}

<!-- Do not edit. To add more problems, add them in `./note-worthy` file -->
Some of the worthy problems I have solved are listed here...

{{ range .Noteworthy -}}
    {{.}}
{{end}}

[]()
-----
<p align="center">
    <b><i>
	    People find their paths in the strangest of ways. Let's find our own! <br>
	    Let's connect <a href="https://shivam010.in">here</a>.
	</i></b>
</p>