- Have an Algorithm or Data Structure ?
- Clone the forked repository
- Create a branch
- In the folder
/Solutions
- Have an Algorithm or Data Structure ?
- find your language folder/ create a new one if not found.
- create a new file with the format
{solution-title}-{githubusername}
- e.g
even_no_digit-caesarsage.py
- comment your thought/algorithmic process and complexity
- Add, Commit and Push
- commit with a descriptive name
- Create a PR
- Await Review
This repository is used to document the journey on getting a better foundational knowledge of Data Structure and Algorithm, alongside solving problems.
The reason for documenting these days is so that others can take something from it and also hopefully enhance the resources and also improve oneself.
The goal is to take 100 days, 2 hour a day, to tackle over 20 areas of DSA to a foundational knowledge.
This will not cover all things DSA but it will cover the areas that I feel will benefit my learning and understanding overall.
https://leetcode.com/discuss/general-discussion/460599/blind-75-leetcode-questions
- [✔️] ♾️ 1 > How to contribute for a better solution
- [✔️] ♾️ 1 > Introduction
- [✔️] ♾️ 2 > What to do when learning DSA
- [✔️] ♾️ 3 > Choosing a language and platform for solving daily questions
- [✔️] ♾️ 4 > Array - 01
- [✔️] ♾️ 5 > Array -02
- [✔️] ♾️ 6 > Array -03
- [✔️] ♾️ 7 > Array - 04
- [✔️] ♾️ 8 > Array - 05
- [✔️] ♾️ 9 > Array - 06
- [✔️] > Big O