Giter Club home page Giter Club logo

comp4128's Introduction

comp4128

week 1 : general stuffs like brute forces , search , greedy some intro level problem solving tactics

week 2 : data structure intro : point update/query on segment tree , use of set , map , and a little bit on sweeping

week 3 : graphs problem , BFS , DFS , SCC , bellman-ford , dijstra , floyd

week 4 : more on segment trees , with focus on representing range on trees (using DFS order) , LCA(just like sparse table) , lazy propogation on range updates , more on sweeping

week 5 : DP , and DP with date structures

week 6 : max-flow , binary search technique (some problem can be reduced to decision problem , and Bsearch answer , find property with monotonicity first

week 7 : more max-flow , dynamic programming optimization (mainly focus on convex hull trick)

week 8 : dynamic programming optimization with D and C, when the cost is convex. (prove is on lecture slides), primes algo such as sieve's and extended euclidean are told , combinatorics in DP are told, matrices and its relation with recurrences equations + fast exponential technique.

more to come !!

comp4128's People

Contributors

1998factorial 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.