Search result for Data structure and algorithm course Online Courses & Certifications
Get Course Alerts by Email
Advanced Data Structures in Java
by Leo Porter , Mia Minnes , Christine Alvarado- 4.8
Approx. 29 hours to complete
You will develop, implement, and analyze algorithms for working with this data to solve real world problems. The structure of this course Project: Orientation to the Starter Code, Data Files and Front-end Course Structure and Starter Code Quiz (make sure you can run the starter code first) When I struggled: The right data structure for the job...
Probabilistic Graphical Models 3: Learning
by Daphne Koller- 4.6
Approx. 66 hours to complete
Following the first course, which focused on representation, and the second, which focused on inference, this course addresses the question of learning: how a PGM can be learned from a data set of examples. The course discusses the key problems of parameter estimation in both directed and undirected models, as well as the structure learning task for directed models....
Introduction to Data Structures & Algorithms
by Swastik Arora- 3.9
16.5 hours on-demand video
Learn Data Structure & Algorithm from Scratch This course is for all those people who want to learn data structure and Algorithm from absolute basic to Intermediate level. We don't expect you to have any prior knowledge on Data Structure or Algorithm, but a basic prior knowledge of any Programming Language(preferably C++) will be helpful....
$12.99
Algorithms, Part II
by Robert Sedgewick , Kevin Wayne- 4.9
Approx. 63 hours to complete
This course covers the essential information that every serious programmer needs to know about algorithms and data structures, with emphasis on applications and scientific performance analysis of Java implementations. Part I covers elementary data structures, sorting, and searching algorithms. Part II focuses on graph- and string-processing algorithms. Greedy Algorithm Kruskal's Algorithm...
Getting Started with SAS Visual Analytics
by Nicole Ball- 4.7
Approx. 5 hours to complete
In this course, you learn more about SAS Visual Analytics and the SAS Viya platform, how to access and investigate data in SAS Visual Analytics, and how to prepare data for analysis using SAS Data Studio. Course Overview and Logistics Course Environment Demo: Accessing and Investigating Data Practice: Accessing and Investigating Data...
Discrete Optimization Data Science Heuristic & Metaheuristic
by Up Degree- 3.3
3.5 hours on-demand video
Discrete Optimization in Data Science: Heuristic and Metaheuristic Methods Ant Colony Optimization (ACO) is one such algorithm proposed by Marco Dorigo in the 1990’s, and is considered a state-of-the-art method to solve the TSP. The course progressively relates live real-world experiences to optimization problems and casts them in the language of mathematics....
$13.99
Introduction to Data Science in Python
by Christopher Brooks- 4.5
Approx. 31 hours to complete
The course will introduce data manipulation and cleaning techniques using the popular python pandas data science library and introduce the abstraction of the Series and DataFrame as the central data structures for data analysis, along with tutorials on how to use functions such as groupby, merge, and pivot tables effectively. The Series Data Structure...
Related searches
I/O-efficient algorithms
by Mark de Berg- 4.6
Approx. 10 hours to complete
Operations on data become more expensive when the data item is located higher in the memory hierarchy. These data fetches are also called I/O operations and need to be taken into account during the design of an algorithm. The goal of this course is to become familiar with important algorithmic concepts and techniques needed to effectively deal with such problems....
Java Programming: Solving Problems with Software
by Owen Astrachan , Robert Duvall , Andrew D. Hilton , Susan H. Rodger- 4.6
Approx. 17 hours to complete
Learn to code in Java and improve your programming and problem-solving skills. You will learn to design algorithms as well as develop and debug programs. Maximum Temperature: Developing an Algorithm Programming Exercise: Parsing Export Data Programming Exercise: Parsing Weather Data Weather Data CSV Files and Basic Statistics in Java Baby Names MiniProject: Data Overview...
Algorithms on Graphs
by Alexander S. Kulikov , Michael Levin , Daniel M Kane , Neil Rhodes- 4.7
Approx. 55 hours to complete
If you have ever used a navigation service to find optimal route and estimate time to destination, you've used algorithms on graphs. Previsit and Postvisit Orderings Rules on the academic integrity in the course Slides and External References Slides and External References Slides and External References Implementation and Analysis Slides and External References...