30daysofcode
What is this?
The repository covers all the basic topics of programming languages. Try a new challenge every day for 30 days. By the end of the month, you’ll go from newbie to expert.
Index
- Day 0 - Hello, World.
- Day 1 - Data Types
- Day 2 - Operators
- Day 3 - Conditional Statements
- Day 4 - Class vs. Instance
- Day 5 - Loops
- Day 6 - Review
- Day 7 - Arrays
- Day 8 - Dictionaries and Maps
- Day 9 - Recursion
- Day 10 - Binary Numbers
How to contribute?
If you can write any specific program in some other languange, then write your program, make sure it passes all the test cases as specified in the readme of each task and submit a PR. The program:
- must be tab indented
- must not use complicated methods
Reference HackerRank