|
1 | | -# Coding-Ninjas-Problem-Solving-Using-Python |
| 1 | +# Coding-Ninjas-Problem-Solving-Using-Python |
| 2 | +# Coding-Ninjas (Intro to Python) |
| 3 | +This repository includes all the practice problems and assignments which I've solved during the Problem Solving Using Python Programming taught by Coding Ninjas. |
| 4 | +If you're unable to view the patterns properly in Jupyter notebook then double-click the markdown cell to enlarge. |
| 5 | + |
| 6 | +Topics discussed are:- |
| 7 | +1) [Introduction to Python](https://github.com/JainMaster/Coding-Ninjas-Problem-Solving-Using-Python/tree/main/1.Introduction%20to%20Python) |
| 8 | +2) [Conditionals and Loops](https://github.com/JainMaster/Coding-Ninjas-Problem-Solving-Using-Python/tree/main/2.Conditionals%20and%20Loops) |
| 9 | +3) [Patterns 1](https://github.com/JainMaster/Coding-Ninjas-Problem-Solving-Using-Python/tree/main/3.%20Pattern%201) |
| 10 | +4) [Patterns 2](https://github.com/JainMaster/Coding-Ninjas-Problem-Solving-Using-Python/tree/main/4.Pattern%202) |
| 11 | +5) [More on Loops](https://github.com/JainMaster/Coding-Ninjas-Problem-Solving-Using-Python/tree/main/5.More%20on%20Loops) |
| 12 | +6) [Functions](https://github.com/JainMaster/Coding-Ninjas-Problem-Solving-Using-Python/tree/main/6.Functions) |
| 13 | +7) [Arrays and Lists](https://github.com/JainMaster/Coding-Ninjas-Problem-Solving-Using-Python/tree/main/7.Arrays%20%26%20Lists) |
| 14 | +8) [Searching And Sorting](https://github.com/JainMaster/Coding-Ninjas-Problem-Solving-Using-Python/tree/main/8.Searching%20%26%20Sorting) |
| 15 | +9) [Two Dimensional Lists](https://github.com/JainMaster/Coding-Ninjas-Problem-Solving-Using-Python/tree/main/9.Two%20Dimensional%20Lists) |
| 16 | +10) [Strings](https://github.com/JainMaster/Coding-Ninjas-Problem-Solving-Using-Python/tree/main/10.Strings) |
| 17 | + |
| 18 | + |
0 commit comments