Giter VIP home page Giter VIP logo

mystl's Introduction

My_STL

参考侯捷《STL源码剖析》实现的STL版本, 其中包含部分笔记.

项目启动-结束日期

2022-2-11 ———— 至今

direction

code_in_book

defalloc.h 仅包含对new、delete的简单封装,仅适用于旧式容器。 2jjallocator.h 包含一个简单的空间配置器,若干接口,但缺少部分接口

code_w_bymysf

该部分代码为自己实现。

  • myallocator.h 对new\delete进行一层简单的封装
  • deque.h\deque.cpp 实现了双向队列
  • mylist.h 实现了链表
  • vector.h\vector.cpp 实现了vector

note

包含部分对原书的手写笔记

pic

包含部分课堂的截图

mystl's People

Contributors

wlzzzz-del avatar

Watchers

 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.