Skip to content

yucdong/oplib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Builld Status.

oplib

oplib is a collection of Algorithms and Datastructures, Some of are in stl-style, others are not, the code uses modern c++ features.

goal1

  • All basic containers: vector list deque map set unordered(map and set)
  • some additional data structures: AC automaton, all kinds of trees, graph
  • All kinds of algorithms related to the data structures
  • C++ standard library components, e.g smart pointers
  • future plan: Network related components

TODO list

  • add empty-base optimization to the containers with stateless allocators
  • add move semantics related operations to the containers

Requirements:

  • Then environment should have pre-installed boost library version 1.55 or above
  • The environment should have cmake installed
  • The environment should have network connection for we will download gtest from the internet

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published