Search result for Data structures and algorithms course Online Courses & Certifications
Get Course Alerts by Email
An introduction to algorithms in Python
by Herman Martinus- 4.3
43 mins on-demand video
This introduction to algorithms course is a comprehensive kick-start into the beautiful world of computer science. In this course we will take a look at what computational complexity is, and the importance thereof, followed by 4 of the basic sorting algorithms (bubble sort, insertion sort, merge sort and quick sort) by visualisation and demonstration in Python....
$12.99
Foundations of Computer Science
by Aspen Olmsted- 4.8
Approx. 16 hours to complete
In the course sequence you will learn to write programs that utilize both procedural and object oriented techniques to solve business problems. In the first course in the sequence we will provide you with a solid foundation in the computer science topics that are important to understand when programming Visual Basic. Algorithms, History of Computing and Algorithm Efficiency Common Algorithms...
Data-driven Astronomy
by Tara Murphy , Simon Murphy- 4.8
Approx. 24 hours to complete
Science is undergoing a data explosion, and astronomy is leading the way. In this course you will investigate the challenges of working with large datasets: how to implement algorithms that work; how to use databases to manage your data; and how to learn from your data with machine learning tools. Week 2: Big data makes things slow...
Advanced Algorithms in Java
by Tim Buchalka's Learn Programming Academy- 4.1
16 hours on-demand video
Understand Algorithms and Data structure at a deep level. Once you know the basics of Java, you will want to start figuring out Algorithms and Data structures. Programmers who understand how to use and implement Algorithms and data structures correctly, are in high demand. All that has changed with the release of this brand-new course - Advanced Algorithms in Java....
$12.99
Introduction to Python Programming
by Juno Lee- 0.0
Timeline Approx. 5 Weeks
You’ll learn to represent and store data using Python data types and variables, and use conditionals and loops to control the flow of your programs. You’ll harness the power of complex data structures like lists, sets, dictionaries, and tuples to store collections of related data. You’ll define and document your own custom functions, write scripts, and handle errors....
Free
VLSI CAD Part II: Layout
by Rob A. Rutenbar- 4.8
Approx. 24 hours to complete
You should complete the VLSI CAD Part I: Logic course before beginning this course. Our goal is for students to understand how the tools themselves work, at the level of their fundamental algorithms and data structures. ) and basic knowledge of data structures and algorithms (especially recursive algorithms). Implementation Mechanics: Data Structures & Constraints...
Machine Learning With Big Data
by Mai Nguyen , Ilkay Altintas- 4.6
Approx. 22 hours to complete
This course provides an overview of machine learning techniques to explore, analyze, and leverage data. You will be introduced to tools and algorithms you can use to create machine learning models that learn from data, and to scale those models up to big data problems. Summary of Big Data Integration and Processing...
Related searches
Break Away: Programming And Coding Interviews
by Loony Corn- 4.5
20 hours on-demand video
A course that teaches pointers, linked lists, general programming, algorithms and recursion like no one else Bit Manipulation: Work with bits and bit operations. Sorting and searching algorithms: Visualize how common sorting and searching algorithms work and the speed and efficiency of those algorithmsRecursion: Master recursion with lots of practice! 8 common and uncommon recursive problems explained....
$12.99
Practical Data Structures & Algorithms in Java + HW
by Imtiaz Ahmad- 4.7
11.5 hours on-demand video
Go from zero to hero in the most important algorithms and data structures using Java The topics in this course are going to cover data structures such as lists, stacks, queues, trees and some of the most powerful sorting, searching, and graph algorithms that have revolutionized the field of computing....
$17.99
Algorithmic Toolbox
by Alexander S. Kulikov , Michael Levin , Neil Rhodes , Pavel Pevzner , Daniel M Kane- 4.6
Approx. 39 hours to complete
The course covers basic algorithmic techniques and ideas for computational problems arising frequently in practical applications: sorting and searching, divide and conquer, greedy algorithms, dynamic programming. You will practice solving computational problems, designing new algorithms, and implementing solutions efficiently (so that they run in less than a second). Optional Videos and Screencasts Design efficient algorithms Implement efficient and reliable solutions...