Algorithm-Day
An Algorithm a Day keeps the coder in Sway.
View on GitHub
Download .zip
Download .tar.gz
Algorithm Day
Contents
Day 1
Introduction to Big O
Prime number generation
Algorithms
Brute force algorithm
Sieve Of Erastothenes
Division by Prime factors methods
Day 2
Sorting
Bubble Sort
Selection Sort
Merge Sort
Quick Sort
Insertion Sort
Counting Sort
Day 3
Standard Template Library
Vectors
Array Template
Greatest Common Divisor
Day 4
Stacks, Queues and Linked Lists
Stack
STL Stack
Queue
STL Queue
Linked List
STL List