Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 542 Bytes

File metadata and controls

37 lines (26 loc) · 542 Bytes

Project libcpp

A cpp library developed by StaplerIO

Project Manager: Jeb Feng

Current plan

The library has 3 parts: algorithm, container, math

Algorithm

  • Sort
  • Compare
  • Random

Container

  • Pair
  • Array
  • Stack
  • Queue
  • Priority Queue
  • Dictionary
  • Tree

Math

  • Trigonometric function
  • (Calculation) Square, Cube, Power
  • Random number
  • Square root
  • Log function
  • Round, ceil
  • Absolute
  • Min, max