This course will guide you through the essential principles of algorithms and their significance in computational problem-solving. You'll begin by exploring what an algorithm is, its core characteristics, and how it applies to real-world scenarios—from simple everyday tasks to complex computing challenges. As you progress, you will learn about the critical role algorithms play in improving efficiency and scalability across various fields. We’ll break down key concepts such as algorithmic complexity, helping you evaluate the efficiency of different approaches, which will ultimately guide your decision-making.

Program Structure and Algorithms Part 1

位教师:Nicholas Brown
访问权限由 New York State Department of Labor 提供
要了解的详细信息

添加到您的领英档案
35 项作业
了解顶级公司的员工如何掌握热门技能

该课程共有7个模块
In this module, you will be introduced to the foundational concept of algorithms, including their characteristics and how they are integral to solving computational problems. You’ll explore the basics of algorithmic complexity and efficiency, providing a strong foundation for the advanced topics in subsequent modules.
涵盖的内容
2个视频10篇阅读材料2个作业
2个视频• 总计3分钟
- Course Overview• 1分钟
- Meet Your Faculty: Nik Bear Brown• 1分钟
10篇阅读材料• 总计158分钟
- Course Introduction• 2分钟
- Course Syllabus - Program Structure and Algorithms Part 1• 10分钟
- Academic Integrity• 1分钟
- Module 1: Introduction to Algorithms • 2分钟
- Questions to Consider• 5分钟
- Lesson Resources• 30分钟
- What is an Algorithm?• 8分钟
- Lesson Resources• 30分钟
- The Role of Algorithms in Computing• 10分钟
- Additional Resources• 60分钟
2个作业• 总计6分钟
- Assess Your Learning: What is an Algorithm? • 3分钟
- Assess Your Learning: The Role of Algorithms in Computing• 3分钟
In this module, you will explore the powerful and elegant Gale-Shapley algorithm, originally developed to solve the stable marriage problem. This algorithm, widely used in real-world applications such as college admissions and job matching, ensures that individuals are paired in a way that avoids instability—where two participants could form a better match with someone else. By understanding the principles behind stable matching and the mechanics of this algorithm, you'll gain insight into one of the most influential solutions in game theory, optimization, and computer science.
涵盖的内容
1个视频13篇阅读材料5个作业
1个视频• 总计4分钟
- Stable Matching and the Gale-Shapley Algorithm• 4分钟
13篇阅读材料• 总计273分钟
- Module 2: Stable Matching and the Gale-Shapley Algorithm• 3分钟
- Questions to Consider• 10分钟
- Lesson Resources• 30分钟
- Understanding Stable Matching• 10分钟
- Lesson Resources• 30分钟
- The Gale-Shapley Algorithm - Theory• 10分钟
- Lesson Resources• 30分钟
- Implementing the Gale-Shapley Algorithm in Python• 10分钟
- Lesson Resources• 60分钟
- Analyzing and Optimizing the Gale-Shapley Algorithm• 10分钟
- Lesson Resources• 30分钟
- Real-World Applications of the Gale-Shapley Algorithm• 10分钟
- Additional Resources• 30分钟
5个作业• 总计10分钟
- Assess Your Learning: Understanding Stable Matching• 2分钟
- Assess Your Learning: The Gale-Shapley Algorithm - Theory• 2分钟
- Assess Your Learning: Implementing the Gale-Shapley Algorithm in Python• 2分钟
- Assess Your Learning: Analyzing and Optimizing the Gale-Shapley Algorithm• 2分钟
- Assess Your Learning: Real-World Applications of the Gale-Shapley Algorithm• 2分钟
In this module, you'll explore the fundamental principles of sorting algorithms and understand how caching plays a key role in optimizing data retrieval. You'll learn to code basic algorithms like bubble sort and selection sort and more advanced ones like mergesort and quicksort. Along the way, you'll evaluate the efficiency of these algorithms through complexity analysis, helping you grasp their real-world performance.
涵盖的内容
1个视频14篇阅读材料5个作业
1个视频• 总计5分钟
- Sorting and Caching• 5分钟
14篇阅读材料• 总计288分钟
- Module 3: Sorting and Caching• 3分钟
- Questions to Consider• 5分钟
- Lesson Resources• 30分钟
- Basics of Sorting Algorithms• 10分钟
- Lesson Resources• 60分钟
- Advanced Sorting Algorithms• 10分钟
- Lesson Resources• 30分钟
- Introduction to Caching• 10分钟
- Lesson Resources• 30分钟
- Caching Strategies• 10分钟
- Lesson Resources• 45分钟
- Practical Applications• 10分钟
- Industry Example of Sorting and Caching• 10分钟
- Additional Resources• 25分钟
5个作业• 总计10分钟
- Assess Your Learning: Basics of Sorting Algorithms• 2分钟
- Assess Your Learning: Advanced Sorting Algorithms• 2分钟
- Assess Your Learning: Introduction to Caching• 2分钟
- Assess Your Learning: Caching Strategies• 2分钟
- Assess Your Learning: Practical Applications• 2分钟
In this module, you'll begin by summarizing key concepts like computational tractability, asymptotic growth, and the notations used to evaluate algorithm efficiency. You'll then dive into time complexity, learning how to optimize algorithms for different scenarios and classify them into appropriate complexity classes. By the end, you'll be able to apply these analysis techniques to real-world problems, optimizing solutions while considering the implications and limitations of algorithm analysis.
涵盖的内容
1个视频15篇阅读材料6个作业
1个视频• 总计6分钟
- Algorithm Analysis• 6分钟
15篇阅读材料• 总计323分钟
- Module 4: Algorithm Analysis• 3分钟
- Questions to Consider• 5分钟
- Lesson Resources• 45分钟
- Introduction to Algorithm Analysis• 10分钟
- Lesson Resources• 60分钟
- Understanding Complexity Classes• 10分钟
- Lesson Resources• 30分钟
- Big-O, Big-Omega, and Big-Theta Notations• 15分钟
- Lesson Resources• 30分钟
- Advanced Algorithm Analysis Techniques• 15分钟
- Lesson Resources• 30分钟
- Practical Applications of Algorithm Analysis• 10分钟
- Lesson Resources• 30分钟
- Challenges and Limitations• 15分钟
- Additional Resources• 15分钟
6个作业• 总计12分钟
- Assess Your Learning: Introduction to Algorithm Analysis• 2分钟
- Assess Your Learning: Understanding Complexity Classes• 2分钟
- Assess Your Learning: Big-Oh, Big-Omega, and Big-Theta Notations• 2分钟
- Assess Your Learning: Advanced Algorithm Analysis Techniques• 2分钟
- Assess Your Learning: Practical Applications of Algorithm Analysis• 2分钟
- Assess Your Learning: Challenges and Limitations• 2分钟
In this module, you'll explore the key concepts and significance of graph theory across various domains. You'll master DFS and BFS for traversal, cycle detection, and connectivity analysis and implement algorithms for topological sorting, bipartiteness testing, and analyzing Directed Acyclic Graphs (DAGs).
涵盖的内容
1个视频17篇阅读材料7个作业
1个视频• 总计4分钟
- Graphs and Graph Search Algorithms• 4分钟
17篇阅读材料• 总计343分钟
- Module 5: Graphs and Graph Search Algorithms• 3分钟
- Questions to Consider• 5分钟
- Lesson Resources• 30分钟
- Introduction to Graph Theory• 15分钟
- Lesson Resources• 30分钟
- Graph Representation• 15分钟
- Lesson Resources• 30分钟
- Graph Traversal Techniques• 15分钟
- Lesson Resources• 30分钟
- Cycle Detection and Graph Connectivity• 15分钟
- Lesson Resources• 30分钟
- Bipartiteness in Graphs• 20分钟
- Lesson Resources• 30分钟
- Directed Acyclic Graphs (DAGs) and Topological Sorting• 20分钟
- Lesson Resources• 30分钟
- Real-World Applications of Graph Theory• 10分钟
- Additional Resources• 15分钟
7个作业• 总计14分钟
- Assess Your Learning: Introduction to Graph Theory• 2分钟
- Assess Your Learning: Graph Representation• 2分钟
- Assess Your Learning: Graph Traversal Techniques• 2分钟
- Assess Your Learning: Cycle Detection and Graph Connectivity• 2分钟
- Assess Your Learning: Bipartiteness in Graphs• 2分钟
- Assess Your Learning: Directed Acyclic Graphs (DAGs) and Topological Sorting• 2分钟
- Assess Your Learning: Real-World Applications of Graph Theory• 2分钟
In this module, you will explore key algorithms used in optimization and network design. You will see how to apply greedy strategies to solve problems like interval scheduling, how to implement Dijkstra's algorithm for shortest pathfinding in weighted graphs, and how Huffman coding can be used for efficient data compression.
涵盖的内容
3个视频13篇阅读材料5个作业
3个视频• 总计8分钟
- Kruskal's Algorithm • 3分钟
- Prim's Algorithm• 2分钟
- Dijkstra's Algorithm• 3分钟
13篇阅读材料• 总计248分钟
- Module 6: Greedy Algorithms • 3分钟
- Questions to Consider• 5分钟
- Lesson Resources• 30分钟
- Greedy Algorithms for Optimization• 15分钟
- Lesson Resources• 30分钟
- Minimum Spanning Trees• 10分钟
- Lesson Resources• 30分钟
- Understanding Dijkstra's Algorithm• 10分钟
- Lesson Resources• 30分钟
- Interval Scheduling• 15分钟
- Lesson Resources• 30分钟
- Huffman Coding• 10分钟
- Additional Resources• 30分钟
5个作业• 总计10分钟
- Assess Your Learning: Greedy Algorithms for Optimization• 2分钟
- Assess Your Learning: Minimum Spanning Trees• 2分钟
- Assess Your Learning: Understanding Dijkstra's Algorithm• 2分钟
- Assess Your Learning: Interval Scheduling• 2分钟
- Assess Your Learning: Huffman Coding• 2分钟
In this module you will learn to implement and analyze key divide-and-conquer strategies in algorithm design. You will learn how these techniques can be applied through algorithms like merge sort, quicksort, and Karatsuba's algorithm for faster multiplication. Additionally, you will examine Strassen's algorithm for efficient matrix multiplication. Finally, you will consider the complexities of these methods.
涵盖的内容
1个视频14篇阅读材料5个作业
1个视频• 总计11分钟
- Divide and Conquer Fundamentals• 11分钟
14篇阅读材料• 总计210分钟
- Module 7: Divide-and-Conquer Strategies• 3分钟
- Questions to Consider• 5分钟
- Lesson Resources• 30分钟
- Introduction to Divide-and-Conquer• 10分钟
- Lesson Resources• 15分钟
- Mastering Merge Sort• 15分钟
- Lesson Resources• 15分钟
- Advanced Multiplication Techniques• 10分钟
- Lesson Resources• 30分钟
- Matrix Operations• 15分钟
- Lesson Resources• 15分钟
- Quicksort Algorithms• 15分钟
- Additional Resources• 30分钟
- Congratulations! • 2分钟
5个作业• 总计10分钟
- Assess Your Learning: Divide and Conquer Fundamentals• 2分钟
- Assess Your Learning: Mastering Merge Sort• 2分钟
- Assess Your Learning: Advanced Multiplication Techniques• 2分钟
- Assess Your Learning: Matrix Operations• 2分钟
- Assess Your Learning: QuickSort Algorithms• 2分钟
位教师

提供方

提供方

Founded in 1898, Northeastern is a global research university with a distinctive, experience-driven approach to education and discovery. The university is a leader in experiential learning, powered by the world’s most far-reaching cooperative education program. The spirit of collaboration guides a use-inspired research enterprise focused on solving global challenges in health, security, and sustainability.
人们为什么选择 Coursera 来帮助自己实现职业发展

Felipe M.

Jennifer J.

Larry W.

Chaitanya A.
从 Data Science 浏览更多内容
NNortheastern University
课程
NNortheastern University
课程
PPrinceton University
课程
UUniversity of London
课程
