Classbaze

Disclosure: when you buy through links on our site, we may earn an affiliate commission.

Algorithms and Data Structures in Python (INTERVIEW Q&A)

A guide to implement data structures, graph algorithms and sorting algorithms from scratch with interview questions!
4.7
4.7/5
(3,814 reviews)
24,628 students
Created by

10.0

Classbaze Grade®

10.0

Freshness

9.3

Popularity

10.0

Material

A guide to implement the most up to date algorithms from scratch: arrays
Platform: Udemy
Video: 22h 9m
Language: English
Next start: On Demand

Best Data Structures classes:

Classbaze Rating

Classbaze Grade®

10.0 / 10

CourseMarks Score® helps students to find the best classes. We aggregate 18 factors, including freshness, student feedback and content diversity.

Freshness

10.0 / 10
This course was last updated on 5/2022.

Course content can become outdated quite quickly. After analysing 71,530 courses, we found that the highest rated courses are updated every year. If a course has not been updated for more than 2 years, you should carefully evaluate the course before enrolling.

Popularity

9.3 / 10
We analyzed factors such as the rating (4.7/5) and the ratio between the number of reviews and the number of students, which is a great signal of student commitment.

New courses are hard to evaluate because there are no or just a few student ratings, but Student Feedback Score helps you find great courses even with fewer reviews.

Material

10.0 / 10
Video Score: 10.0 / 10
The course includes 22h 9m video content. Courses with more videos usually have a higher average rating. We have found that the sweet spot is 16 hours of video, which is long enough to teach a topic comprehensively, but not overwhelming. Courses over 16 hours of video gets the maximum score.
The average video length is 9 hours 11 minutes of 134 Data Structures courses on Udemy.
Detail Score: 10.0 / 10

The top online course contains a detailed description of the course, what you will learn and also a detailed description about the instructor.

Extra Content Score: 9.9 / 10

Tests, exercises, articles and other resources help students to better understand and deepen their understanding of the topic.

This course contains:

33 articles.
19 resources.
0 exercise.
0 test.

In this page

About the course

This course is about data structures, algorithms and graphs. We are going to implement the problems in Python programming language. I highly recommend typing out these data structures and algorithms several times on your own in order to get a good grasp of it.
So what are you going to learn in this course?
Section 1:
•setting up the environment
•differences between data structures and abstract data types
Section 2 – Arrays:
•what is an array data structure
•arrays related interview questions
Section 3 – Linked Lists:
•linked list data structure and its implementation
•doubly linked lists
•linked lists related interview questions
Section 4 – Stacks and Queues:
•stacks and queues
•stack memory and heap memory
•how the stack memory works exactly?
•stacks and queues related interview questions

Section 5 – Binary Search Trees:
•what are binary search trees
•practical applications of binary search trees
•problems with binary trees
Section 6 – Balanced Binary Trees (AVL Trees and Red-Black Trees):
•why to use balanced binary search trees
•AVL trees
•red-black trees
Section 7 – Priority Queues and Heaps:
•what are priority queues
•what are heaps
•heapsort algorithm overview
Section 8 – Hashing and Dictionaries:
•associative arrays and dictionaries
•how to achieve O(1) constant running time with hashing
Section 9 – Graph Traversal:
•basic graph algorithms
•breadth-first
•depth-first search
•stack memory visualization for DFS
Section 10 – Shortest Path problems (Dijkstra’s and Bellman-Ford Algorithms):
•shortest path algorithms
•Dijkstra’s algorithm
•Bellman-Ford algorithm
•how to detect arbitrage opportunities on the FOREX?
Section 11 – Spanning Trees (Kruskal’s and Prim’s Approaches):
•what are spanning trees
•what is the union-find data structure and how to use it
•Kruskal’s algorithm theory and implementation as well
•Prim’s algorithm
Section 12 – Substring Search Algorithms
•what are substring search algorithms and why are they important in real world softwares
•brute-force substring search algorithm
•hashing and Rabin-Karp method
•Knuth-Morris-Pratt substring search algorithm
•Z substring search algorithm (Z algorithm)
•implementations in Python
Section 13 – Hamiltonian Cycles (Travelling Salesman Problem)
•Hamiltonian cycles in graphs
•what is the travelling salesman problem?
•how to use backtracking to solve the problem
•meta-heuristic approaches to boost algorithms
Section 14 – Sorting Algorithms
•sorting algorithms
•bubble sort, selection sort and insertion sort
•quicksort and merge sort
•non-comparison based sorting algorithms
•counting sort and radix sort
In the first part of the course we are going to learn about basic data structures such as linked lists, stacks, queues, binary search trees, heaps and some advanced ones such as AVL trees and red-black trees.. The second part will be about graph algorithms such as spanning trees, shortest path algorithms and graph traversing. We will try to optimize each data structure as much as possible.
In each chapter I am going to talk about the theoretical background of each algorithm or data structure, then we are going to write the code step by step in Python.
Most of the advanced algorithms relies heavily on these topics so it is definitely worth understanding the basics. These principles can be used in several fields: in investment banking, artificial intelligence or electronic trading algorithms on the stock market. Research institutes use Python as a programming language in the main: there are a lot of library available for the public from machine learning to complex networks.
Thanks for joining the course, let’s get started!

