Jump to content

User:Davidrsandor/Books/Coding Study Book

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Davidrsandor (talk | contribs) at 02:04, 23 August 2014 (Created page with '{{saved book |title= |subtitle= |cover-image= |cover-color= | setting-papersize = A4 | setting-showtoc = 1 | setting-columns = 1 }} == Coding Study Book...'). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)


Coding Study Book

[edit]
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