Releases: liuxinyu95/AlgoXY
Releases · liuxinyu95/AlgoXY
v0.618030
0.618030 version includes:
Main book:
- elementary-algorithms.pdf
Updated the following two chapters:
- Queues
- Sequences
v0.61803
0.61803 version includes:
Main book:
- elementary-algorithms.pdf
Updated the following three chapters:
- Binary heaps
- Selection based sort
- Binomial heap, Fibonacci heap and pairing heap.
v0.61802
0.61802 version includes:
Main book:
- elementary-algorithms.pdf
The following three chapters are updated:
- Radix tree,
- Suffix tree
- B-trees
v0.61801
0.61801 version includes:
Main book:
- elementary-algorithms.pdf
The following three chapters are updated:
- insertion sort;
- AVL tree.
v0.6180
0.6180 version includes:
Main book:
- elementary-algorithms.pdf
The following three chapters are updated:
- preface;
- binary search tree
- red-black tree
v0.618
0.618 release includes:
Main book:
- Elementary algorithms: elementary-algorithms.pdf
Problems:
- Cycle detection problem: clist.pdf
- Manacher's algorithm to find the longest palindromic sub-string: palindrome.pdf