Skip to content

COMP3821: Extended Algorithms and Programming Techniques (UNSW) Study Notes

Notifications You must be signed in to change notification settings

V-Wong/COMP3821

Repository files navigation

COMP3821: Extended Algorithms and Programming Techniques (UNSW)

Implementation and explanation of algorithms from the COMP3821 course at UNSW. All the implementations are written in Python 3+ with explanations in comments. This repository is intended for me to study algorithms by implementing them in code. Also included are various algorithms not strictly taught in the course but are related to the programming techniques taught.

Divide and Conquer

Core Algorithms

Other Algorithms

Problem Solving

Greedy Method

Core Algorithms

Dynamic Programming

Core Algorithms

Other Algorithms

Linear Programming

Intractability

About

COMP3821: Extended Algorithms and Programming Techniques (UNSW) Study Notes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages