This repository contains Leetcode 75 code challenges
HOW TO WORK IN THIS REPO
- Go to the repo, copy its link and clone it to your local machine
- Navigate to week-one(depending on the week we are working in) and create a folder with your name eg; godfrey-atser
- For each and every task, create a file in your folder (use task title as the file name,one or two words from the task title will be okay) where you will write the solution.
- Always make sure to "git pull" before pushing your changes in order to avoid merging conflicts