Advanced Data Structures, RSA and Quantum Algorithms
University of Colorado Boulder via Coursera
-
565
-
- Write review
Overview
Introduces number-theory based cryptography, basics of quantum algorithms and advanced data-structures.
This course can be taken for academic credit as part of CU Boulder’s Masters of Science in Computer Science (MS-CS) degrees offered on the Coursera platform. This fully accredited graduate degree offer targeted courses, short 8-week sessions, and pay-as-you-go tuition. Admission is based on performance in three preliminary courses, not academic history. CU degrees on Coursera are ideal for recent graduates or working professionals. Learn more:
MS in Computer Science: https://coursera.org/degrees/ms-computer-science-boulder
Syllabus
- RSA Public Key Cryptography and Basics of Quantum Computing
- This module covers a brief recap of elementary number theory, GCD, Euclid's algorithm, Bezout coefficients and presents the RSA public key cryptosystem. It then shows how the security of RSA relies on the supposed hardness of the factoring problem for numbers that are semi-primes
- Quantum Computing: Qubits, Quantum Gates and Grover's Search Algorithm
- This module covers the basics of quantum computing with an introduction to qubits, the concept of a superposition, the effect of measuring a qubit, elementary quantum gates, direct/tensor products, entanglements, quantum parallelism and ends with a presentation of Grover's search algorithm. We will have a brief introduction to IBM qiskit package for exploring quantum circuits.
- Quantum Computing: Phase Estimation and Shor's Algorithm
- We will describe Shor's algorithm and as part of Shor's algorithm show how Quantum Fourier Transform (a very useful operation for quantum systems) is computed. We will show how the power of quantum parallelism combines with the divide-and-conquer paradigm for algorithm design to yield exponential speedups for computing Quantum Fourier Transforms.
- B-Trees and Tries
- We will learn two important and interesting data structures to round off this course. The first data structure will be the widely used B-Tree data structure which is used in indexing and storing large amounts of data on a disk. Next, we will study algorithms on strings esp. string search algorithm. We will study the suffix trie data structure: a very useful data structure for fast searching over strings.
Taught by
Sriram Sankaranarayanan
Tags
Reviews
5.0 rating, based on 1 Class Central review
4.6 rating at Coursera based on 22 ratings
Showing Class Central Sort
-
This course was the toughest of the specialization, especially the Quantum Computing parts. While the fundamentals were fairly good to grasp and explained well, the more complex multi-qubit systems went a bit over my head.