Python Data Structures & Algorithms + LEETCODE Exercises
Python Data Structures & Algorithms + LEETCODE Exercises, available at $89.99, has an average rating of 4.69, with 125 lectures, 116 quizzes, based on 10070 reviews, and has 65352 subscribers.
You will learn about <> 100+ Coding Exercises with Detailed Explanations Enhance Your Learning with Animated Examples of DSA Gain Expertise in Data Structures and Algorithms Ace Technical Interviews with Confidence Understand Time and Space Complexity of Data Structures and Algorithms Elevate Your Development Skills to the Next Level Boost Your Problem-Solving Ability This course is ideal for individuals who are Python programmers preparing for an interview or University students taking a data structures and algorithms course or Any self taught programmer who missed out on a computer science degree It is particularly useful for Python programmers preparing for an interview or University students taking a data structures and algorithms course or Any self taught programmer who missed out on a computer science degree.
Enroll now: Python Data Structures & Algorithms + LEETCODE Exercises
Summary
Title: Python Data Structures & Algorithms + LEETCODE Exercises
Price: $89.99
Average Rating: 4.69
Number of Lectures: 125
Number of Quizzes: 116
Number of Published Lectures: 125
Number of Published Quizzes: 113
Number of Curriculum Items: 241
Number of Published Curriculum Objects: 238
Original Price: $89.99
Quality Status: approved
Status: Live
What You Will Learn
- <> 100+ Coding Exercises with Detailed Explanations
- Enhance Your Learning with Animated Examples of DSA
- Gain Expertise in Data Structures and Algorithms
- Ace Technical Interviews with Confidence
- Understand Time and Space Complexity of Data Structures and Algorithms
- Elevate Your Development Skills to the Next Level
- Boost Your Problem-Solving Ability
Who Should Attend
- Python programmers preparing for an interview
- University students taking a data structures and algorithms course
- Any self taught programmer who missed out on a computer science degree
Target Audiences
- Python programmers preparing for an interview
- University students taking a data structures and algorithms course
- Any self taught programmer who missed out on a computer science degree
Welcome to Data Structures & Algorithms in Python
This course makes learning to code fun and makes hard concepts easy to understand.
How did I do this? By using animations!
Animating the Data Structures & Algorithms makes everything more visually engaging and allows students to learn more material – in less time – with higher retention (a pretty good combination).
I will use these visuals to guide you, step-by-step, through the entire course.
The course also includes dozens-and-dozens of Coding Exercises. So you can immediately put everything into practice as soon as you learn it (a very important step).
All of this will help you to feel more confident and prepared when you walk into a coding interview.
I have made several Free Sample Videos available for the course so you can see the difference the animations make.
Also, I am very active on the Q&A, so I will be with you every_step_of _the_way.
_____________________________
What you will get in this course…
Over 100 hand-crafted animated HD videosto illustrate the Data Structures & Algorithms.
Here are the topics we will cover:
Technical
-
Big O notation
Data Structures
-
Lists
-
Linked Lists
-
Doubly Linked Lists
-
Stacks & Queues
-
Binary Trees
-
Hash Tables
-
Heaps
-
Graphs
Algorithms
Sorting
-
Bubble Sort
-
Selection Sort
-
Insertion Sort
-
Merge Sort
-
Quick Sort
Searching
-
Breadth First Search
-
Depth First Search
Don’t just take my word for it though, check out what existing students have to say about my courses:
-
5-Star Review:
“In order to describe this course accurately, we need the definition of the word Beautiful. beau·ti·ful: adjective 1.- pleasing the senses or mind aesthetically. 2.- of a very high standard; excellent.” – Josue Hernandez Amezcua -
5-Star Review:
“The best course on DSA on Udemy” – Enlai Li -
5-Star Review:
“One of the best courses on DSA. The animations do make a huge impact. All the points are explained in detail. The only problem is that I can’t give it more than a 5-star rating.” – Nikita Sarkar -
5-Star Review:
“Amazing Course. My words cannot describe how much animations helped me to understand the concepts. 100% Recommended.” – Simarjeet Singh -
5-Star Review:
Being a visual learner this is BY FAR the BEST course ever. The way the instructor presents this topic makes it so easy to understand.” – Eduardo SN -
5-Star Review:
“The animations were really helpful for an easy understanding, but the best thing about this course for me is that it will not waste your time! It is perfectly optimized, covers the important topics that I wanted, and at the same time perfectly clear. Thank you so much.” – Fatemeh Moghaddam -
5-Star Review:
“This course is very well done! … the animations in each video take the explanation and understanding of the material to a new level.” – Luis Felipe Posada -
5-Star Review:
“This course has seriously been amazing. The animations have worked wonders for my understanding and I have made significant progress from the beginning of the course until now.” – Dakota Fabro -
5-Star Review:
“I can follow as a beginner, amazing.” – Sabrina Fung -
5-Star Review:
“This is the best course I have ever seen” – Luong Viet Tri
REMEMBER… I’m so confident that you’ll love this course that we’re offering a FULL money-back guarantee for 30 days! So it’s a complete no-brainer, sign up today with ZERO risk and EVERYTHING to gain.
So what are you waiting for? Click the “Buy now” button and join the best Python Data Structures & Algorithms course on Udemy.
I look forward to seeing you in the course.
Now let’s get started! 🙂
Course Curriculum
Chapter 1: –> Start Here
Lecture 1: Overview (Please Watch)
Lecture 2: Code Editor
Chapter 2: Big O
Lecture 1: Big O: Intro
Lecture 2: Big O: Worst Case
Lecture 3: Big O: O(n)
Lecture 4: Big O: Drop Constants
Lecture 5: Big O: O(n^2)
Lecture 6: Big O: Drop Non-Dominants
Lecture 7: Big O: O(1)
Lecture 8: Big O: O(log n)
Lecture 9: Big O: Different Terms for Inputs
Lecture 10: Big O: Lists
Lecture 11: Big O: Wrap Up
Chapter 3: Classes & Pointers
Lecture 1: Classes
Lecture 2: Pointers
Chapter 4: Linked Lists
Lecture 1: Linked List: Intro
Lecture 2: LL: Big O
Lecture 3: LL: Under the Hood
Lecture 4: LL: Constructor
Lecture 5: Coding Exercises (Important)
Lecture 6: LL: Print List
Lecture 7: LL: Append
Lecture 8: LL: Pop Intro
Lecture 9: LL: Pop Code
Lecture 10: LL: Prepend
Lecture 11: LL: Pop First
Lecture 12: LL: Get
Lecture 13: LL: Set
Lecture 14: LL: Insert
Lecture 15: LL: Remove
Lecture 16: LL: Reverse
Chapter 5: <> LL: Coding Exercises
Chapter 6: <> LL: Interview / LeetCode Exercises
Lecture 1: Introduction to Interview Questions (DO NOT SKIP)
Chapter 7: Doubly Linked Lists
Lecture 1: DLL: Constructor
Lecture 2: DLL: Append
Lecture 3: DLL: Pop
Lecture 4: DLL: Prepend
Lecture 5: DLL: Pop First
Lecture 6: DLL: Get
Lecture 7: DLL: Set
Lecture 8: DLL: Insert
Lecture 9: DLL: Remove
Chapter 8: <> DLL: Coding Exercises
Chapter 9: <> DLL: Interview / LeetCode Exercises
Chapter 10: Stacks & Queues
Lecture 1: Stack: Intro
Lecture 2: Stack: Constructor
Lecture 3: Stack: Push
Lecture 4: Stack: Pop
Lecture 5: Queue: Intro
Lecture 6: Queue: Constructor
Lecture 7: Queue: Enqueue
Lecture 8: Queue: Dequeue
Chapter 11: <> S&Q: Coding Exercises
Instructors
-
Scott Barrett
Developer and Lead Instructor
Rating Distribution
- 1 stars: 35 votes
- 2 stars: 55 votes
- 3 stars: 408 votes
- 4 stars: 2820 votes
- 5 stars: 6752 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024