GithubHelp home page GithubHelp logo

k173001 / algo-ds Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gousiosg/algo-ds

0.0 0.0 0.0 36.3 MB

Course material for Algorithms and Data Structures (TU Delft TI3110TU)

Home Page: http://gousios.org/courses/algo-ds/

Makefile 0.41% TeX 0.14% R 0.24% Jupyter Notebook 98.99% CSS 0.12% Ruby 0.11%

algo-ds's Introduction

TI3110TU - Algorithms and Data Structures

Source code for the lecture notes for the TU Delft Algorithms and Data Structures (TI3110TU) minor course. The course language is Python. The course was given in the academic year 2017 -- 2018.

Dependencies

The course materials are prepared using RMarkdown.

On MacOSX, with Homebrew installed, you need to install the following dependencies to get going.

# Install R
brew tap homebrew/science
brew install Caskroom/cask/xquartz
brew install r

# Install rmarkdown and other related dependencies
R --no-save < deps.R

# Install pandoc
brew install pandoc pandoc-citeproc

# Install jupyter
pip install jupyter

# Install TexLive / MacTex (for PDF exports)
wget http://tug.org/cgi-bin/mactex-download/MacTeX.pkg
open MacTeX.pkg

Building the contents

The repository uses a Makefile to drive the compilation process

  • make html builds an HTML version of all contents, suitable for reading online
  • make pdf builds an PDF version of all contents, suitable for printing
  • make slides builds an Reveal.js version of the slides, suitable for presentations

In addition

  • make exams Builds PDF versions of the contents of the exams dir
  • make book Builds a book version (aggregated PDF/HTML with all contents) of the contents (not perfect yet).

Repository contents

  • lectures: contains the source for the course lectures
  • assignments: source and solutions (in Python) for the course's assignments
  • exams: exam material
  • livecoding: Jupyter notebooks I created while teaching in the classroom

Contributors

The following people contributed to the course's contents:

License

The course contents are copyrighted by TU Delft and their respective authors and distributed under the CC BY-NC-SA 4.0 license

algo-ds's People

Contributors

gousiosg avatar jhejderup avatar mkechagia avatar jorisquist avatar pavelk2 avatar landgenoot avatar mozhan avatar wzorgdrager 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.