【C++標準庫】STL演算法

來源:互聯網
上載者:User

標籤:algo   ++   處理   其他   起點   tor   sort   ima   img   

使用C++標準庫的演算法,需包含標頭檔<algorithm>

STL演算法用於處理一個或多個iterator區間,第一個區間通常以起點和終點表示,其他區間則多數情況下只需提供起點足矣,其終點可以根據第一區間的元素數量推匯出來。調用者需保證區間的有效性。STL演算法命名時,引入了兩種特殊的尾碼:

STL演算法分類
  • 非更易型演算法(nomodifying algorithm)
  • 更易型演算法(modifying algorithm)
  • 移除型演算法(removing algorithm)
  • 變序型演算法(mutating algorithm)
  • 排序演算法(sorting algorithm)
  • 已排序區間演算法(sorted-range algorithm)
  • 數值演算法(numeric algothm)

 

【C++標準庫】STL演算法

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.