Giter VIP home page Giter VIP logo

algorithms-and-data-structures-2's Introduction

Algorithms and Data Structures-2

Algorithms and Data Structures 2 faculty subject.

Content (Syllabus outline)

In course Algorithms and Data Structures 2 student learns about the basic tools for the analysis of algorithms complexity and problem complexity.

Basic mathematical tools
order functions O, Ω, Θ and differences between them;
what is the complexity of a problem and what is the
complexity of a solution;
probability and randomization;
models of computation;
basic analysis of data structures and algorithms.
Radix trees (trie)
basic implementation,
path and level compression.
Disjoint sets and amortization.
Dictionary
deterministic solutions,
probabilistic solutions.
Priority queue
basic abstract data structure (heap),
extended abstract data structure (binomial and
Fibonacci heap, vEB).
Sorting
problem complexity,
method of exhaustive search,
method of divide and conquer
method of use of existing data structures,
sorting in linear time,
sorting in parallel.
Rank and select
dynamic data structure (extended trees),
static data structure (median).
Method of dynamic programming. Algorithms of graphs and networks
topological sorting,
greedy method: minimum spanning tree,
relaxation method: shortest paths,
maximum network flow,
parallel algorithms and Internet.
Selected algorithms
optimization problems: use of Bloom's filter, method
branch and bound;
mathematical algorithms and cryptography: matrix
multiplication, solving system of equations, FFT,
maximum common divisor, modular arithmetic,
exponents;
algorithms on strings and bioinformatics: pattern
search.
With all problems we will also take a brief look at
parallel solutions.

Objectives and competences

Student gets familiar with basic methods for analysis and design of data structures and algorithms, and learns how to evaluate their quality.
General competencies: abstract and analytical thinking, capability to define and formalize the problem, literature study and approach to a seminar work. Specific competencies: modularization, encapsulation and abstraction; basics of engineering knowledge in a sense of integration of existing solutions, evaluation of quality of a solution, differentiation between the problem and solution (one of), knowledge of applying an algorithmic approach – how to develop an algorithm to solve a problem.

Intended learning outcomes

Student learns basic terms in data structures and algorithms design. (S)he learns how to analyze problems and then combine solutions into a general solution, and evaluate their quality.

algorithms-and-data-structures-2's People

Contributors

dependabot[bot] avatar mevljas avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.