GitXplorerGitXplorer
b

classic-algorithms

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
dad4ada0e3bcb88bf8d9eb7cfcef1b92c832db0a

Median of medians

bbrianbok committed 8 years ago
Unverified
b36be05418e188c6364c58f6dd735f21c705525d

AVL Tree

bbrianbok committed 8 years ago
Unverified
31051e5120242b8ed26435fdda66cffec1439f17

Merge pull request #1 from LucasBek/master

bbrianbok committed 8 years ago
Unverified
607c366f60714fd2011e485a0662d5cae70183b1

another if

committed 8 years ago
Unverified
45029f3be2dee6b987f803b422978d83f05b9959

bug fix deleting key

committed 8 years ago
Unverified
9d344c191ce521b99289e7a3241eb4118d123ea3

Update

bbrianbok committed 8 years ago

README

The README file for this repository.

classic-algorithms

Practice for Algorithms and Data Structures II. Implementation of classic algorithms and data structures in C++11

Data structures implemented:

  • Splay Tree
  • Hash Map (with open addressing)
  • Binary Search Tree
  • Heap

The idea of this repository is to provide implementations of classic algorithms in C++11, with examples of how to build iterators, and use C++ operators like the STL. I followed most of the conventions specified in the Google C++ Style Guide: https://google.github.io/styleguide/cppguide.html