Skip to content

Commit b9ec462

Browse files
committed
2 parents a5cac4f + f94b543 commit b9ec462

File tree

2 files changed

+76
-0
lines changed

2 files changed

+76
-0
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2023 Pabitra Banerjee
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# Learn-DSA-Using-Python
2+
# Code Explorer - DSA Full Course Using Python
3+
4+
Welcome to the Code Explorer YouTube playlist! Here, you will embark on a journey to learn Data Structures and Algorithms using the Python programming language. This educational resource is designed to provide you with a comprehensive understanding of essential data structures and algorithms, empowering you to write efficient and elegant Python code for solving real-world problems.
5+
6+
## Table of Contents
7+
8+
- [Introduction](#introduction)
9+
- [Getting Started](#getting-started)
10+
- [Course Structure](#course-structure)
11+
- [Contributing](#contributing)
12+
- [Feedback](#feedback)
13+
- [Contact](#contact)
14+
15+
## Introduction
16+
17+
Data Structures and Algorithms are the backbone of computer science and software development. They are fundamental tools that every aspiring programmer and developer must grasp to write optimized and scalable code. With the Code Explorer YouTube playlist, we aim to demystify these concepts and make them accessible to everyone, regardless of their programming experience.
18+
19+
## Getting Started
20+
21+
To get started with the course, head over to our [YouTube channel](https://www.youtube.com/@Explore-Code) and you can see the playlist named ["DSA Full Course Using Python"](https://www.youtube.com/watch?v=RQKJB7z-OqU&list=PLGxMeslbGNsU38f0599lOC-cRmrf01lD3&pp=iAQB) Make sure to subscribe to our channel and turn on the notification bell to stay updated with the latest content.
22+
23+
## Course Structure
24+
25+
The course is structured in a logical and progressive manner, starting from the basics of Python and gradually diving into various data structures and algorithms. Each video in the playlist will cover a specific topic, providing clear explanations, visualizations, and coding examples to solidify your understanding.
26+
27+
### Topics Covered
28+
29+
1. Introduction to Python
30+
2. Arrays and Lists
31+
3. Linked Lists
32+
4. Stacks and Queues
33+
5. Trees and Binary Trees
34+
6. Graphs
35+
7. Hash Tables
36+
8. Sorting Algorithms
37+
9. Searching Algorithms
38+
10. Dynamic Programming
39+
...and more!
40+
41+
## Contributing
42+
43+
We encourage you to contribute to this educational initiative. If you have any suggestions, bug fixes, or additional topics you'd like to see covered, feel free to open an issue or submit a pull request. Together, we can enhance the learning experience for everyone.
44+
45+
## Feedback
46+
47+
Your feedback is invaluable to us! We would love to hear your thoughts on the content, teaching style, and anything else related to the course. Please leave your feedback as comments on the YouTube videos or reach out to us through the contact information provided below.
48+
49+
## Contact
50+
51+
For any inquiries, collaborations, or questions, you can get in touch with us via:
52+
53+
- Website: [Code Explorer](https://explorecode.newsgoogle.org)
54+
55+
Let's embark on this exciting learning journey together! Happy coding! 🚀

0 commit comments

Comments
 (0)