This repository will contain all the leet code questions we challenge ourselves to attempt and solution contribution from the community members
This is a shared repository, please treat it with good collaborative hygeine
- Always pull before creating a new branch or pushing changes
- Never push to the main branch directly, always create a
leetbranch egleet/4-median-of-two-sorted-arrays-<username>-solutionand create a PR - Create a fork from the main branch, its often the most stable and most upto date branch
- You can have as many proposed solutions as you want
- The same branching naming convetion also applies to how you name your classes/files/folders e.g
4-median-of-two-sorted-arrays-<username>-solution - Its a good practice to accompany your solution with a document i.e
solution-design-documentexplaining your thinking behind your solution