#30DaysofCode

#30DaysofCode

·

4 min read

I had started the #30DaysofCodeđź“š challenge while I was revising the basic concepts, data structures, and solving easy problems on LeetCode. I documented this so that it helps both me and others to recall what we have learned.

How to use this listđź“‘

First, look at the given questions, if you are confident with the given concept or feel very familiar, you can skip it else, read the description first and try to solve it. Next, read the solution approach this can help with Thinking out of the Box 🧠

The code solutions are written in C++. However, after reading the question and solution approach you will be able to understand the program easily and solve it in your preferred language.

If you find this #30DaysofCode list useful, Share it with a friend đź’–

C++ Concepts

Basics

Medium

Single Iteration O(N)

LeetCode

Data Structures

Searching Algorithms

All the Best!đź‘Ť Let's do this!