└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Coding-Challenges 2 | All the course files (challenges & solutions) for the Coding Challenges playlist on the Net Ninja YouTube channel. 3 | 4 | ### How to use the course files 5 | Each challenge has its own branches in this repository - a starting point branch & a solution branch. For example the first challenge (slide in menu), has 2 branches: 6 | 7 | - challenge-1-start 8 | - challenge-1-solution 9 | 10 | The ***challenge-1-start*** branch represents the starting point & initial code for the first challenge - this is where you should begin. The ***challenge-1-solution*** branch is the solution to the challenge & contains all the final code. 11 | --------------------------------------------------------------------------------