What can you learn from this course?

✓ Understand arrays and linked lists
✓ Understand stacks and queues
✓ Understand tree like data structures (binary search trees)
✓ Understand balances trees (AVL trees and red-black trees)
✓ Understand heap data structures
✓ Understand hashing, hash tables and dictionaries
✓ Understand the differences between data structures and abstract data types
✓ Understand graph traversing (BFS and DFS)
✓ Understand shortest path algorithms such as Dijkstra’s approach or Bellman-Ford method
✓ Understand minimum spanning trees (Prims’s algorithm)
✓ Understand sorting algorithms
✓ Be able to develop your own algorithms
✓ Have a good grasp of algorithmic thinking
✓ Be able to detect and correct inefficient code snippets

What you need to start the course?

• Python basics
• Some theoretical background ( big O notation )

Who is this course is made for?

• Beginner Python developers curious about graphs, algorithms and data structures

Are there coupons or discounts for Algorithms and Data Structures in Python (INTERVIEW Q&A) ? What is the current price?

The course costs $14.99. And currently there is a 82% discount on the original price of the course, which was $84.99. So you save $70 if you enroll the course now.
The average price is $16.1 of 134 Data Structures courses. So this course is 7% cheaper than the average Data Structures course on Udemy.

Will I be refunded if I'm not satisfied with the Algorithms and Data Structures in Python (INTERVIEW Q&A) course?

YES, Algorithms and Data Structures in Python (INTERVIEW Q&A) has a 30-day money back guarantee. The 30-day refund policy is designed to allow students to study without risk.

Are there any financial aid for this course?

Currently we could not find a scholarship for the Algorithms and Data Structures in Python (INTERVIEW Q&A) course, but there is a $70 discount from the original price ($84.99). So the current price is just $14.99.

Who will teach this course? Can I trust Holczer Balazs?

Holczer Balazs has created 33 courses that got 29,887 reviews which are generally positive. Holczer Balazs has taught 234,749 students and received a 4.5 average review out of 29,887 reviews. Depending on the information available, we think that Holczer Balazs is an instructor that you can trust.
Software Engineer
My name is Balazs Holczer. I am from Budapest, Hungary. I am qualified as a physicist. At the moment I am working as a simulation engineer at a multinational company. I have been interested in algorithms and data structures and its implementations especially in Java since university. Later on I got acquainted with machine learning techniques, artificial intelligence, numerical methods and recipes such as solving differential equations, linear algebra, interpolation and extrapolation. These things may prove to be very very important in several fields: software engineering, research and development or investment banking. I have a special addiction to quantitative models such as the Black-Scholes model, or the Merton-model.
Take a look at my website if you are interested in these topics!
Browse all courses by on Classbaze.

10.0

Classbaze Grade®

10.0

Freshness

9.3

Popularity

10.0

Material

Platform: Udemy
Video: 22h 9m
Language: English
Next start: On Demand

Classbaze recommendations for you