Search result for Data structures and algorithms class Online Courses & Certifications
Get Course Alerts by Email
Algorithms: Design and Analysis, Part 1
by Tim Roughgarden- 0.0
6 Weeks
Specific topics in the course include: "Big-oh" notation, sorting and searching, divide and conquer (master method, integer and matrix multiplication, closest pair), randomized algorithms (QuickSort, contraction algorithm for min cuts), data structures (heaps, balanced search trees, hash tables, bloom filters), graph primitives (applications of BFS and DFS, connectivity, shortest paths). Data structures (heaps, balanced search trees, hash tables, bloom filters)...
$149
Android Basics: Multiscreen Apps
by Katherine Kuan , Jessica Lin- 0.0
Approx. 2 months
Learn and practice how to structure apps with multiple screens for an intuitive user experience lesson 2 Data, Loops, and Custom Classes Begin to harness the real power of object-oriented programming by building your own custom class to store real-life data. Store information in efficient data structures and learn how to efficiently display the data in a scrolling list....
Free
LEARNING PATH: R: Advanced Deep Learning with R
by Packt Publishing- 3.3
6.5 hours on-demand video
PKS Prakash is a data scientist and an author. He edited an issue on "Intelligent Approaches to Complex Systems" and contributed to books such as Evolutionary Computing in Advanced Manufacturing published by Wiley and Algorithms and Data Structures using R published by Packt Publishing. He contributed to the book Algorithms and Data Structures using R published by Packt Publishing....
$9.99
Genomic Data Science and Clustering (Bioinformatics V)
by Pavel Pevzner , Phillip Compeau- 4.2
Approx. 10 hours to complete
How did humans migrate out of Africa and spread around the world? In the first half of the course, we will introduce algorithms for clustering a group of objects into a collection of clusters based on their similarity, a classic problem in data science, and see how these algorithms can be applied to gene expression data....
Advanced Algorithmics and Graph Theory with Python
by Vincent Gripon , Patrick Meyer , Nicolas Farrugia , Carlos Eduardo Rosar Kos Lassance- 0.0
6 Weeks
Strengthen your skills in algorithmics and graph theory, and gain experience in programming in Python along the way. Algorithmics and programming are fundamental skills for engineering students, data scientists and analysts, computer hobbyists or developers. We’ll go over data-structures, basic and advanced algorithms for graph theory, complexity/accuracy trade-offs, and even combinatorial game theory....
$49
Toward the Future of iOS Development with Swift
by Justin-Nicholas Toyama , Frank Ayars , Ralf Brockhaus- 3.8
Approx. 21 hours to complete
HoBshare pt II UI and Class Setup Part 1 HoBshare pt II UI and Class Setup Part 2 HoBshare pt II UI and Class Setup Part 3 HoBshare pt II UI and Class Setup Part 4 HoBshare pt II UI and Class Setup Part 5 HoBshare pt II UI and Class Setup Part 6...
Learn Data structures & Algorithms using Python for Freshers
by Chandramouli Jayendran- 4.3
19.5 hours on-demand video
Learn to master Data structure Algorithm by understanding concepts through time complexity and implementation in Python3 The course Data structures and Algorithm using Python covers basic algorithmic techniques and ideas for computational problems arising frequently in practical applications: sorting and searching, divide and conquer, greedy algorithms, dynamic programming. Data Structure...
$12.99
Related searches
Data Structures and Algorithm Design Part I | 数据结构与算法设计(上)
by Junhui Deng- 0.0
8 Weeks
Learn the basics of data structures and methods to design algorithms and analyze their performance. Data structures play a central role in computer science and are the cornerstones of efficient algorithms. Principles and methods in the design and implementation of various data structures Background on fundamental data structures and recent results...
$49
100 Interactive Python Exercises to Boost Your Python Skill
by Ardit Sulce- 4.6
1.5 hours on-demand video
The exercises cover different areas of Python such as functions, data structures and algorithms, files, classes, code introspection, code optimization, and more. The section of data structures and algorithms is the biggest one and it's especially useful for those who are interested in data science. Python is both fun and extremely useful....
$14.99
Data Structures
by Alexander S. Kulikov , Michael Levin , Daniel M Kane , Neil Rhodes- 4.6
Approx. 25 hours to complete
A good algorithm usually comes together with a set of good data structures that allow the algorithm to manipulate the data efficiently. In this course, we consider the common data structures that are used in various computational problems. You will learn how these data structures are implemented in different programming languages and will practice implementing them in our programming assignments....