Try   HackMD
  •  
    Chi-Chung Chang
    ·
    Last edited by Chi-Chung Chang on Sep 21, 2022
    Linked with GitHub
    Contributed by
Log in to edit or delete your comments and be notified of replies.
Sign upAlready have an account? Log in
There is no commentSelect some text and then click Comment, or simply add a comment to this page from below to start a discussion.

C++ STL

tags: C++ STL

前言

學習好 C++ STL,就多了一堆利器,可以解決所面臨的問題。C++ 標準函數庫(STL) 基本上包括:

  • 容器 (Container)
  • 演算法 (Alogrithm)

下面這個網站是一個很好的學習網站:

  • https://shengyu7697.github.io/cpp-tutorial/

容器篇

Array

  • http://tommyjswu-blog.logdown.com/posts/775608-c-11-mouth-cannon-array
  • https://coherence0815.wordpress.com/2015/08/22/stdarray-in-c-11/

Vector

  • https://shengyu7697.github.io/std-vector/

List

  • https://shengyu7697.github.io/std-list/

Stack

  • https://shengyu7697.github.io/std-stack/

Queue & deque

  • https://shengyu7697.github.io/std-queue/
  • https://shengyu7697.github.io/std-deque/

Set

  • https://shengyu7697.github.io/std-set/
  • https://shengyu7697.github.io/std-unordered_set/

Map

  • https://shengyu7697.github.io/std-map/
  • https://shengyu7697.github.io/std-multimap/
  • https://shengyu7697.github.io/std-unordered_map/
Last changed by 

 
Chi-Chung Chang
·
0
784

Read more

HTML、CSS和JavaScript

‵``

May 29, 2025
Python 課程簡報

張啟中

Feb 21, 2025
Matplotlib

畫圖當然要先有畫布,這個畫布就是「圖」,一張圖可以再分為幾個子圖,每個子圖都可以有一到多個軸空間,每個軸空間可以有1到多個軸。

Oct 17, 2024
Numpy

Numpy 是一個多維陣列的運算套件,可以用來進行矩陣相關運算。

Feb 27, 2024
Read more from Chi-Chung Chang

Published on HackMD
    • C++ STL
      • 前言
      • 容器篇
        • Array
        • Vector
        • List
        • Stack
        • Queue & deque
        • Set
        • Map
    Expand allBack to topGo to bottom
  • C++ STL
    • 前言
    • 容器篇
      • Array
      • Vector
      • List
      • Stack
      • Queue & deque
      • Set
      • Map
Expand allBack to topGo to bottom

Sign in

Forgot password

or

By clicking below, you agree to our terms of service.

Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
Wallet ( )
Connect another wallet

New to HackMD? Sign up