All Projects → Alinshans → Mytinystl

Alinshans / Mytinystl

Licence: other
Achieve a tiny STL in C++11

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to Mytinystl

Blog
Life is a moment 📔
Stars: ✭ 1,236 (-74.32%)
Mutual labels:  algorithm, data-structure
Algorithm
The challenges for algorithm contests, and summary the implementation.
Stars: ✭ 115 (-97.61%)
Mutual labels:  algorithm, data-structure
Mystl
C++11 实现的简易版 STL
Stars: ✭ 97 (-97.98%)
Mutual labels:  algorithm, stl
Awesome Competitive Programming
💎 A curated list of awesome Competitive Programming, Algorithm and Data Structure resources
Stars: ✭ 9,119 (+89.47%)
Mutual labels:  algorithm, data-structure
Skiplist
skip list with rank, code less than z_set in redis
Stars: ✭ 136 (-97.17%)
Mutual labels:  algorithm, data-structure
Data Structure And Algorithms
A complete and efficient guide for Data Structure and Algorithms.
Stars: ✭ 48 (-99%)
Mutual labels:  algorithm, data-structure
Algorithm templates
algorithm templates and leetcode examples in Python3, you can learn many python tricks too.
Stars: ✭ 107 (-97.78%)
Mutual labels:  algorithm, data-structure
Lintcode
📘 C++11 Solutions of All 289 LintCode Problems (No More Updates)
Stars: ✭ 570 (-88.16%)
Mutual labels:  algorithm, data-structure
Binarytree
Python Library for Studying Binary Trees
Stars: ✭ 1,694 (-64.8%)
Mutual labels:  algorithm, data-structure
Apachecn Algo Zh
ApacheCN 数据结构与算法译文集
Stars: ✭ 10,498 (+118.12%)
Mutual labels:  algorithm, data-structure
Algorithm Visualizer
🎆Interactive Online Platform that Visualizes Algorithms from Code
Stars: ✭ 35,995 (+647.87%)
Mutual labels:  algorithm, data-structure
Leetcode Solutions
🏋️ Python / Modern C++ Solutions of All 2111 LeetCode Problems (Weekly Update)
Stars: ✭ 2,787 (-42.09%)
Mutual labels:  algorithm, data-structure
Algorithm
Algorithm is a library of tools that is used to create intelligent applications.
Stars: ✭ 787 (-83.65%)
Mutual labels:  algorithm, data-structure
Usaco
General Resources for Competitive Programming
Stars: ✭ 1,152 (-76.06%)
Mutual labels:  algorithm, data-structure
Book on python algorithms and data structure
🪐 Book on Python, Algorithms, and Data Structures. 🪐
Stars: ✭ 604 (-87.45%)
Mutual labels:  algorithm, data-structure
Tastylib
C++ implementations of data structures, algorithms, and system designs.
Stars: ✭ 101 (-97.9%)
Mutual labels:  algorithm, data-structure
Usaco Guide
A free collection of curated, high-quality resources to take you from Bronze to Platinum and beyond.
Stars: ✭ 439 (-90.88%)
Mutual labels:  algorithm, data-structure
Interactive Coding Challenges
120+ interactive Python coding interview challenges (algorithms and data structures). Includes Anki flashcards.
Stars: ✭ 24,317 (+405.24%)
Mutual labels:  algorithm, data-structure
Bplustree
A minimal but extreme fast B+ tree indexing structure demo for billions of key-value storage
Stars: ✭ 1,598 (-66.8%)
Mutual labels:  algorithm, data-structure
Data structures and algorithms in python
📖 Worked Solutions of "Data Structures & Algorithms in Python", written by Michael T. Goodrich, Roberto Tamassia and Michael H. Goldwasser. ✏️
Stars: ✭ 147 (-96.95%)
Mutual labels:  algorithm, data-structure

MyTinySTL

Build Status Build Status Release License Chat

简介

基于 C++11tinySTL,这是我的第一个项目,使用了中文文档与中文注释,有不规范或不当的地方还请海涵。刚开始是作为新手练习用途,直到现在已经发布了 2.x.x 版本。实现了大部分 STL 中的容器与函数,但仍存在许多不足与 bug 。从 2.x.x 版本开始,本项目会进入长期维护的阶段,即基本不会增加新的内容,只修复发现的 bug。如发现错误,还请在 Issues 中指出,欢迎 ForkPull requests 改善代码,谢谢!

支持

  • 操作系统
    • linux
    • windows
    • osx
  • 编译器
    • g++ 5.4 或以上
    • clang++ 3.5 或以上
    • msvc 14.0 或以上

需要

  • 使用 cmake 2.8 来构建项目(可选

运行

如果你想要运行测试,请先阅读 这个

  • gcc/clang on linux/osx
  1. 克隆仓库
$ git clone [email protected]:Alinshans/MyTinySTL.git
$ cd MyTinySTL
  1. 构建并运行
$ mkdir build && cd build
$ cmake ..
$ make
$ cd ../bin && ./stltest
  • msvc on windows
  1. 克隆仓库或 Download ZIP
  2. 使用 vs2015(或 vs2017)打开 MSVC/MyTinySTL_VS2015.sln,配置成 Release 模式,(Ctrl + F5)开始执行。

文档

Wiki

测试

Test


Introduction

This is a tinySTL based on C++11, which is my first project for practice. I use the Chinese documents and annotations for convenience, maybe there will be an English version later, but now I have no time to do that yet. Now I have released version 2.0.0. I have achieved the vast majority of the containers and functions of STL, and there may be some deficiencies and bugs. From the version 2.x.x, the project will enter the stage of long-term maintenance, i.e., I probably will not add new content but only fix bugs found. If you find any bugs, please point out that in Issues, or make a Pull requests to improve it, thanks!

Supported

  • os
    • linux
    • windows
    • osx
  • complier
    • g++ 5.4 or later
    • clang++ 3.5 or later
    • msvc 14.0 or later

Required

  • Use cmake 2.8 to build this project (Optional)

Run test

If you want to run the test, please read this first.

  • gcc/clang on linux/osx
  1. git clone
$ git clone [email protected]:Alinshans/MyTinySTL.git
$ cd MyTinySTL
  1. build and run
$ mkdir build && cd build
$ cmake ..
$ make
$ cd ../bin && ./stltest
  • msvc on windows
  1. git clone or Download ZIP
  2. use vs2015(or vs2017) open the file MSVC/MyTinySTL_VS2015.sln, configured in Release, run this project(Ctrl + F5).

Documents

See Wiki.

Test

See Test.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].