Jump to content

User:Davidrsandor/Books/Coding Study Book

From Wikipedia, the free encyclopedia
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


Coding Study Book

Data structure
Big O notation
Binary search algorithm
Tree (data structure)
Fast Fourier transform
Heapsort
Quicksort
Merge sort
Bubble sort
Shellsort
Selection sort
Insertion sort
Brute-force search
Travelling salesman problem
Time complexity
Graph traversal
Tree traversal
Linked list
Recursion
Corecursion
Depth-limited search
Iterative deepening depth-first search
Depth-first search
Breadth-first search
Game tree
Divide and conquer algorithms
Multiplication algorithm
Karatsuba algorithm
Parsing
Top-down parsing
Discrete Fourier transform
Fibonacci number
Akra–Bazzi method
Fork–join model
MapReduce