Skip to content

Latest commit

 

History

History
83 lines (56 loc) · 3.45 KB

readme.md

File metadata and controls

83 lines (56 loc) · 3.45 KB

Algorithms and Data Structures

Summary Notes by Carlos Melegrito

In this repo is everything I've learned while studying the FIT2004 unit at Monash University. It's a collection of summary notes, algorithms and their explanations useful in many areas of computer science. To use these notes, follow along the links in the contents below like a guidebook.

Contents

Formalities

Sorting Algorithms

Dynamic Programming (Examples)

Efficient Lookup and Retrieval

Compression

Graph Algorithms

Tree Algorithms

Directed Acyclic Graphs

Numerical Algorithms

P vs NP

Primes

Algorithmic Design Principles