Brief Summary
This course is all about understanding algorithms and data structures, even if you’re a total newbie. You’ll walk through some popular algorithms and learn how to code them in Python. It's fun and easy—perfect for students and developers alike!
Key Points
-
Comprehensive overview of algorithm analysis and development
-
No previous experience required
-
Popular algorithms covered: Binary search trees, Merge sort, Insertion sort, etc.
-
Introduction to data structures: queues and stacks
-
Includes Python implementations and practical examples
Learning Outcomes
-
Understand key algorithms like merge sort and Huffman coding
-
Implement algorithms using Python code
-
Gain familiarity with data structures like stacks and queues
-
Analyze and develop algorithms with confidence
-
Prepare for challenges in computer science courses or development projects
About This Course
This course provides a comprehensive overview of the concepts of algorithm analysis and development.
Course update April 2021:Â Added Python code implementations for the Stack data structure, including a practical example that shows how to reverse a string.
This course provides a comprehensive overview of the concepts of algorithm analysis and development. I attempted to make the course as straightforward as possible, to the point where no previous experience in algorithm analysis or formal computer science education is required.
In the lessons, I review popular algorithms such as:
Additionally, you'll learn about the data structures that are utilized to implement these algorithms, such as queues and stacks. I also review a number of graph algorithms and give introductions to additional advanced algorithm analysis concepts.
And based on course feedback, I'm now adding full Python based code implementations of the algorithms, so you can build and run the programs!
I developed this course while I was taking a graduate level Analysis of Algorithms and Data Structures course from Texas Tech University, and these are all the main topics that we discussed. So whether you are a university student looking to pass your algorithm and data structure class, or you are a developer looking to improve your computer science skills, this is the course for you.
Sebastian T.
Great Course