This repo will be updated each Monday with new coding problems for members of the group.
-
Clone this repo to your local computer.
i.e.
git clone https://github.com/Virtual-VV/virtual-vv-code-challenges.git -
Create and checkout a new branch using your name.
i.e.
git checkout -b <yourname> -
Solve the current problem while in your personal branch.
-
Push your completed code to your personal branch on the repo.
i.e.
git push origin <yourname> -
Pull down new code problems on Mondays while in your personal branch.
-
Repeat steps 3 through 5!
Coding problems will be borrowed from the following sources:
-
LeetCode (selecting from Medium/Hard problems)
-
LeetFree.com (Provides the premium LeetCode problems for free)
-
AlgoExpert (Perhaps Matthew could suggest some interesting ones)
-
Rosetta Code (Thanks sayertindall!)
-
Cracking the Coding Interview (Ask in Slack if you need a copy)
Please feel free to add (via PR) any additional websites/books/etc. you would like to see coding problems from! You can also add any coding problem resources you find in the Virtual V&V #code-challenges Slack channel, and I'll try to keep this list updated.