Skip to content
Snippets Groups Projects
Select Git revision
  • 10bbd93daa77a966055cda4735a987948964ceba
  • master default
  • labcomm2014
  • labcomm2006
  • python_sig_hash
  • typedefs
  • anders.blomdell
  • typeref
  • pragma
  • compiler-refactoring
  • labcomm2013
  • v2014.6
  • v2015.0
  • v2014.5
  • v2014.4
  • v2006.0
  • v2014.3
  • v2014.2
  • v2014.1
  • v2014.0
  • v2013.0
21 results

control

Name Last commit Last update
..
Code
Slides
README.md

Pragmatic Programming - FRT310F

Welcome to the repository!

Throughout the course we will build a corpus of algorithms and data structures.

You can find the Kattis course page here https://lth.kattis.com/courses

Schedule

Date Week n Theme Corpus
2023-10-19 Week 1 Introduction -
2023-10-26 Week 2 Data Structures and Complexity Prime Factorization and Union-Find
2023-11-09 Week 3 Graphs
2023-11-16 Week 4 Dynamic Programming
2023-11-23 Week 5 Fenwick and Segment Trees Implement an easy to use 2-d segment tree
2023-11-30 Week 6 Geometry, Number Theory, and Probability
2023-12-07 Week 7 Tries, Suffix Arrays, and Strings
2024-01-18 Week 8 Dynamic Programming Revisited
2024-01-25 Week 9 Flows and Cuts
2024-02-01 Week 10 Treaps and Topological Sorting
2024-02-08 Week 11 Square Root Techniques and Computational Game Theory (Sprague–Grundy)
2024-02-15 Week 12 Matching
2024-02-22 Week 13 Graph Coloring, Knapsack, and The Traveling Salesman