Data Structures

Sort options

Fundamental Tools of Data Wrangling (Coursera)

Data wrangling is a crucial step in the data analysis process, as it involves the transformation and preparation of raw data into a suitable format for analysis. The "Fundamental Tools for Data Wrangling" course is designed to provide participants with essential skills and knowledge to effectively manipulate, clean, and [...]

Computational Thinking with JavaScript 2: Model & Analyse (Coursera)

Apr 29th 2024
Computational Thinking with JavaScript 2: Model & Analyse (Coursera)
Course Auditing
Categories
Effort
Languages
This is the second course in a sequence of four courses that develops essential 21st century computational thinking (CT) skills using the popular JavaScript programming language. At the end of this second course you will: know a framework for CT to help you model the real world using abstract [...]

Intro to Operating Systems 3: Concurrency (Coursera)

Apr 29th 2024
Intro to Operating Systems 3: Concurrency (Coursera)
Course Auditing
Categories
Effort
Languages
Learn the inner workings of operating systems without installing anything! This course is designed for learners who are looking to maximize performance by understanding how operating systems work at a fundamental level. The modules in this course cover concurrency, threads, locks, locking data structures and multi-CPU [...]
Apr 29th 2024
Course Auditing
42.00 EUR/month

Estructuras de datos de Python (Coursera)

Este curso presentará las estructuras de datos básicas del lenguaje de programación Python. Veremos los conceptos básicos de la programación de procedimientos y exploraremos cómo podemos usar las estructuras de datos integrados de Python, como listas, diccionarios y tuplas, para realizar análisis de datos cada vez más complejos. Este [...]

Dynamic Programming, Greedy Algorithms (Coursera)

Apr 29th 2024
Dynamic Programming, Greedy Algorithms (Coursera)
Course Auditing
Categories
Effort
Languages
This course covers basic algorithm design techniques such as divide and conquer, dynamic programming, and greedy algorithms. It concludes with a brief introduction to intractability (NP-completeness) and using linear/integer programming solvers for solving optimization problems. We will also cover some advanced topics in data [...]

Algorithms for Searching, Sorting, and Indexing (Coursera)

This course covers basics of algorithm design and analysis, as well as algorithms for sorting arrays, data structures such as priority queues, hash functions, and applications such as Bloom filters. Algorithms for Searching, Sorting, and Indexing can be taken for academic credit as part of CU Boulder’s Master of [...]

Trees and Graphs: Basics (Coursera)

Apr 29th 2024
Trees and Graphs: Basics (Coursera)
Course Auditing
Categories
Effort
Languages
Basic algorithms on tree data structures, binary search trees, self-balancing trees, graph data structures and basic traversal algorithms on graphs. This course also covers advanced topics such as kd-trees for spatial data and algorithms for spatial data. Trees and Graphs: Basics can be taken for academic credit as part [...]

Python Scripting: Dates, Classes and Collections (Coursera)

Apr 29th 2024
Python Scripting: Dates, Classes and Collections (Coursera)
Course Auditing
Categories
Effort
Languages
This course is the second course in a series that aims to prepare you for a role working as a programmer. In this course, you will be introduced to the four main concepts in programming: Advanced String Operations and Dates, Modeling Classes, Development of Classes and Collections. Labs [...]
Apr 29th 2024
Course Auditing
32.00 EUR/month

Inheritance and Data Structures in Java (Coursera)

This course provides a comprehensive look at Java inheritance, including access modifiers and overriding methods. Students are introduced to abstract classes, and will learn how to read and write to files, use regular expressions for parsing text, and how to leverage complex data structures like collections and maps. [...]

Introduction to Java and Object-Oriented Programming (Coursera)

Apr 29th 2024
Introduction to Java and Object-Oriented Programming (Coursera)
Course Auditing
Categories
Effort
Languages
This course provides an introduction to the Java language and object-oriented programming, including an overview of Java syntax and how it differs from a language like Python. Students will learn how to write custom Java classes and methods, and how to test their code using unit testing and [...]