Coding is Fun! Do it everyday 💯💯
Code Daily, add your solutions to the given problem, submit a PR (and don't forget to add your name in the contributors list)
Read CONTRIBUTING.md for contribution guidelines.
Motivate yourself to code daily till 60 days, and see the magic! Coding will become your habit, and your skills will increase.
A real coder should not be satisfied by doing only one problem daily, rather he/she should keep coding as much as possible. So, here I (@MadhavBahlMD) am adding some more problems that you can practise 😃
Also, these problems have been taking form various sources, so ig you think you own any of the given problems, just send me an email at [email protected] and I will be more than happy to give proper credits 😊
The file structure is as follows
\DAILY CODE BASE
├───BONUS
│ ├───Algorithms
│ ├───Arrays
│ ├───Graphs
│ ├───LinkedLists
│ ├───Queues
│ ├───Recursion
│ ├───Stacks
│ ├───Strings
│ └───Trees
In this main README.md
, there are links to the README of BONUS
directory, and the README.md
of sub topics
In the README.md
of BONUS
directory, there is the list of all topics and under that there are all questions
In the README.md
of any topic directory, say Arrays
there is a README which contains all questions of that topic along with the link to the README.md
of the directory containing the question
The README.md
of directory containing the question must contain all the information about the question with some examples and the solution, and a little writeup about the algorithm used.
Before contributing any question, make sure that this structure is followed properly
In case you just want to contribute a question and not code, there is no need to do so many things, just open an issue with the topic Problem Submission and the problem in the comments. I'll add it myself, and will give you proper credits 😃
- Strings
- Recursion
- Array
- Algorithms
- Stacks
- Queues
- Linked Lists
- Trees
- Graphs
- Misc Questions
- Object Oriented Programming
Here are some of the questions asked previously in major companies like Google, Amazon, Facebook, Microsoft etc.
To Be Added
I do not own the rights to the questions I will discuss in this Daily Codes initiative. The questions have been collected from various sources and I do not know who created all those questions. If you think you are the owner of any question or any code, send me an email at [email protected], I will be more than happy to give the appropriate credits.