Skip to content

nitinb/Codes

Repository files navigation

@TODO
http://en.wikipedia.org/wiki/Prim%27s_algorithm
http://en.wikipedia.org/wiki/Dijkstra%27s_algorithm\

Implementation of suffix tree and suffix array


LCA
BinomialHeap
BinaryHeap
Iterative postorder traversal

copy LL with next and arbit ptr

//18446744073709551616 // 2^64
//9223372036854775808  // 2^63
//4294967296           // 2^32

http://geeksforgeeks.org/?p=13248

http://cs.smu.ca/~porter/csc/ref/c_cpp_strings.html

median/ kth smallest from 2 sorted arrays

a1 a2 a3 a4 a5 b1 b2 b3 b4 b5 => a1 b1 a2 b2 a3 b3 a4 b4 a5 b5

sweep line algorithm

maximum flow problem => Ford-Fulkerson algorithm
minimum cost flow problem

B and B+ Tree
skip lists

http://www.allisons.org/ll/AlgDS/Tree/Suffix/

Kd Tree

STL - sort, algorithms


# Setup DNS
http://askubuntu.com/questions/330148/how-do-i-do-a-complete-bind9-dns-server-configuration-with-a-hostname

About

Practice Problems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published