What's this about ?
Anyone can contribute resources like exercises, learning materials & sources here. Contribute to the solution & share their individual code. If you have other source of exercises, put it under external_source.
How it works ?
- Exercises : We have a folder with different verticals which targets on the different types of the problems or specific topic of the language itself along with its labels of begginer/intermediate/advanced.
- Solutions : Solutions submitted by individuals should have a statndard file/folder name with excercise number underscore individual name
- Best Solution : one best solution for the problem & can be modified if someone come up with cool way of solving it.
- Resources : Bunch of preferred resources to be followed.
Code should have the contributor name & the resources links which he/she referred to solve the problem Example:
#/bin/python
'''
Contributor Name: R Vee
Resources Referred: http://wikipedia.com
'''
<Your Code>