Coder Social home page Coder Social logo

stdlarbys's Introduction

lec_000

  *) hello world! to remind you how to compile a simple executable

lec_001

  *) stop watch class: useful for other lectures to measure time

lec_002

  *) reminder of how you can use external libraries in compilation
    *) this example uses ROOT TStopwatch (i.e. external library = ROOT)

lec_003

  *) reminder of a pointer vs. object

lec_004

  *) reminder of std::vector element access methods

lec_005

  *) size of a type T, and a size of std::vector<T>

lec_006

  *) how to efficiently increment vector size: resize & reserve

lec_007

  *) simple use of std::move via std::vector::emplace_back for fast concatination

lec_008

  *) looping over vector contents using C++11 range operator

lec_009

  *) std::move to handle a vector of objects

lec_010

  *) std::map for a unique-key & value pair

lec_011

  *) std::multimap for a possibly non-unique-key & value pair

lec_012

  *) std::map of non-builtin type as a key

lec_013

  *) std::set for a simple creation of a "unique set of keys": easy search

lec_014

  *) std::deque, fast deletion & insertion from either edges, nice alternative to vector
  

stdlarbys's People

Watchers

Drinking Kazu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.